serendipity_event_categorytemplates with Bulletproof
Posted: Tue May 28, 2013 11:02 am
If using the serendipity_event_categorytemplates Plugin in conjunction with bulletproof as the default user template and want to add categorytemplates with different instances of bulletproof, we have discovered a little problem, which errors in a partial white page without being distinctly presented to the user.
On Line 29 of your 1.7 / Bulletproof config.inc.php (or your template clone) please change
to:
This will be fixed in upcoming 1.7.1.
On Line 29 of your 1.7 / Bulletproof config.inc.php (or your template clone) please change
Code: Select all
if ($serendipity['GET']['adminModule'] == 'templates' || $serendipity['POST']['adminModule'] == 'templates') {Code: Select all
if ($serendipity['GET']['adminModule'] == 'templates' || $serendipity['POST']['adminModule'] == 'templates' || $serendipity['GET']['adminAction'] == 'cattemplate') {