Status: offline

::Ben

Forum User
Full Member
Registered: 01/14/05
Posts: 1569
Please note that some themes like Professional theme break dokuwiki plugin. To avoid this with professional theme:

In lib-common.php line 1292 (geeklog 1.7.1)
Text Formatted Code

    $tmp = $header->finish($header->parse('index_header', 'header'));
 

Change to:
Text Formatted Code

    $tmp = $header->parse('index_header', 'header');
 

::Ben
I'm available to customise your themes or plugins for your Geeklog CMS