2024-09-09, 07:41 AM
2024-09-09, 12:59 PM
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
if you not know how you must see template :
Go to Mybb Admin Control Panel -> Templates & Style -> Templates -> your theme Templates
2024-09-09, 05:45 PM
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?acti...w&pid=1091
Theme URL: https://community.mybb.com/mods.php?acti...w&pid=1091
2024-09-09, 05:56 PM
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
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
2024-09-10, 04:43 AM
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.