vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How hide avatar and signature to guests? (https://vborg.vbsupport.ru/showthread.php?t=239490)

fabioski 03-31-2010 02:37 PM

How hide avatar and signature to guests?
 
How can I Hide signature (all elements of signature, both image and links) and Avatar to guests?
Thanks

fabioski 04-07-2010 03:29 PM

No one that know how to do this?
Thanks.

vicelover 04-08-2010 11:05 AM

this mod only hide signature
https://vborg.vbsupport.ru/showthread.php?t=235184

borbole 04-08-2010 01:46 PM

Whereas to hide avatars from guests, at the postbit_legacy template find the following code:

HTML Code:

<vb:if condition="$show['avatar']">

and replace it with:

HTML Code:

<vb:if condition="$show['avatar'] AND !$show['guest']">

8thos 09-13-2010 01:26 AM

Quote:

Originally Posted by borbole (Post 2017926)
Whereas to hide avatars from guests, at the postbit_legacy template find the following code:

HTML Code:

<vb:if condition="$show['avatar']">

and replace it with:

HTML Code:

<vb:if condition="$show['avatar'] AND !$show['guest']">

This one works! How do you hide the avatar from a usergroup you've created?

borbole 09-13-2010 01:34 PM

Quote:

Originally Posted by Octavius. (Post 2097368)
This one works! How do you hide the avatar from a usergroup you've created?

That will require a custom mod.

If you want to hide the avatars and signatures from guests with a mod rather than with the template edits, you can use my mod.

https://vborg.vbsupport.ru/showthread.php?t=250094


All times are GMT. The time now is 07:14 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.01300 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
  • (4)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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