Quote:
Originally Posted by abramelin
yes!! this is the same problem as me!
and also the other problems are still about the templates
for example
|
It sounds like there is definitely a bug with character replacements. We'll look into that. Is it just that character, or all characters?
Quote:
Originally Posted by abramelin
should this $tagcloud be $zoints_tagcloud
|
No, just $tagcloud -- here is what the installer attempts to run:
Code:
if (isset($vbulletin->templatecache['FORUMDISPLAY']))
{
if ($vbulletin->options['zointstags_forumdisplay'] == 1)
{
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('$navbar', '$navbar $tagcloud', $vbulletin->templatecache['FORUMDISPLAY']);
}
else if ($vbulletin->options['zointstags_forumdisplay'] == 2)
{
$vbulletin->templatecache['FORUMDISPLAY'] = str_replace('<!-- / controls below thread list -->', '$tagcloud <!-- / controls below thread list -->', $vbulletin->templatecache['FORUMDISPLAY']);
}
}
Quote:
Originally Posted by abramelin
and can you describ me how this manual templates working?
i am deactivating the auto template edit but in my style's template list at end of the list i see zointstags_ related templates. is this normal?
|
The automated template edits stops the system from doing what I showed above. They don't actually edit the templates, they just parse things after the fact. What you're referring to (zointstags_ templates) are NEW templates added by the installer. You need those