BootBB theme - Sidebar Ad - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Support (https://community.mybb.com/forum-10.html) +---- Thread: BootBB theme - Sidebar Ad (/thread-241772.html) |
BootBB theme - Sidebar Ad - naveen - 2024-09-09 I am unable to find out where the option is for the BootBB theme featured ad. Can anybody point me in right direction. RE: BootBB theme - Sidebar Ad - Mostafa.Shiraali - 2024-09-09 if this box was with theme , check index template and you can find html codes and if you add this with a plugin you can check plugin codes and find template name for this box. if you not know how you must see template : Go to Mybb Admin Control Panel -> Templates & Style -> Templates -> your theme Templates RE: BootBB theme - Sidebar Ad - naveen - 2024-09-09 After installation, that box is not showing up. There is no mention of it in the theme documentation. Theme URL: https://community.mybb.com/mods.php?action=view&pid=1091 RE: BootBB theme - Sidebar Ad - Mostafa.Shiraali - 2024-09-09 I checked theme codes and there is nod ad box like Image preview in theme page , so you must find a plugin or use html and css code and add this to index template manually. if you know html and css you can put html code in index template a div with two column and one column have {$forums} and other column have ad box codes and replace these html codes in index template with {$forums} variable. two column div like this Note : if you do not know how , and not found a free way , I can do for you as non-free service RE: BootBB theme - Sidebar Ad - naveen - 2024-09-10 Which plugin you recommend? I need responsive layout. I tested one, but it doesn't slide down when checked in mobile. It pushed the forum to left. |