The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#31
|
|||
|
|||
Yes I copy and pasted it the same results this is where I placed the code
HTML Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] <!--message--> <div <if condition="is_member_of($post[usergroupid], 6, 7)">style="color:#CCCC66"</if>> $post[message] </div> <!--message--> </div> <!-- / message --> <if condition="$show['attachments']"> <!-- attachments --> <div style="padding:$stylevar[cellpadding]px"> |
#32
|
||||
|
||||
And what was the result when you pasted that in? All you said was "it doesn't work" and that doesn't tell me anything.
|
#33
|
|||
|
|||
it makes everyones post text yellow with the exeption of the members group. lets say it turns 6,7 thats ok but then it also turn 15,21,23. those groups i dont want the post text yellow i want it the deault color white
|
#34
|
||||
|
||||
That should not happen unless the users in group 15, 21, and 23 are also users in group 6 or 7.
|
#35
|
|||
|
|||
thats what i find weird the users in 15, 21, and 23 are not in groups 6 or 7. I got it it was like this
HTML Code:
<!--message--> <div <if condition="is_member_of($post, 6, 7)">style="color:#CCCC66"</if>> $post[message] </div> <!--message--> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|