The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Help Please with Conditionals
Hi - I'm trying to highlight the thread title cell of threads posted within a specific forum posted by a specific usergroup (also within search results).
The conditional basically needs to say - <if thread is posted in forumid=1 and thread starter is usergroup=2>Do This</if> I have attached an image showing to sort of highlight I'm after - anyone know which templates I need to edit (for search results and in forum thread list). Many many thanks for any help you can give me. |
#2
|
||||
|
||||
Probably something like:
HTML Code:
<if condition="$thread['forumid'] == xx AND is_member_of($thread['postuserid'], yy)"> stuff <else /> other stuff </if> |
#3
|
||||
|
||||
Hi - thanks for replying. This is what I've added in threadbit template:
PHP Code:
|
#4
|
||||
|
||||
Did you look at the API for is_member_of?
Quote:
|
#5
|
||||
|
||||
Hi Lynne - thanks again, but that stuff is a foreign language to me.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|