The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to disable banner for usergroup member
hello,im insert script html for banner,
and i have 5 usergroup member. i want disable script banner for 1usergroup. maybe anyone can help me to solve my problem? thanks |
#2
|
||||
|
||||
Code:
<if condition="!is_member_of($vbulletin->userinfo, X)">YOUR CODE</if> |
#3
|
|||
|
|||
yah thats work,thanks buddy
|
#4
|
|||
|
|||
A question regarding this thing. Maybe it is answered but I couldnt find it
I want to add different usergroup banners for different usergroups in postbit. If possible they keep changing. Thanks in advance. |
#5
|
||||
|
||||
Are you talking about random banners? If so - there are already threads about them - search for them.
|
#6
|
|||
|
|||
Random banners in header?
Na. I am not talking about that. I am talking about the banners in postbit_legacy. Lets see your post above. Between your name, Dismounted, and details like join date and location. A banner there. I really couldn't find anything on vb.org. Would you mind giving a link please. Thansk in advance. |
#7
|
|||
|
|||
I understand,
Find the following code in your template postbit legacy: Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<if condition="is_member_of($post, #)"> <td class="postbit" id="td_post_$post[postid]"> <else /> <td class="alt2"></if> |
#8
|
|||
|
|||
^^tanx alot
Will check it and see if this is what I need. Just a question: Why can't I see a code link to the image I want to show in postbit in your above code?? Where does the code pick the image from for postbit?? |
#9
|
||||
|
||||
What are you talking about? What image?
|
#10
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|