View Full Version : Removing forum icons.
from a percific forum? any idea how to do this?
also how do i center a percific category
?
anyone?
Help
any help?
up!...
ok my bad ill explain basiclly ive installed the collums hack, and this is what i am trying to achive,
http://img250.imageshack.us/img250/4816/helpyg5.jpg
thanks.
Zachariah
01-29-2007, 01:56 PM
I would say those images buttons are "If new threads / posts " ?
https://vborg.vbsupport.ru/external/2011/01/4.gif
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
yes how do i get rid of the forum markers for just that one category?
paul41598
01-29-2007, 04:14 PM
wrap Zach's above code with something like this:
<if condition="!in_array($forumid, array(A,B,C))">
code
</if>
could somone write the full code out for me please, its for the whole catgory which is forum id8
and tell me step by step what i need to do, much appreciated.
https://vborg.vbsupport.ru/showthread.php?t=99829&highlight=Columns
apparently its here but i cant find it.
this is my site www.whoyoureppin.com
Zachariah
01-29-2007, 06:04 PM
The 3 forums you are pointing at.
Forum ID: 21,23,62
<if condition="!in_array($forumid, array(21,23,62))">
<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
</if>
Look @ the Bold - add more forum numbers you wish the image not to show on.
The bit of code around the image states that if the $forumid is in the array of numbers, do not show the image.
* IF forum ID is not xx,xx,xx THEN show image.
Get forum IDs by doing a mouseover the link to the forum.
forumdisplay.php?f=21
- forum # 21
the code is only adding a icon above the forums.....hmmm zach could you please pm me your msn or aim
thnks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.