gwydir wrote:Hi Saint, Portal.php under
$phpEx = substr(strrchr(__FILE__, '.'), 1);
include($phpbb_root_path . 'common.' . $phpEx);
include($phpbb_root_path . 'portal/includes/functions.'.$phpEx);
Why did you do that? Delete it and implement the fix for the portal/includes/functions.php i have provided.
gwydir wrote:Is it possible to get the forum to show when you click on "Board Index" from the menu?
That is, the forum replaces the center columns when the index link is clicked.
I'm sorry, i don't understand what you want.
When you click on "Board Index" the normal phpBB3 index site (forum overview) should be displayed. It has nothing to do with the portal anymore.
Or do you want the boxes from the portal displayed on every site in your forum? That would be a heavy tweak to the overall_header and several other core files of phpBB3.
If somebody is willing to do this, it would be much appreciated if he could post the changes to our "add-on / snippet" forum. But we are about to get the next release together and have no time for this.