+ Reply to Thread
Results 1 to 11 of 11




  

Thread: vB Moderators aren't seeing the footer mod link

      
  1. #1
    Will Work For Coffee :-} Big Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond repute Big Dan's Avatar
    Join Date
    October 14, 2006
    Location
    New York
    Posts
    1,954
    Rep Power
    8
    Feedback Score
    0

    Question vB Moderators aren't seeing the footer mod link

    Hey Guys,

    I have kind of a weird problem, my regular moderators aren't seeing the Mod CP link in the footer. I've double checked user group permissions but don't see where I'd give them access. I tried with a test account, super mods see it, admins see, but regular moderators aren't seeing the link yet they can access the Mod CP via the URL.

    For the first time in a long time, I don't have an answer to a vBulletin issue. :eek: Any help is appreciated.

    Thanks,
    Dan
    Big Dan
    DJ Talk - Where DJ's meet! | Almost Geek - Geeky Tutorials and Stuff | Got Email Questions?

  2. #2
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    There isn't a setting, they automatically see it, you should check the footer template and be sure it's coded in properly, if it's the forum I redesigned, then it sounds to me like you accidentally removed the mod cp link when I had you remove the additional privacy policy link.

  3. #3
    Will Work For Coffee :-} Big Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond reputeBig Dan has a reputation beyond repute Big Dan's Avatar
    Join Date
    October 14, 2006
    Location
    New York
    Posts
    1,954
    Rep Power
    8
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    Quote Originally Posted by Kalina View Post
    There isn't a setting, they automatically see it, you should check the footer template and be sure it's coded in properly, if it's the forum I redesigned, then it sounds to me like you accidentally removed the mod cp link when I had you remove the additional privacy policy link.
    Yup it's that forum but it's the same across all three templates even the vB default one... I gotta look and see if that conditional is even there.
    Big Dan
    DJ Talk - Where DJ's meet! | Almost Geek - Geeky Tutorials and Stuff | Got Email Questions?

  4. #4
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    Ok, let me know.

  5. #5
    The Force is Strong! silverwebworks is on a distinguished road
    Join Date
    April 13, 2008
    Posts
    54
    Rep Power
    5
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    even i own a vbulletin board ... i got the same issue i have upgrades ... now its workin properly

  6. #6
    Jedi Master GRECO is on a distinguished road GRECO's Avatar
    Join Date
    April 17, 2008
    Location
    Greece
    Posts
    67
    Rep Power
    5
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    You have to manually code the footer template and remember to set the permissions of the link to the mods usergroup id

  7. #7
    The Force is Strong! BatM has a spectacular aura aboutBatM has a spectacular aura aboutBatM has a spectacular aura aboutBatM has a spectacular aura aboutBatM has a spectacular aura about BatM's Avatar
    Join Date
    January 8, 2008
    Location
    MelBurn AusLand :D
    Posts
    138
    Rep Power
    5
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    Hey guys..

    I Thought I'd let you know a little set up I have.

    I'll show you the full code and how to insert it too!

    I have a menu on my navbar called "User Menu" within this drop down menu it contains links to PM, UserCP, ModCp, AdminCP, Profile (vbul 3.7 i'll take that out of the code) Contacts, New Posts, Todays Posts & Subscribed Threads.

    This is the code...

    In navbar template find:
    Code:
    <!-- nav buttons bar -->
    <div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
    	<tr align="center">
    Below Add:
    Code:
    <if condition="$show['member']">
    				<td id="usermen" class="vbmenu_control"><a href="$show[nojs_link]#usermen" accesskey="3">User Menu</a> <script type="text/javascript"> vbmenu_register("usermen"); </script></td>
    			</if>

    While Still in navbar template find:
    Code:
    <!-- / user cp tools menu -->
    Below Add (This is the non vB 3.7 version.. doesn't contain "Your Profile Link Below this code find the 3.7 version ):
    Code:
    <!-- usermen menu -->
    	<div class="vbmenu_popup" id="usermen_menu" style="display:none" align="$stylevar[left]">
    		<table cellpadding="4" cellspacing="1" border="0">
    
    		<tr><td class="thead">User Menu</td></tr>
    		<tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">PM's</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="usercp.php$session[sessionurl_q]">UserCP</a></td></tr>
    		<if condition="$show['modcplink']"><tr><td class="vbmenu_option"><a href="$modcpdir/index.php$session[sessionurl_q]">ModCP</a></td></tr></if>
    		<if condition="$show['admincplink']"><tr><td class="vbmenu_option"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td></tr></if>
    		<tr><td class="vbmenu_option"><a href="#" onClick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Your Contacts</a></td></tr>
                    <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">New Posts</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">Todays Posts</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">Subscribed Posts</a></td></tr>
    
    		
    		</table>
    	</div>
    	<!-- / usermen menu -->

    THE BELOW CODE IS FOR vBulletin 3.7 Beta 1 And Above.. It Contains a link to "Your Profile"
    Code:
    <!-- usermen menu -->
    	<div class="vbmenu_popup" id="usermen_menu" style="display:none" align="$stylevar[left]">
    		<table cellpadding="4" cellspacing="1" border="0">
    
    		<tr><td class="thead">User Menu</td></tr>
    		<tr><td class="vbmenu_option"><a href="private.php$session[sessionurl_q]" rel="nofollow">PM's</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="usercp.php$session[sessionurl_q]">UserCP</a></td></tr>
    		<if condition="$show['modcplink']"><tr><td class="vbmenu_option"><a href="$modcpdir/index.php$session[sessionurl_q]">ModCP</a></td></tr></if>
    		<if condition="$show['admincplink']"><tr><td class="vbmenu_option"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td></tr></if>
    		<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">Your Profile</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="#" onClick="window.open('misc.php?$session[sessionurl]do=buddylist&amp;focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">Your Contacts</a></td></tr>
                    <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">New Posts</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">Todays Posts</a></td></tr>
    		<tr><td class="vbmenu_option"><a href="subscription.php$session[sessionurl_q]" rel="nofollow">Subscribed Posts</a></td></tr>
    
    		
    		</table>
    	</div>
    	<!-- / usermen menu -->


    Save And Enjoy

    Please Note... Mod CP and Admin CP links are only active for Mods Or Admins... Also Please Note... Enjoy!

  8. #8
    Jedi Master GRECO is on a distinguished road GRECO's Avatar
    Join Date
    April 17, 2008
    Location
    Greece
    Posts
    67
    Rep Power
    5
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    Nice...But just in case make a copy of the template...

    In case you need it reversed some day

  9. #9
    The Force is Strong! BatM has a spectacular aura aboutBatM has a spectacular aura aboutBatM has a spectacular aura aboutBatM has a spectacular aura aboutBatM has a spectacular aura about BatM's Avatar
    Join Date
    January 8, 2008
    Location
    MelBurn AusLand :D
    Posts
    138
    Rep Power
    5
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    You can always use the "Revert Template" button too

  10. #10
    Grand Masters Colleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond reputeColleen has a reputation beyond repute Colleen's Avatar
    Join Date
    September 22, 2006
    Location
    Canada
    Posts
    11,144
    Rep Power
    26
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    Quote Originally Posted by GRECO View Post
    Nice...But just in case make a copy of the template...

    In case you need it reversed some day
    You simply click "Add New Style". Don't give it a parent style, it will then use all the default template code, no need to make copies as you can just refer to the new style you just added which is the vbulletin default.

  11. #11
    I'm New! sparks man will become famous soon enoughsparks man will become famous soon enough sparks man's Avatar
    Join Date
    April 23, 2008
    Location
    baghdad - iraq
    Posts
    42
    Rep Power
    5
    Feedback Score
    0

    Default Re: vB Moderators aren't seeing the footer mod link

    i thought this error is because style templates
    try to express the default style



    eng.ali/iraq

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. New Moderators
    By Zap in forum Feedback and Support
    Replies: 25
    Last Post: Dec 5th, 2007, 2:05 am
  2. Footer & Adsense Question
    By dgridley in forum Adsense
    Replies: 4
    Last Post: Jul 13th, 2007, 11:32 am
  3. Moderators not doing their job!
    By Alkaline in forum Feedback and Support
    Replies: 4
    Last Post: Jan 1st, 2007, 11:10 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads