BTW, Anyone who chooses to do the manual template edits (as I did*) and who has found that the navbar adjustments do not show... I found it easier to change the body of the "
Zoints Thread Tags (automatic template edits)" plugin rather than disable it.
I changed it to:
Code:
if ($vbulletin->options['zointstags_on'])
{
//
// navbar, always do this
//
eval('$zointstags_searchform = "' . fetch_template('zointstags_searchform') . '";');
eval('$zointstags_tagslink = "' . fetch_template('zointstags_tagslink') . '";');
}
* The reason I did is that I'm using another hack to compress whitespace, and this prevents the pattern matching in the zoints plugin from finding the places to perform substitutions. So if you're using the compress templates hack, you'll need to manually insert the replacements.