MyBB Community Forums

Full Version: create banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would insert my banner between one category and the other or at the top or in the middle or bottom of the forum can help me at my discretion so simple that it can understand how
http://goccedieros.com/
You can do it with Template Conditionals: http://mybbhacks.zingaburga.com/showthread.php?tid=464
After activating it add this code:
<if $forum['fid'] == 5 then>
banner code
</if>
to the bottom of the forumbit_depth1_cat template. Change 15 a proper category ID.
excuses are not very practical, where should I put in what folders codes http://mybbhacks.zingaburga.com/showthread.php?tid=464
and what you've written to add?
What..? First activate that plugin in the ACP: http://community.mybb.com/thread-137834-...#pid994864 the add the mentioned code to the boldened mentioned template: http://docs.mybb.com/1.8/development/themes/templates/