Quote:
Originally Posted by GaiLoan
Hi Coroner,
1) why is my click the install/uninstall is target to >> not AJAX like your or vb.org ?
2) i cannt see the bginstalled.gif
2) admin still can`t edit in full mods, like want to change these options Re-useable Code Additional Files Translations Is in Beta Stage in edit post
|
I'll promised that I will tell you how to add the mod-setting permission for admins.
here it comes - open the file
modsystem_miscactions.php and search for:
Quote:
if ($thread['author'] == $vbulletin->userinfo['userid']) $show['owner'] = true;
|
change the line into:
Quote:
if ($thread['author'] == $vbulletin->userinfo['userid'] OR can_moderate($thread['forumid'], 'canmoderateposts')) $show['owner'] = true;
|
that's all.
Remeber, all users with permission to moderate, can do it too.
Regards