vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Remove avatars from Who's Online (https://vborg.vbsupport.ru/showthread.php?t=304792)

Bob_R 11-21-2013 12:54 AM

Remove avatars from Who's Online
 
1 Attachment(s)
I can't recall for the life of me how to remove avatars from the What's Going On? section.

**Bangs head on desk **

Can someone fill me in?

I've provided screenshots.

Edit: Using vBulletin 4.2.2

tbworld 11-21-2013 01:26 AM

Most likely it is a "mod", as it is not part of the "canned" vbulletin. Disable your 'WGO' - 'What's Going On' mods one by one till you find it.

Sorry, I did not know what version of vBulletin you were running so I could not suggest a possible 'mod'. )

Bob_R 11-21-2013 01:55 AM

Only mods dealing with avatars are Xenforo Style avatars which is for forum display. And, Digital Point thread avatars which are for threads.

What alerted me to this is that I created a test user and when he/she/it was online they had no markup and no avatar. Everyone else obviously as per screenshot does have HTML markup and avatars displaying.

ozzy47 11-21-2013 02:03 AM

What other mods are you running, cause I know there are some mods that have this feature, that don't specifically deal with avatars, like DBTech's InfoPanels

Krusty1231 11-22-2013 05:10 AM

Bob, do this.

Go to your forumhome template of the skin you want to change this from.

Find:

Code:

<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}{vb:raw loggedin.comma}</li>
                                                </vb:each>
                                        {vb:raw template_hook.V_name_list}
                                        </ol>
                                        </vb:if>

I highlighted the "musername" in red.

Change it to username to remove the avatars from members names in the WGO area.

I tested it on the same skin you use - and I am going to bet that was the same code we shared.

Anyway - good luck!


All times are GMT. The time now is 07:17 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00972 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete