I know Lynn has a mod to add the breadcrumbs to the bottom of showthread but for whatever reason it isn't working on my site. How would I register these variables on SHOWTHREAD so I can use them in the template?
--------------- Added [DATE]1415518455[/DATE] at [TIME]1415518455[/TIME] ---------------
Ok the code below worked.
PHP Code:
$templater = vB_Template::create('navbar_breadcrumbs');
$templater->register('navbits', $navbits);
$templatevalues['cisbreadcrumbs'] = $templater->render();
vB_Template::preRegister('SHOWTHREAD', $templatevalues);