MyBB Community Forums

Full Version: Forum Image instead of text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm a convert from phpbb (and I must say mybb is so much less BEASTLY and easier to use overall), but I'm missing a feature I learned in phpbb to change the forum title text to an image.

I did this by inserting an IF statement into forumdisplay.php which would use the forum id in order to display an image and no text.

For example if I have a forum named "My first forum" and has a fid=1 it wouldn't be displayed as text if I had specified an image to go there.

Any help would be appreciated! Oh I'm using 1.8.4
You can use html image code for it.
<img src="image.png" />
And put image in place of image.png

Put that for forum title.
Alternatively, if you are used to using if syntax and dont mind using a plugin then I recommend you try Template Conditionals

http://mybbhacks.zingaburga.com/showthread.php?tid=464