MyBB Community Forums

Full Version: Skinning Questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to put image borders going around the forums?
And is there a way to code a catagory using 5 images instead of one?
And how would you put adverts above the welcome bar but below the bar with the member list?

Thanks.
exofolio Wrote:And is there a way to code a catagory using 5 images instead of one?
You can try looking at Admin CP --> Templates --> Modify/Delete --> Expand your template set --> Forum bit templates --> forumbit_depth1_cat.

You should modify this part:
<div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="[-]" /></a></div>
<div><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong><br /><div class="smalltext">$forum[description]</div></div>
And add in whatever you need to make the 5 separate images.
exofolio Wrote:And how would you put adverts above the welcome bar but below the bar with the member list?

Thanks.
Admin CP --> Templates --> Modify/Delete --> Expand your template set --> header
Add your advert code before:
			<div id="panel">
				$welcomeblock
			</div>