The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can we hide banned users avatar?
Sorry for the double post, i posted the other thread in the wrong forum..
How would I hide banned users avatars. From searching I found this code <if condition="$post[usergroupid] != 'bannedusergroup'"> What would i put after it? |
#2
|
||||
|
||||
Hello,
You don't have to use that I don't believe. can't you just disable avatars and profile pics for the banned usergroup in the acp? That SHOULD take care of that for you. You may need to run the updates after you change the setting. |
#3
|
||||
|
||||
For my banned members, I just go to their profile and change their avatar to one has a picture of Banned or something to the like. It's an idea.
|
#4
|
||||
|
||||
maybe theres away to make a default avatar for banned group... hmm request it made? im sure its simple
|
#5
|
|||
|
|||
It is possible but you have to remove their old one.
So this is what I did, Used ranks and assigned a pic then i added code to postbit_legacy Quote:
|
#6
|
|||
|
|||
You could also use <if condition="$show['avatar'] AND !is_member_of($post, 8)">. And you can put an <else /> in between to have two actions (displaying a seperate avatar for banned members maybe).
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|