vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Removing forum icons. (https://vborg.vbsupport.ru/showthread.php?t=137732)

imk 01-28-2007 12:36 PM

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

Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />

imk 01-29-2007 03:16 PM

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:

PHP Code:

<if condition="!in_array($forumid, array(A,B,C))">
code
</if> 


imk 01-29-2007 04:26 PM

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/showthrea...hlight=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

Code:

<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

imk 01-30-2007 10:04 AM

the code is only adding a icon above the forums.....hmmm zach could you please pm me your msn or aim

thnks


All times are GMT. The time now is 10:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00934 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete