Page 1 of 1

serendipity_event_categorytemplates with Bulletproof

Posted: Tue May 28, 2013 11:02 am
by Timbalu
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

Code: Select all

    if ($serendipity['GET']['adminModule'] == 'templates' || $serendipity['POST']['adminModule'] == 'templates') {
to:

Code: Select all

    if ($serendipity['GET']['adminModule'] == 'templates' || $serendipity['POST']['adminModule'] == 'templates' || $serendipity['GET']['adminAction'] == 'cattemplate') {
This will be fixed in upcoming 1.7.1.

Re: serendipity_event_categorytemplates with Bulletproof

Posted: Tue May 28, 2013 5:34 pm
by Timbalu
Well, I am not really sure about this, but there might be some other templates affected by this too. Which are:
  • axcur
  • Sagittarius-A
  • andreas09
  • mimbo
  • mo3
  • xkur
Can anyone using one of those test this, please?
If this happens there too, we will also have to update these additional templates.