Page 12 of 16

Re: Simple Portal

Posted: 20 Aug 2010, 21:52
by cisco007
don't know what you previous post meant, but if you were trying to bump, just wait, until Steve gets around to it!

Re: Simple Portal

Posted: 21 Aug 2010, 02:21
by Ælly
did a bump because maybe he had not seen the edited post ;)

@Steve: try to do it myself for subSilver =)

Re: Simple Portal

Posted: 21 Aug 2010, 16:53
by Steve
here you go :
simpleportal_body_subsilvertd3.zip
pic:
subtd3.png

Re: Simple Portal

Posted: 21 Aug 2010, 17:37
by Ælly
Thanks Steve :*
My result here (work in progress)
http://rpgmkr.net/forum/portal.php
It 'can put the file folder portal.php outside the forum?

Re: Simple Portal

Posted: 22 Aug 2010, 10:42
by Steve
i dont understand,could you explain a bit more?

but do you mean something like : my_website_name.com/a_folder/portal.php ?

if so do this
open portal.php file
find:

Code: Select all

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
replace with:

Code: Select all

$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
create your folder and place the portal.php file inside ,i created a folder called portal
pic:
Capture.PNG

Re: Simple Portal

Posted: 22 Aug 2010, 16:51
by Steve
Sorry to double post cisco007! but i know he has read the last post.
Ælly, noticed a language edit missing from the login block
Open language/en/mods/simple_portal.php
find:

Code: Select all

   'PORTAL_REMEMBER'			=> 'Remember me',
add after:

Code: Select all

   'REMEMBER_ME'                   => 'Remember me',

Re: Simple Portal

Posted: 22 Aug 2010, 20:18
by Ælly
Oh yah!
Thanks for the help and support you give ;)

Re: Simple Portal

Posted: 26 Aug 2010, 03:33
by heredia21
How did you make your portal your home page?

Re: Simple Portal

Posted: 26 Aug 2010, 04:28
by cisco007
heredia this has been asked many times, please search the forums!

Image

Re: Simple Portal

Posted: 26 Aug 2010, 07:10
by Stoker
Check first post.