MyBB Community Forums

Full Version: Adding images to index page (inside index table)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, does anyone have an idea of how to add banner images to the forum index table? I have a couple site supporters and I would like to add their banners beside their forums for more attention. Screen cap added below. I want to add the banners in the blank space to the right of the forum name and description.

Go to: Admin Control Panel >> Templates >> Forumbit Templates > forumbit_depth2_forum >> find;

<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>

add the following code just after that;

<div align="right"><a href="YOUR_URL_GOES_HERE"><img src="YOUR_IMAGE_URL_GOES_HERE"></a></div>

save template and you are done!
Thanks for the reply. I should have mentioned that I need to add different banners in only a few forums...will this still work?
(2010-12-13, 09:49 PM)RocketFoot Wrote: [ -> ]Thanks for the reply. I should have mentioned that I need to add different banners in only a few forums...will this still work?

I came up with a work around by adding the html to my forum descriptions

http://www.7173mustangs.com/forum-market-place

It would be nice to have the banners float right on the same line as the forum titles though!