Installed nice on my test forum but if I try to update the settings in the AdminCP, I click Update, it gives me an error message:
Code:
Can not find phrase "statistik_cp_gespeichert"
I assumed that KirbyDE's post was to make this for admin access only but as there are multiple reoccurances of the "require_once('./global.php');", which one should the change be made after or should it be all of them? (BTW KirbyDE, you have a typo, there should be a "." in front of the "/global.php"

)
Quote:
Originally Posted by KirbyDE
If there is none:
In statistik.php FIND
PHP Code:
require_once('/global.php');
Right after that ADD
PHP Code:
if (!($permissions['adminpermissions'] & CANCONTROLPANEL)) { print_no_permission(); }
|
Thanks again! Very nice.