I have both the admin and mod links showing at the bottom of my foums. I noticed this one other time then it went away. Any ideas how to just get the admin link to show up for me?
Announcement
Collapse
No announcement yet.
Admin and Mod links
Collapse
X
-
Tags: None
-
This is not a standard feature. You must have added this manually. The only way I can think of to do this is to use conditionals.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
-
Actually I'm logged in as Admin here and see the Admin link - but not the Mod link.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
-
Originally posted by Steve MacholActually I'm logged in as Admin here and see the Admin link - but not the Mod link.
Comment
-
-
Originally posted by FreddieProbably an issue with the conditional in the footer template.
Code that showed both links:
<b>< <a href="$vboptions[contactuslink]">Contact Us</a> - <a href="$vboptions[homeurl]">$vboptions[hometitle]</a> <if condition="($permissions['adminpermissions'] & CANCONTROLPANEL)">- <a href="$admincpdir/">Admin</a> </if><if condition="can_moderate()">- <a href="$modcpdir/">Mod</a> </if><if condition="$vboptions['archiveenabled']">- <a href="archive/index.php/">Archive</a></if>
<!-- - <a href="$vboptions[privacyurl]">Privacy Statement</a> --> ></b><br />
Anything wrong with that code?
Comment
-
It's not an issue.
Just remove yourself from moderating any forum, and you won't see the link to the modcp.
Me, I prefer to see both links, so I moderate a private invisible empty forum.Lumina, aventurière des mondes fantastiques et petite rédactrice au grand cœur
Cœur Lumière - vBulletin-fr
Join the vBulletin French community social group!
Comment
-
Originally posted by LuminaIt's not an issue.
Just remove yourself from moderating any forum, and you won't see the link to the modcp.
Me, I prefer to see both links, so I moderate a private invisible empty forum.
Comment
-
No, you are wrong.
* remove the admins as moderators of specific forums
=> /admincp/moderator.php?do=showlist
* edit the Administrators usergroup permissions to add global permissions
=> admincp/usergroup.php?do=edit&usergroupid=6
And all will go fine.Lumina, aventurière des mondes fantastiques et petite rédactrice au grand cœur
Cœur Lumière - vBulletin-fr
Join the vBulletin French community social group!
Comment
-
Originally posted by LuminaNo, you are wrong.
* remove the admins as moderators of specific forums
=> /admincp/moderator.php?do=showlist
* edit the Administrators usergroup permissions to add global permissions
=> admincp/usergroup.php?do=edit&usergroupid=6
And all will go fine.
Comment
-
Oups, sorry, I made the test, and yes I keep the link too.
So you'll probably need to edit the footer template and add a condition so admins do not see the Mod link.Lumina, aventurière des mondes fantastiques et petite rédactrice au grand cœur
Cœur Lumière - vBulletin-fr
Join the vBulletin French community social group!
Comment
-
Originally posted by LuminaOups, sorry, I made the test, and yes I keep the link too.
So you'll probably need to edit the footer template and add a condition so admins do not see the Mod link.
Comment
-
Originally posted by HexOnxOnxWell if I remove the ability to moderate the forums from the admins then the admins can't delete or move or even edit posts, I tried that already.Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
Change CKEditor Colors to Match Style (for 4.1.4 and above)
Steve Machol Photography
Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment