Simple portal outside
- Tigerman75
- BBCoder III
- Posts: 109
- Joined: 31 Oct 2011, 14:14
- BBCodes: 10
- Favourite MOD: Top Staticts
- Location: Italy
- Contact:
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
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Simple portal outside
Where in the domain is your forum located and where do you want the portal?
Board rules! No PM support
- Tigerman75
- BBCoder III
- Posts: 109
- Joined: 31 Oct 2011, 14:14
- BBCodes: 10
- Favourite MOD: Top Staticts
- Location: Italy
- Contact:
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
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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"),
Board rules! No PM support
- Tigerman75
- BBCoder III
- Posts: 109
- Joined: 31 Oct 2011, 14:14
- BBCodes: 10
- Favourite MOD: Top Staticts
- Location: Italy
- Contact:
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?
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Simple portal outside
Only portal.php must be in domain root. All other in their place in the forum folder.
Board rules! No PM support
-
- BBCoder II
- Posts: 7
- Joined: 12 Jun 2011, 22:07
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
- Tigerman75
- BBCoder III
- Posts: 109
- Joined: 31 Oct 2011, 14:14
- BBCodes: 10
- Favourite MOD: Top Staticts
- Location: Italy
- Contact:
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"),
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
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.
Board rules! No PM support
- Tigerman75
- BBCoder III
- Posts: 109
- Joined: 31 Oct 2011, 14:14
- BBCodes: 10
- Favourite MOD: Top Staticts
- Location: Italy
- Contact:
Simple portal outside
I am Have Mods Seo ultimate url running
To speak with you use the google translator
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/
http://www.graphicforum.altervista.org/ and http://www.bbcodeitalia.com/forum/