Mark

Anonymous
I installed everything as instructed to do in the readme file. Now, when I try to access the forum I get this error:

Fatal error: Call to undefined function: com_siteheader() in *********/forum/includes/page_header.php on line 350

I opened the page_header.php and there is this code:


// Added by Turias
global $_PHPBBB_CONF;
$geeklog_site_header = '';
if ($_PHPBBB_CONF['show_left_blocks'])
{
$geeklog_site_header = COM_siteHeader();
}
else
{
$geeklog_site_header = COM_siteHeader('none');
}



Can anyone please tell me what is wrong and how can I fix it. I followed the instructions and everything went fine in the installation. It's just this thing that's not working.

Please help me...thanks in advance.

Status: offline

Turias

Forum User
Full Member
Registered: 10/20/03
Posts: 807
Check out the following two topics and let me know if they help:

http://demo.dogcows.net/phpbb/viewtopic.php?t=75
http://demo.dogcows.net/phpbb/viewtopic.php?t=73

Mark

Anonymous
Yes it worked, thanks a lot Turias for helping me out and for making such a great plugin.

Keep up all the great work!