Help with finding something in templates

Discussion in 'vBulletin Discussions' started by Peacelily, Jan 14, 2010.

  1. Peacelily

    Peacelily Adept

    Joined:
    Jul 5, 2009
    Messages:
    245
    Likes Received:
    10
    Hi there.

    Oh My Gosh. I have been looking everywhere to find this piece of code and I cannot find it.

    http://i47.tinypic.com/2qtwev8.png

    I want to remove the Picture comments moderation and the groups discussion moderation from the drop-down, but I cannot find it.

    Does anyone have any idea where those are?

    :shrug:
     
  2. tldagent

    tldagent Novice

    Joined:
    Jan 13, 2010
    Messages:
    28
    Likes Received:
    7
    First Name:
    Justin
    navbar template I believe.

    The code for the navbar_notifications_menubit is:

    Code:
    <tr>
    <td class="vbmenu_option"><a href="$notification[link]"<if condition="$notification['total'] > 0"> style="font-weight:bold"</if>>$notification[phrase]</a></td>
    <td class="vbmenu_option" align="$stylevar[right]"><a href="$notification[link]"<if condition="$notification['total'] > 0"> style="font-weight:bold"</if>>$notification[total]</a></td>
    </tr>
    But controlling what's shown has me stumped as well. Sorry I couldn't be of more assistance as I've never had to change it but usually I can find stuff like this. Hopefully someone will better answer this for you.
     
  3. Ryan Ashbrook

    Ryan Ashbrook Regular Member

    Joined:
    Jun 29, 2009
    Messages:
    343
    Likes Received:
    25
    Location:
    Cincinnati, Ohio
    Pretty sure it's hard coded.
     
  4. Brandon

    Brandon Regular Member

    Joined:
    Jun 1, 2009
    Messages:
    6,602
    Likes Received:
    1,706
    Location:
    Topeka, Kansas
    First Name:
    Brandon
    why not just disable the moderation via usergroups?
     

Share This Page