Quote:
1) Did you open (I assume) view.php in a text editor and confirm the "THIS_SCRIPT" name is indeed "view" ?
|
Yes.
Quote:
2) Did you go to Admin CP -> Settings -> Options -> General Settings and enable Template Names in HTML Comments, and then load/view a page on view.php, view the HTML source in your browser, and then copy the template name at the top of the code?
|
The template I checked after doing this is Test - adding the text;
view|Test*30
Does not show the sidebar at all.
I know on the alternative mod, the following had to be added to view.php as Logician confirmed in his thread.
Find
PHP Code:
print_output($templater->render());
Add above
PHP Code:
$templater->register('sidebarext', $sidebarext);
$templater->register('sidebaropen', $sidebaropen);
https://vborg.vbsupport.ru/showpost....&postcount=219