That's not the manual edit needed for the menu, that's for the box when making a new thread at the bottom.
For the menu it is the 3rd (and required) edit:
Directly from the template edit instructions:
Quote:
3) If you are running any VB versions 4.1.7 or BELOW make the following edit.
Edit "SHOWTHREAD" Template
Find Code:
Code:
<li><label><input type="radio" name="do" value="removeredirect" tabindex="9" /> {vb:rawphrase remove_redirects}</label></li>
</vb:if>
Below it Add:
Code:
{vb:raw template_hook.showthread_adminoptions}
|