disable ignore/buddy feature?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PakPassion
    New Member
    • Jun 2005
    • 26
    • 3.0.7

    disable ignore/buddy feature?

    Is there any way of disabling this feature because lately cheeky members have started to put admins in their ignore list thus they cannot read announcements, rules regs etc. I want to disable this feature all together any way of doing that?
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    This is a system wide setting:

    Admin CP -> vBulletin Options -> User Profile Options -> Allow Users to 'Ignore' Moderators -> No
    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

    • Removed-1078464
      Senior Member
      • Oct 2004
      • 796
      • 3.6.x

      #3
      Originally posted by Steve Machol
      This is a system wide setting:

      Admin CP -> vBulletin Options -> User Profile Options -> Allow Users to 'Ignore' Moderators -> No
      How about disabling AND HIDING the Buddy list altogether Steve, How would we go about doing that?

      I dont see a need for the Buddy list thing on MY site so It would be nice to get rid of it altogether and not let my members even know it ever existed.

      Doug

      Comment

      • Jose Amaral Rego
        Senior Member
        • Feb 2005
        • 11058
        • 1.1.x

        #4
        Nooo! Johnny Nooo! Buddy Gone

        This is the long way to do this, but you need to learn it the hard way like I did.
        1. First going to remove link in User CP side list.

          In User CP side list, you can see in text ' Buddy / Ignor List '

          Admin CP -> Languages & Phrases -> Search In Phrases ->

          Search for Text: Buddy / Ignor List

          Search in Language: All Languages

          Search in ...: Phrase Text Only

          Case-Sensitive: No

          Click: Find

          Search Results -> buddy_ignore_lists (copy)


          Admin CP -> Styles & Templates -> Search In Templates ->

          Search in Style: Search in all Styles

          Search for Text: buddy_ignore_lists

          Search Titles Only: No

          Click: Find

          You will see two templates: modifylist | USERCP_SHELL

          Two option here.
          1. Select all code and delete or
          2. add comment out <!--code-->


          Click on modifylist -> Controls -> Customize -> Search in Template -> Find
          Comment out:
          Code:
          [COLOR="Red"]<!--[/COLOR][COLOR="Blue"]<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">[/COLOR]



          SCROLL DOWN TO THE END




          </table>
          -->

          Click: save



          Next to remove the link in USERCP_SHELL

          Two option here.
          1. Select all code and delete or
          2. add comment out <!--code-->


          Click on USERCP_SHELL -> Controls -> Customize -> Search in Template -> Find

          Code:
          [COLOR="red"]<!--[/COLOR][COLOR="Blue"]<tr>
          	<td class="$navclass[buddylist]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editlist">$vbphrase[buddy_ignore_lists]</a></td>
          </tr>[/COLOR][COLOR="Red"]-->[/COLOR]
          Click: save


          Thinking that your done, NOPE!
        2. Find ' Open Buddy List ' and remove link from Quick Links in navbar.




        Admin CP -> Languages & Phrases -> Search In Phrases ->

        Search for Text: Open Buddy List

        Search in Language: All Languages

        Search in ...: Phrase Text Only

        Case-Sensitive: No

        Click: Find


        Search Results -> open_buddy_list (copy)


        Admin CP -> Styles & Templates -> Search In Templates ->

        Search in Style: Search in all Styles

        Search for Text: open_buddy_list

        Search Titles Only: No

        Click: Find


        You will see navbar template:

        Two option here.
        1. Select all code and delete or
        2. add comment out <!--code-->


        Click on navbar -> Controls -> Customize -> Search in Template -> Find
        First
        Code:
        			[COLOR="Red"]<!--[/COLOR][COLOR="blue"]<if condition="$show['member']">			
        				<td class="vbmenu_control"><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;">$vbphrase[open_buddy_list]</a></td>			
        			</if>[/COLOR][COLOR="red"]-->[/COLOR]
        Second
        Code:
        		[COLOR="red"]<!--[/COLOR][COLOR="Blue"]<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;">$vbphrase[open_buddy_list]</a></td></tr>[/COLOR][COLOR="Red"]-->[/COLOR]

        Comment

        • Removed-1078464
          Senior Member
          • Oct 2004
          • 796
          • 3.6.x

          #5
          Seems like an AWFUL lot of work just to disable and hide the buddy / ignore list dont you?

          Doug

          Comment

          • Jose Amaral Rego
            Senior Member
            • Feb 2005
            • 11058
            • 1.1.x

            #6
            This is nothing, wait till you ask me to do another edit.

            Comment

            • Removed-1078464
              Senior Member
              • Oct 2004
              • 796
              • 3.6.x

              #7
              Has anyone been able to accomplish this using Nicksforum.net's advice with Vbulletin 3.6.4 ?

              Doug

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...