I don't know if it's a bug or just a change in admin privileges from version 2 to 3 (it seems strange, though), but this is a problem I've encountered since the first releases of eFiction3: Level 3 Admins cannot delete reviews.
In fact, line 48 of reviews.php (efiction3.3):
if(isADMIN && uLEVEL < 3) $notauthor = 1;
should be:
if(isADMIN && uLEVEL <= 3) $notauthor = 1;
to make it work.
Please let me know π
Thank you.
URL to your eFiction: http://www.acciofanfiction.com/index.php
Your version of eFiction: 3.5.1 (Italian language)
Version of PHP: 4.4.8
Version of MySQL: 4.1.22
Bump. This should be fixed with 3.3.1.
Moving to solved.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
