vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=229)
-   -   Forum Home Enhancements - Custom Forum Status Icon (https://vborg.vbsupport.ru/showthread.php?t=189796)

spaziopc 09-01-2008 10:00 PM

Custom Forum Status Icon
 
Do you want to add a custom icon insead of boring status icon ?


Modify forumhome_forumbit_level1_post :

Search:
Code:

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

<img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid].png" alt="" border="0" />
Modify forumhome_forumbit_level2_post :

Search:
Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].png" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
Replace with this:
Code:

<img src="$stylevar[imgdir_statusicon]/forum_$forum[forumid].png" alt="" border="0" />
Now UPLOAD your images in your /statusicon/ folder.
You have to name your image as: forum_FORUMID.png

The forum id is i.e. --> *** Link Removed ***

So i called the icon for this forum --> *** Link Removed ***

*** Link Removed ***

RobbieZ 09-02-2008 08:03 AM

Neat job..

Im using thread prefix's so my forumhome_forumbit_level1_post is this:

Code:

<img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" />
What do i need to change so as not to upset it ?

macc 09-02-2008 08:53 AM

i do not see anything on demo page

macc

spaziopc 09-02-2008 09:31 AM

I'm going to install :P

OcR Envy 09-02-2008 10:18 AM

Demo page is Warez? tsk..tsk..

Magnumutz 09-02-2008 11:49 AM

The demo is already gone...

ssslippy 09-02-2008 12:32 PM

It is already possible to do this with vb 3.7

wwolf27 09-02-2008 12:55 PM

Quote:

Originally Posted by ssslippy (Post 1612762)
It is already possible to do this with vb 3.7

It says Version 3.7.x at the top, I believe that means that it is for it.

Digital Jedi 09-02-2008 12:57 PM

Quote:

Originally Posted by wwolf27 (Post 1612770)
It says Version 3.7.x at the top, I believe that means that it is for it.

He said "It is", not "is it". Meaning, 3.7 already has the ability to use custom forum icons using the prefix option. Unless, I'm not understanding what this is.

wwolf27 09-02-2008 01:03 PM

Quote:

Originally Posted by Digital Jedi (Post 1612771)
He said "It is", not "is it". Meaning, 3.7 already has the ability to use custom forum icons using the prefix option. Unless, I'm not understanding what this is.

oo you are correct but I apologize for 1. not reading it correctly and 2. I was asking a question and left out my "?"......I wasn't trying to be rude or disrepectful. :o


All times are GMT. The time now is 06:23 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.01026 seconds
  • Memory Usage 1,737KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete