The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Thread Tool Links
What would be the correct code to add thread tool options (open / close, stick / unstick) as text links within a page?
|
#2
|
||||
|
||||
you will have to edit the showthread template
|
#3
|
|||
|
|||
Sorry I should have been more specific.
I want to convert these options into plain text links. Code:
<if condition="$show['openclose']"> <div> <label for="ao_oct"> <input type="radio" name="do" id="ao_oct" value="openclosethread" checked="checked" /> <if condition="$show['closethread']">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if> </label> </div> </if> <if condition="$show['managethread']"> <div> <label for="ao_sut"> <input type="radio" name="do" id="ao_sut" value="stick" /> <if condition="$show['unstick']">$vbphrase[unstick_thread] <else />$vbphrase[stick_thread] </if> </label> </div> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|