PDA

View Full Version : Difference in Forum Display Option?


hellbringer80
12-30-2008, 02:43 AM
Is there a way to make an if statement on the homepage forum display to basically say...

IF (this is the last forum in the category) DISPLAY (this bg) ELSE DISPLAY (this bg)

Anyone have any idea on how to do this?

Attitude5ire
12-30-2008, 09:43 AM
<if condition="$forum[forumid] == X"></if>

This is for the forum conditional, you can specify the X as the forumID number for last forum.

hellbringer80
12-30-2008, 07:05 PM
Thanks very much!