Hi, I´m creating a new admin level to helpers, so that they can send articles, reviews, etc, but I don´t want them to edit other reviews, how can I do this? The solution should be somewhere here, right? /taken from index.php of the module Reviews
Code:
function mod_review($id) {
global $admin, $prefix, $dbi, $module_name;
include ('header.php');
OpenTable();
if (($id == 0) || (!is_admin($admin)))
echo "Access Denied.";
else if (($id != 0) && (is_admin($admin)))
{
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum