Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Easy Forum Icons Details »»
Easy Forum Icons
Version: 1.00, by R1D1 R1D1 is offline
Developer Last Online: Jan 2012 Show Printable Version Email this Page

Version: 3.5.0 Rating:
Released: 10-07-2005 Last Update: Never Installs: 26
Template Edits
 
No support by the author.

If anybody just needs a special icon on every forum, try the following...

Edit the 4 "forumhome_forumbit_"-templates... (Search templates by "forumhome_forumbit_")

search for:
Quote:
<div><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
add
Quote:
<img src='/images/forumicons/$forum[forumid].gif' border='0' nosave align='right'>
after the "div"-tag... so it looks like...
Quote:
<div><img src='/images/forumicons/$forum[forumid].gif' border='0' nosave align='right'><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
just add a folder called "forumicons" to your images directory...

put in an icon for every forum on your site... use this syntax:

[forumid].gif (can be changed s.o. to *.jpg or whatever you like...)

e.g. put "12.gif" to have the "12.gif"-image shown up on the right side of the forumbit of forum 12...

very easy...

remember: you need an icon for every forum on your site... some browsers wont show the broken-image-link, if you forgot one! test it (perhaps) with internet-explorer (hrrumpf), to see, if theres an icon missing!

fun & peace!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 10-23-2005, 04:00 PM
Mastar's Avatar
Mastar Mastar is offline
 
Join Date: Sep 2005
Posts: 680
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TygerTyger
The part of the code we must search for...

<div><a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>

...doesn't exist in the forumhome_forumbit (nopost) sections of the template. Where should the code go? Is it necessary to place it in the nopost templates?

I really love this mod, it cheers forum home up no end (psssst, add a trailing slash at the end of the img tag to make it XHTML compliant!).
Search for that:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
Reply With Quote
  #13  
Old 10-23-2005, 09:34 PM
TygerTyger TygerTyger is offline
 
Join Date: Aug 2005
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I found it, thank you very much guys. Looking good
Reply With Quote
  #14  
Old 10-25-2005, 02:02 AM
skullycapone skullycapone is offline
 
Join Date: Mar 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone know where to get sports logo's for this type of thing. I would like a logo for each pro team and each league be it nfl, nba etc etc.

I cant find any logo's 29x30 and when I shrink them they are just a blur
Reply With Quote
  #15  
Old 10-28-2005, 05:44 PM
Flow Fusion Flow Fusion is offline
 
Join Date: Jul 2003
Location: Georgia
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would love to use this hack but, I can't find any of this info in my templates. Some have them and others don't.
Reply With Quote
  #16  
Old 10-28-2005, 07:18 PM
xtreme-mobile xtreme-mobile is offline
 
Join Date: Jul 2004
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there are no images in the zip file just shows a very small dot in each
Reply With Quote
  #17  
Old 11-03-2005, 05:41 AM
R1D1's Avatar
R1D1 R1D1 is offline
 
Join Date: Oct 2005
Location: Germany
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

right there are no images... surely! the plot is, that you create your own images... one for each forum! please read the first post...
Reply With Quote
  #18  
Old 11-14-2005, 07:08 PM
TygerTyger TygerTyger is offline
 
Join Date: Aug 2005
Posts: 182
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can also use this template edit to create Category Icons to the left of the text in the same way as is done here...

https://vborg.vbsupport.ru/showthread.php?t=82750

...but without the plugin. Instead of the suggested code for this mod, put the following into your template in the same location:

<img src='images/forumicons/$forum[forumid].gif' class='forumicon' />

and add this CSS to your Style's Main CSS:

.forumicon {float:left; border:0; margin:0 5px 0 0;}

Demo: http://www.forumwhatever.co.uk

Purty
Reply With Quote
  #19  
Old 12-14-2005, 03:15 PM
kadafi_alive kadafi_alive is offline
 
Join Date: Dec 2004
Posts: 146
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm,

If you click on categories, the image icons are displayed instead of right aligned.
Reply With Quote
  #20  
Old 12-14-2005, 06:56 PM
Mudvayne's Avatar
Mudvayne Mudvayne is offline
 
Join Date: Dec 2005
Location: /dev/null/
Posts: 393
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed.. nice hack..
Take a Look
Reply With Quote
  #21  
Old 12-29-2005, 05:34 AM
pspcrazy pspcrazy is offline
 
Join Date: Apr 2005
Posts: 184
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Shuvo
installed.. nice hack..
Take a Look
Shuvi thats awesme, anyway you can share the template file for the orbs with us?
Reply With Quote
Reply


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 02:47 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.04835 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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_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