sherif1967
07-03-2020, 05:38 AM
i'm looking for this modification Count breadcrumbs in navbar_link (https://vborg.vbsupport.ru/showthread.php?t=323652) for vB3 if any one can help.
Hook Location: navbits
Plugin PHP Code:
$breadcounter = $counter;
vB_Template::preRegister('navbar_link', array('breadcounter' => $breadcounter));
Then add {vb:raw breadcounter} into the navbar_link template.
Hook Location: navbits
Plugin PHP Code:
$breadcounter = $counter;
vB_Template::preRegister('navbar_link', array('breadcounter' => $breadcounter));
Then add {vb:raw breadcounter} into the navbar_link template.