Simple Portal

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Simple Portal

Post 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

Post 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

Post by Steve »

here you go :
simpleportal_body_subsilvertd3.zip
pic:
subtd3.png

Re: Simple Portal

Post 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

Post 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

Post 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

Post by Ælly »

Oh yah!
Thanks for the help and support you give ;)

Re: Simple Portal

Post by heredia21 »

How did you make your portal your home page?

Re: Simple Portal

Post by cisco007 »

heredia this has been asked many times, please search the forums!

Image

Re: Simple Portal

Post by Stoker »

Check first post.