serendipity_event_categorytemplates with Bulletproof

Found a bug? Tell us!!
Post Reply
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

serendipity_event_categorytemplates with Bulletproof

Post 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.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Timbalu
Regular
Posts: 4598
Joined: Sun May 02, 2004 3:04 pm

Re: serendipity_event_categorytemplates with Bulletproof

Post 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.
Regards,
Ian

Serendipity Styx Edition and additional_plugins @ https://ophian.github.io/ @ https://github.com/ophian
Post Reply