MyBB Community Forums

Full Version: Can it be done?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering if there was a way to add a graphics where the title of a forum is when you are viewing the topics the forum contains. Not on the main index page but while viewing an indivual forum. I just wanna add a graphic to one forum.
Use this code in place of the text entered in the name field of your forum

<img src="insert image url here">

Change the text in red to the url of your image
<img src="insert image url here" alt="" border=0" />

That's proper xhtml.
labrocca Wrote:<img src="insert image url here" alt="" border=0" />

That's proper xhtml.

It misses a " =P
Umm. I meant like only in one forum.... forum being viewing a category.
Either way it will work

If you want it to show instead of the text name of the category place the image code where you would input the name.

If you want it to show instead of the text name of a forum place the image code where you would input the name.