Simple portal outside
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
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
Simple portal outside
Hello Stoker,I would add simple portal outside the forum root 'cause I board3portal root in its' possible? in what way?
Thanks
Thanks
Simple portal outside
ok I updated the user profile, I would like the simple portal to http://bbcodeitalia.com
The forum and I 'installed in http://bbcodeitalia.com/forum/
Thanks Stoker
The forum and I 'installed in http://bbcodeitalia.com/forum/
Thanks Stoker
Simple portal outside
Open portal.php
Find:
Replace with:
Open includes/functions.php
Find:
Replace with:
Thats it.
Find:
Code: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Code: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './forum/';
Find:
Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
Code: Select all
'U_PORTAL' => append_sid("../portal.$phpEx"),
Simple portal outside
I feel now thanks stoker
p.s.
files in root folder, I copied out of the forums?
p.s.
files in root folder, I copied out of the forums?
Simple portal outside
Only portal.php must be in domain root. All other in their place in the forum folder.
Simple portal outside
stoker i'am have this error
I followed your instructions, remembering that in the directory http://localhost/forum/ iam board3portal have previously installed
Edit:
Resolving i'am error up file portal.php,sorry Stoker!You the very Big

Code: Select all
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\portal.php on line 17
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.;C:\xampp\php\PEAR') in C:\xampp\htdocs\portal.php on line 17
Notice: Undefined variable: user in C:\xampp\htdocs\portal.php on line 20
Fatal error: Call to a member function session_begin() on a non-object in C:\xampp\htdocs\portal.php on line 20
Edit:
Resolving i'am error up file portal.php,sorry Stoker!You the very Big


Simple portal outside
Hello Big Stoker.Sorry for traslation
I decided to uninstall 3bportal, install your SimplePortal, putting in http://localhost portal.php files and other files and folders in http://localhost/forum. writing in the broswer portal.php I access the portal as a guest but why '?

I decided to uninstall 3bportal, install your SimplePortal, putting in http://localhost portal.php files and other files and folders in http://localhost/forum. writing in the broswer portal.php I access the portal as a guest but why '?
ThanksStoker wrote:Open portal.php
Find:Replace with:Code: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
Open includes/functions.phpCode: Select all
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './forum/';
Find:Replace with:Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
Thats it.Code: Select all
'U_PORTAL' => append_sid("../portal.$phpEx"),
Simple portal outside
I dont know which kind of speciel setup you are running.
Above works. I have similar running on several sites.
Above works. I have similar running on several sites.