Quote:
Originally Posted by Khan_
i am using this mod to have a custom page --> https://vborg.vbsupport.ru/showthread.php?t=235359 ..and i dont know which template to edit and add {vb:raw sidebaropen} and {vb:raw sidebarext}
i am using vb 4.0.3 . please help .
it works flawless on all default vb pages except custom pages .. Wonderful mod .
marked as installed~
Nominated for motm~
|
Sorry for the delay I was not receiving emails of new post here.
anyway
open custompage.php
search for
PHP Code:
$templater->register('navbar', $navbar);
below it add
PHP Code:
//added for the everywhere sidebar
$templater->register('sidebarext', $sidebarext);
$templater->register('sidebaropen', $sidebaropen);