Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-26-2009, 01:45 AM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Lynne? or anyone :D

how can i make my site have different icons like this site: http://www.sideline-sports.com/
you know for each different section he has different icons (NFL,NHL,NCAA, etc)...
i would like that for my site possibly, please help thanks!
Reply With Quote
  #2  
Old 04-26-2009, 02:42 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, I've never done that, but looking at the page source I'd guess he did a simple condition:
HTML Code:
<if condition="in_array($foruminfo['forumid'], array(1,2,3,4,5,6))">
an image
<else />
<if condition="in_array($foruminfo['forumid'], array(11,12,13,14,15,16))">
another image
<else />
image for all other forums
</if>
</if>
Reply With Quote
  #3  
Old 04-26-2009, 05:10 AM
Furcal15 Furcal15 is offline
 
Join Date: Apr 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Pretty cool...Thanks for posting this. And here's the file. Just unzip it and upload the product, and do a few quick template edits. I can't seem to find it on here anymore.. but I just downloaded it the other day, so this is why i'm uploading it. It's a quick simple install.

It's a 3.5 mod, but it works only anything above it. I'm running 3.8.1.
Reply With Quote
  #4  
Old 04-26-2009, 02:58 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The mod the poster above is talking about is easily found with a search - https://vborg.vbsupport.ru/showthrea...ghlight=custom
Reply With Quote
  #5  
Old 04-26-2009, 03:36 PM
Furcal15 Furcal15 is offline
 
Join Date: Apr 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wasn't redistributing it. I typed in Custom Forum Status Icons in the search box, and couldn't find it for the life of me. And I realized I had just downloaded it the other day. I checked my desktop and there it was.

Quote:
I can't seem to find it on here anymore.. but I just downloaded it the other day.
I didn't take any credit in my post. I was just trying to make it easy for him to download and take a look at, then having to go search for it...I couldn't find it. Just trying to be nice.
Reply With Quote
  #6  
Old 04-26-2009, 03:46 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can't just post it in the thread though. What if the author decides to pull his modification and you have it here? We can't go search it out. You can post a link to the thread, but you can't post the modification itself.

(If you click Install on a mod, it shows up under User CP > Installed Modifications.)
Reply With Quote
  #7  
Old 04-26-2009, 04:23 PM
Aclikyano Aclikyano is offline
 
Join Date: Apr 2006
Posts: 481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok im sure he wasnt aware that was a problem, neither was i lynne...
thanks alot 2 the both of you, i might try this on my forum
let you know how it goes thanks
Reply With Quote
  #8  
Old 04-27-2009, 04:54 PM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

if you are referring to forum status images..

when editing/adding a forum an option is available to use your own images

here's a short description:

Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.

This prefix must only contain alphanumerical characters, though the following are also allowed - _ / ., a folder name is also acceptable to be placed within the status icon directory.

The following images are currently in use for status icons, you will need to create images with the specified prefix to match.
  • forum_link.gif
  • forum_new.gif
  • forum_new_lock.gif
  • forum_old.gif
  • forum_old_lock.gif
Reply With Quote
  #9  
Old 04-27-2009, 05:54 PM
Furcal15 Furcal15 is offline
 
Join Date: Apr 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^ That mod would be much more useful for him. He wants different ones relevant to each forum.
Reply With Quote
  #10  
Old 04-27-2009, 06:58 PM
pigpog's Avatar
pigpog pigpog is offline
 
Join Date: Oct 2008
Location: United Kingdom
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Princeton View Post
if you are referring to forum status images..

when editing/adding a forum an option is available to use your own images

here's a short description:

Forum Status images are usually shown alongside the forum in a forum listings to indicate the read status.

This prefix must only contain alphanumerical characters, though the following are also allowed - _ / ., a folder name is also acceptable to be placed within the status icon directory.

The following images are currently in use for status icons, you will need to create images with the specified prefix to match.
  • forum_link.gif
  • forum_new.gif
  • forum_new_lock.gif
  • forum_old.gif
  • forum_old_lock.gif
This very much interests me. I found the field in my admin panel, but I was wondering what I would need to type in it as the instructions don't given an example. I might be showing my stupid side a bit here but if you or someone would kindly just give me an example of what I need to type in that field, I'd be grateful.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04321 seconds
  • Memory Usage 2,253KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete