Just in case anyone wants to use this with 3.8.2, I just went through a few frustrating hours trying to get it to work with a certain theme. After doing some reading through the last 7 pages, and some experimenting, I got it to work nicely.
(Which is no surprise, since the author of the product did a great job of making it.)
I just wanted the extra space on the front page. And after reading some of the posts in this thread, I went and read the advice offered here:
https://vborg.vbsupport.ru/showpost....7&postcount=32
Problem was, he wasn't very clear on just how he did it. So, hopefully, this will help out someone else if they are ever stuck.
First, I made sure that all instructions for a normal install were followed,
with one exception noted below. Then, as suggested in the above post, I went to the style manager and began to edit the template:
Footer >> FORUMHOME
The only variation from the original instructions was that, instead of placing
$navbar4 in the
Navbar template (as said in the instructions) I placed it only in the
FORUMHOME template.
The part where I placed it looks like this:
HTML Code:
</head>
<body>
$header
$navbar
$navbar4
<if condition="$show['guest']">
End result: It works and looks great on just the front page.
Many thanks to the author of the code! :up: