Quote:
Originally Posted by Apolo.
Hi VBLUIS,
If you want to display a side banner throughout all pages, you can either modify the templates on your own or use a mod for this purpose. For instance:
Everywhere Sidebar 4 VB4
https://vborg.vbsupport.ru/showthread.php?t=233871
Then, you can insert the RBS code in there for the side banner to be displayed. 
|
:up:
You may also insert the banner placeholder into a HTML static block and use just the standard forum sidebar.
I usually have also a custom template in order to remove the block title and other adjustments, such as:
Template: block_html_ads
Code:
<li>
<div class="block smaller">
<div class="widget_content blockbody floatcontainer">
<div id="block_html_{vb:raw blockinfo.blockid}" class="blockrow">
{vb:raw content}
</div>
</div>
</div>
<div class="underblock"></div>
</li>