Quote:
Originally Posted by Lynne
It looks like this is the image here:
HTML Code:
<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
So, depending on the status, the image is changed from forum_old to forum_new (or one of three others). So, you could do a condition based on $forum[statusicon] to change the image if it is 'new' or you can make the names of your images fit that pattern and then change forum_ to whatever you chose.
|
I'd love to be able to do that, Lynne, but it is well beyond my capability at present.
Thank you for your reply, though, and the information.
--------------- Added [DATE]1254596105[/DATE] at [TIME]1254596105[/TIME] ---------------
Quote:
Originally Posted by Medtech
for my 2 cents worth, it is easy to rename the new image the same as the old and upload it to the correct directory with ftp overwriting it. simple and effective way of replacing images.
|
It looks like that's what I'll have to do. I was reluctant to overwrite anything but it appears I can't avoid it.
Thank you, Medtech, for your help.