View Full Version : Thread Tool Links
AbercrombieAron
03-19-2008, 12:49 PM
What would be the correct code to add thread tool options (open / close, stick / unstick) as text links within a page?
Princeton
03-19-2008, 01:03 PM
you will have to edit the showthread template
AbercrombieAron
03-19-2008, 01:09 PM
Sorry I should have been more specific.
I want to convert these options into plain text links.
<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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.