Hi there,
in vB 2.0 Gold the admin options for showthread went to the
showthread_adminoptions template.
Since it isn't a link based thingy anymore, you have to add the following to get it into the dropdown box:
find:
Code:
<option value="stick">Stick / Unstick Thread</option>
below that add (you can place it wherever you want between the <select> statements):
Code:
<option value="bump">Bump</option>
Very easy...
Thanks for that great hack, tube!
cu,
-Tom