Quote:
Originally Posted by SUSN
Thanks for your reply.
So in theory (I haven't tested this yet), if I put this
Code:
<img src="/images/statusicon/$forum[imageprefix]forum_$forum[statusicon].gif" id="forum_statusicon_$forum[4]" />
4 being the forum I would want the status of, I would be able to use the original file names forum_old.gif and forum_new.gif?
Cheers.
|
Well, the template gets spit out in a loop that goes through the forumid. So, when you get to forumid 4, it finds out if there are new posts or not and then the statusicon is determined from there. So, you can't just put a "4" in there and have it work - you need to actually fetch the status for forumid 4 first.