vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Easy Forum Icons (https://vborg.vbsupport.ru/showthread.php?t=97861)

R1D1 10-07-2005 10:00 PM

Easy Forum Icons
 
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!

R1D1 10-08-2005 09:59 AM

screenshot...

R1D1 10-08-2005 11:42 AM

p.s. if u dont need an image on every single forum just put a blind-gif there... e.g. "gif.15" contains: nothing but a transparent pixel...

even a good idea (to be save), is to put the blind gif from 1-200 into the forumicons-folder. (1.gif, 2.gif, 3.gif a.s.o.) there are some free image-rename-tools on google for that job! ;)

TygerTyger 10-08-2005 11:56 AM

That's very attractive, good job!

Yorixz 10-08-2005 12:20 PM

Nice work, for everyone who is too lazy/doesn't know how to create 200 "dummy" gifs I attached the ones I use; please notice that I named them different so you'll have to either to change the names or change
Code:

<img src='/images/forumicons/$forum[forumid].gif' border='0' nosave align='right'>
to
Code:

<img src='/images/forumicons/picture ($forum[forumid]).gif' border='0' nosave align='right'>
I'm sure someone will find this usefull ;)

edit; why can't we upload rars? :ermm:

R1D1 10-08-2005 05:08 PM

Quote:

Originally Posted by Yorixz
Nice work, for everyone who is too lazy/doesn't know how to create 200 "dummy" gifs I attached the ones I use

very good idea! :)

Zachariah 10-08-2005 06:57 PM

Groovy. :D

Quote:

Originally Posted by Yorixz
edit; why can't we upload rars? :ermm:

I ask that everyday

R1D1 10-08-2005 07:19 PM

Quote:

Originally Posted by Zachariah
Groovy. :D


I ask that everyday

offtopic: perhaps its not the upload... perhaps its the user, who downloads and doesnt know how to decompress rars... ;)

TygerTyger 10-10-2005 10:41 AM

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!).

R1D1 10-10-2005 11:43 AM

perhaps you installed some template mods, that exchanged this code for something similar...

try to search the link for the forum-title ($forum[title])... right before that link... before "<a ..." post the above code... ;)


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

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.01131 seconds
  • Memory Usage 1,738KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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