well, I just added your code to the bottom of the plugin....
PHP Code:
$search_text = '</strong><br />';
$vbulletin->templatecache['navbar'] = str_replace($search_text,$search_text.$unread,$vbulletin->templatecache['navbar']);
$search_text = '<!-- UNREAD -->';
$vbulletin->templatecache['header'] = str_replace($search_text,$search_text.$unread.'<br />',$vbulletin->templatecache['header']);
}
or like this and have it still look for <strong>
PHP Code:
$search_text = '</strong><br />';
$vbulletin->templatecache['navbar'] = str_replace($search_text,$search_text.$unread,$vbulletin->templatecache['navbar']);
$vbulletin->templatecache['header'] = str_replace($search_text,$search_text.$unread.'<br />',$vbulletin->templatecache['header']);
}
it appears to work, see any issues with doing it like that?....thank you for the help....I hope to get better with this code stuff....but in time
At least I gave you a laughable offense