MyBB Community Forums

Full Version: this forum contains (no) new post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use the discription field of the forum forum showing subforums.
I use html for doing this:

<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr>
		<td width="80" style="border-top:1px solid #000000; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:0">
		<a href="http://www.ikf-forum.eu/forumdisplay.php?fid=60">
		<img border="0" src="http://www.ikf-forum.eu/extratopic/paddy.jpg" width="70" height="90"></a></td>
		<td width="25" style="border-top:1px solid #000000; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:0">
		<a href="http://www.ikf-forum.eu/forumdisplay.php?fid=270">
		<img border="0" src="http://www.ikf-forum.eu/extratopic/more.gif" width="14" height="11"></a></td>
		<td style="border-top:1px solid #000000; padding-left:0; padding-right:0; padding-top:1px; padding-bottom:0" class="smalltext">
		<a href="http://www.ikf-forum.eu/forumdisplay.php?fid=270" style="text-decoration: none">
		Photos from Paddy Kelly</a></td>
	</tr>
	</table>

Every forum has got 6 subforums (in the code I add above only one)

It is build with and IMAGE and a TEXT hyperlink.
Can I make it so that there are two images (now only http://www.ikf-forum.eu/extratopic/more.gif):
1. this forum contains new post
2. this forum contains no new post
You can't do this with HTML, as it will need some sort of conditional if(){ statement.

Are you doing this in MyBB templates or is this a custom home page (or something of the likes?)...
I am doing this in the description of the forum.