MyBB Community Forums

Full Version: Adding a image next to - and + (forum cat)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to locate the + and - of all forum categories, so I can add a image to go along side it.

Would anyone be able to tell me where to find it exactly?

I've searched but so far I haven't been able to find it and I'm pretty clueless. Sad
Go into forumbit_depth1_cat and after this code place your image:

<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
is there anyway of making not go above the forum title?
I hate using align because it never works with &#160 or I can never figure it out.

Right now it shows like this

[image]-

I'm trying to place a bit of distance between the image and -, + so it looks like this;

[image] -

Here's my code if anyone could point me in the right direction it would be greatly appreciated and thank you cg67

<img src="link" align="right" />