The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
add a button in a specific thread
Hello,
is there any way to ADD a button (beside POST REPLY button) in a specific thread (not all thread) here's what I want: I reapet, i want to add in a specific thread not all thread tnx in advance |
#2
|
||||
|
||||
Sure. You need to put a conditional around it to have it only show in that one thread:
HTML Code:
<if condition="$threadinfo[threadid] == 'xxxx'"> button </if> |
#3
|
|||
|
|||
tnx Lynne
|
#4
|
||||
|
||||
what if this was wanted into more whan one forum?
--------------- Added [DATE]1231805207[/DATE] at [TIME]1231805207[/TIME] --------------- help please |
#5
|
|||
|
|||
Forum or thread? Specify
|
#6
|
||||
|
||||
Forum display, for setin forums only. (also threads within)
--------------- Added [DATE]1231807740[/DATE] at [TIME]1231807740[/TIME] --------------- i have this but dont work <if condition="$foruminfo[forumid] == ' 343, 368, 369, 370, 371, 358, 364, 365, 366, 367'"> lolol </if> |
#7
|
||||
|
||||
Try this:
HTML Code:
<if condition="in_array($foruminfo['forumid'], array(343, 368, 369, 370, 371, 358, 364, 365, 366, 367))"> lolol </if> |
#8
|
||||
|
||||
thanks
Aprichated |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|