how to remove usergroup image from wgo.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • XLCR GODFATHER
    Member
    • Mar 2010
    • 98
    • 4.0.0

    [Forum] how to remove usergroup image from wgo.

    Getting a new board together I noticed the image for a usergroup is showing up in the What's going on section at the bottom of the forum page. This looks to be a large scale problem waiting to happen as I have several usergroups for the structure of my site. Can any one tell me how to remove the usergroup image from the wgo bit?

    Click image for larger version

Name:	issue1.jpg
Views:	1
Size:	42.4 KB
ID:	3721048
    http://www.progamerclans.com/forum/i...ine=1270765165
  • Trevor Hannant
    vBulletin Support
    • Aug 2002
    • 24325
    • 5.7.X

    #2
    That doesn't happen by default - have you got any modifications relating to the WGO?
    Vote for:

    - Admin Settable Paid Subscription Reminder Timeframe (vB6)
    - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

    Comment

    • XLCR GODFATHER
      Member
      • Mar 2010
      • 98
      • 4.0.0

      #3
      Originally posted by Trevor Hannant
      That doesn't happen by default - have you got any modifications relating to the WGO?
      No, I only have maybe 5 mods installed including the skin, none of which are directly related to the wgo bit. I will disable them 1 at a time and let you know if any of them appear to be the cause as well as contact the mod dev. if that happens to be the case. Thank you, didn't think it might be a mod. forgot the old disable mods first thing since its been a almost a year since I used the script with my previous site.
      http://www.progamerclans.com/forum/i...ine=1270765165

      Comment

      • XLCR GODFATHER
        Member
        • Mar 2010
        • 98
        • 4.0.0

        #4
        I disabled all my mods checked for edited templates and checked using the default skin. This problem still seems to exist. Any Ideas where I might look or what else I might look for to solve this would be greatly appreciated.
        http://www.progamerclans.com/forum/i...ine=1270765165

        Comment

        • XLCR GODFATHER
          Member
          • Mar 2010
          • 98
          • 4.0.0

          #5
          Maybe this might help. I went to the "FORUMHOME" template and the following is the bit for the wgo section for the logged in user bit. Is there something wrong here?

          Code:
          <!-- what's going on box -->
              <div id="wgo" class="collapse wgo_block block">
                  <h2 class="blockhead">{vb:rawphrase whats_going_on}</h2>
                  <div class="blockbody formcontrols floatcontainer">
                      {vb:raw template_hook.forumhome_wgo_pos1}
                      <vb:if condition="$show['loggedinusers']">
                      <!-- logged-in users -->
                      <div id="wgo_onlineusers" class="wgo_subblock section">
                          <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                          <div>
                              <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                              <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                              <vb:if condition="$activeusers">
                              <ol class="commalist" id="wgo_onlineusers_list">
                                  <vb:each from="activeusers" value="loggedin">
                                      <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li>
                                  </vb:each>
                              </ol>
                              </vb:if>
                          </div>
                      </div>
                      <!-- end logged-in users -->
          Last edited by XLCR GODFATHER; Thu 28 Jul '11, 9:18am. Reason: to clearify before hand.
          http://www.progamerclans.com/forum/i...ine=1270765165

          Comment

          • XLCR GODFATHER
            Member
            • Mar 2010
            • 98
            • 4.0.0

            #6
            Problem Solved. Image code was in the wrong location on the usergroup manager. DUH moment for me. Sorry to bother everyone.
            http://www.progamerclans.com/forum/i...ine=1270765165

            Comment

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