PDA

View Full Version : images in forumbit on forumhome


sabret00the
01-15-2004, 06:57 PM
can someone write this conditional please :)

Zachery
01-15-2004, 08:34 PM
whatcha want specificy?

sabret00the
01-18-2004, 11:01 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=60097" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=60097</a>

this but via conditionals

sabret00the
01-26-2004, 09:30 AM
*bumpety bump*

Zachery
01-26-2004, 10:36 AM
it can be done sevaral ways

depends on how you want it done...

you want it for every forum or just one or two?

sabret00the
01-26-2004, 10:44 AM
it can be done sevaral ways

depends on how you want it done...

you want it for every forum or just one or two? their parent id=1 and id=90

but it's just some forums.

Zachery
01-26-2004, 10:46 AM
ill take a look into the code for RC3 and let you know

sabret00the
02-01-2004, 01:35 AM
how did you get on faranth?

Zachery
02-01-2004, 01:58 AM
oh yes i did >.< i theres another thread like this let me find it.

<if condition="($forum[forumid] == X) OR ($forum[forumid] == Y)"><td><img src="$stylevar[imgdir_statusicon]/$forum[forumid]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<else /> <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
</if>


now make folders in your statusicon folder that corospond to your forumids that you want these special icons to show up for, :)

sabret00the
02-01-2004, 10:21 AM
thanks faranth, i'll check it out later and get back to you on how successful i was :)