by default, he wants you to basicly replace your index.php and the old forum view is replaced by board.php.jaxmc1023 wrote:Does this portal take the place of index.php? or something to the effect of portal.php?
Theoretically then, I could have a different portal installed as portal.php, my forum as index.php, and could I have this mod as news.php, for example?madpinger wrote:by default, he wants you to basically replace your index.php and the old forum view is replaced by board.php.jaxmc1023 wrote:Does this portal take the place of index.php? or something to the effect of portal.php?
You dont have to do it that way tho, its simple enough to just keep the index as it is and make the portal a diff file if you want too.
Theoretically, You can of course make it do what ever is with in your skill to do. Its not going to be that way out of the box. You'll have to make choices on your own to achieve that.MydnyteSyn wrote:Theoretically then, I could have a different portal installed as portal.php, my forum as index.php, and could I have this mod as news.php, for example?madpinger wrote:by default, he wants you to basically replace your index.php and the old forum view is replaced by board.php.jaxmc1023 wrote:Does this portal take the place of index.php? or something to the effect of portal.php?
You dont have to do it that way tho, its simple enough to just keep the index as it is and make the portal a diff file if you want too.
Code: Select all
----- [FIND] -----------------
define ( 'IN_PHPBB', true );
$phpbb_root_path = './';
----- [Do in yourself]---------
replace the ./ with whatever directory your phpBB is installed in.
Such as './forum/' or './community/' without quotations.
Code: Select all
----- [FIND] -----------------
define ( 'IN_PHPBB', true );
$phpbb_root_path = './';
----- [Do in yourself]---------
replace the ./ with whatever directory your phpBB is installed in.
Such as './forum/' or './community/' without quotations.
do you know how to set it up?MydnyteSyn wrote:Yes.