Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Forum Home Enhancements - vB Category Icons
Reply
Page 1 of 3 1 23 >

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Supported
[vB 3.5.4] Forum Home Enhancements - vB Category Icons (306)
Released: 08-11-2005, 06:05 PM
Modification Information: Version: 1.0.1
Ken Iovino's Avatar Author: Ken Iovino
Last Online: 06-09-2009
Installer Included: 1 Additional queries added to database: 1 Template Edits: 2
File Edits: New Files: New Phrases: 1

Plugin
vB Category Icons

vBulletin 3.5.0 RC 1
www.vBHackers.com

What this does
This will allow you to setup a icon to display by the title of each forum you have. The look of the icon depends on how you want to set it up in the templates. This will work for all levels of sub-forums.

Note:
This hack will work for vBulletin Version 3.5.0 RC-1 ONLY!

To do list...
  • Time to install: 3 minutes
  • Queries to run: 1
  • File Mods: 0
  • Templates to edit: 2
  • Templates to add: 0
  • New Phrases: 1
  • New Plugins: 2

Template Edit
Alot of people want to get there icon like my screenshot. So you have bugged me enough for me to post how. :p Enjoy!

Replace Template: forumhome_forumbit_level1_post With The Folllowing:
HTML Code:
<tbody>
        <tr align="center">
                <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]">

                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
                        <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
                        <td>

                                <table cellpadding="0" cellspacing="0" border="0">
                                <tr>
                                        <td>$forum[forumhomeicon]</td>
                                        <td>
                                                <div>
                                                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                                                        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                                                </div>

                                                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                                                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                                                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                                        </td>
                                </tr>
                                </table>
                        </td>
                </tr>
                </table>

                </td>
                <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
                <td class="alt1">$forum[threadcount]</td>
                <td class="alt2">$forum[replycount]</td>
                <if condition="$vboptions['showmoderatorcolumn']">
                <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
                </if>
        </tr>
</tbody>
<if condition="$childforumbits">
<tbody>
        $childforumbits
</tbody>
</if> 
Replace Template: forumhome_forumbit_level2_post With The Folllowing:
HTML Code:
<tr align="center">
        <td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
        <td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
                <table cellpadding="0" cellspacing="0" border="0">
                <tr>
                        <td>$forum[forumhomeicon]</td>
                        <td>
                                <div>
                                        <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
                                        <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
                                </div>

                                <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
                                <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
                                <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
                        </td>
                </tr>
                </table>
        </td>
        <td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
        <td class="alt1">$forum[threadcount]</td>
        <td class="alt2">$forum[replycount]</td>
        <if condition="$vboptions['showmoderatorcolumn']">
        <td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
        </if>
</tr>
$childforumbits
And Thats All!

Please read carefully and make all the necessary changes as stated. This is will work if installed properly.
PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN! If you like this hack

Help & Support
Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply here.

Please post bugs and errors here. Hope you like, feedback welcomed.



Screenshots
Screenshots
File Type: gif ss01.gif (3.6 KB, 1321 views)
File Type: gif ss02.gif (4.4 KB, 779 views)



Old 09-03-2005, 11:14 PM   #2
infinityfxp
Coder

Activity Longevity
0/20 20/20
Today Posts
0/3 ssssss136
Location: England
infinityfxp is on a distinguished road
Status: Offline Default
it took me ages to find the code but finished it all,

forumhome
forumdesplay
subforums

looks nice anyway just need to get my finger out making some icons
thanks infinity :bandit:
Attached Images
File Type: bmp subforums.bmp (885.9 KB, 510 views)
File Type: gif standard thread.gif (181.5 KB, 328 views)
File Type: bmp Threads.bmp (179.1 KB, 241 views)
Reply With Quote
Old 09-04-2005, 06:45 AM   #3
AdamInc
vB Newbie

Activity Longevity
0/20 16/20
Today Posts
0/3 sssssss23
AdamInc is on a distinguished road
Status: Offline Default
i dont know if you provide help here but i have the forum sponsers installed. in this one it asks you to replace a template you replaced forthe fourm sponsers. can you provide the code in forumhome_forumbit_level1_post to use both Forum Sponsers and Forum Category Hacks. Thanks
Reply With Quote
Old 09-11-2005, 07:40 AM   #4
Scooterpig
vB Newbie

Activity Longevity
0/20 17/20
Today Posts
0/3 ssssssss8
Scooterpig is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by AdamInc
i dont know if you provide help here but i have the forum sponsers installed. in this one it asks you to replace a template you replaced forthe fourm sponsers. can you provide the code in forumhome_forumbit_level1_post to use both Forum Sponsers and Forum Category Hacks. Thanks
Great hack this, thank you LW..
Reply With Quote Installed
Old 09-21-2005, 07:47 PM   #5
JollyJack
Charter Member

Activity Longevity
0/20 20/20
Today Posts
0/3 sssssss31
JollyJack is on a distinguished road
Status: Offline Default
Whats the best software to make these icon, or where can i download them from
Reply With Quote
Old 09-25-2005, 06:13 PM   #6
CoX
vB Newbie

Activity Longevity
0/20 16/20
Today Posts
0/3 sssssss21
CoX is on a distinguished road
Status: Offline Default
EDIT i got it to work BUT the images dont save :S anyone know why

Last edited by CoX; 09-25-2005 at 08:45 PM.
Reply With Quote Installed
Old 12-22-2005, 01:54 AM   #7
zey
vB Newbie

Activity Longevity
0/20 15/20
Today Posts
0/3 ssssssss4
zey is on a distinguished road
Status: Offline Default
why the tittle of this thread said [vB 3.5.0 RC 2] vB Category Icons but in the 1st post said this hack works only for 3.5.0 R C 1 ?????
Reply With Quote Installed
Old 03-27-2006, 04:52 AM   #8
hawee
vB Newbie

Activity Longevity
0/20 14/20
Today Posts
0/3 ssssssss6
hawee is on a distinguished road
Status: Offline Default
hi
i'm not sure what this does
im not seeing in the images what teh category icons do....can anyone explain
sorry for just nubbish question
Reply With Quote
Old 04-04-2006, 08:41 AM   #9
Arnoud
vBulletin Guru

Arnoud's Avatar

Activity Longevity
0/20 18/20
Today Posts
0/3 sssss3129
Location: Europe, Flanders
Arnoud is on a distinguished road
Send a message via MSN to Arnoud Send a message via Yahoo to Arnoud
Status: Offline Default
Quote:
Originally Posted by hawee
hi
i'm not sure what this does
im not seeing in the images what teh category icons do....can anyone explain
sorry for just nubbish question
http://www.vbhackers.com/attachment....4&d=1123783507

Open that one up. See the big white baloon with the exclamation mark? That image was added with this hack.
Reply With Quote
Old 04-20-2006, 09:53 PM   #10
0xyGen
vB Newbie

Activity Longevity
0/20 14/20
Today Posts
0/3 ssssssss4
0xyGen is on a distinguished road
Status: Offline Default
oh good thanks Man
Reply With Quote Installed

Reply
Page 1 of 3 1 23 >

« Random Tips | Best&Worst Thread of the day-Week-Month »

LinkBacks (?)
LinkBack to this Thread: http://www.vbhackers.com/f76/forum-home-enhancements-vb-category-icons-1757/
Posted By For Type Date
United Radio Operators - Page 2 - vBulletin Setup This thread Pingback 12-15-2006 07:14 AM
United Radio Operators - vBulletin Setup This thread Refback 12-15-2006 06:18 AM

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
[REQ] vB Category Icons the wolf Graphics and Design 0 01-02-2008 01:08 AM
vB Category Icons ValsiS vBulletin Modification Requests 0 10-13-2005 11:44 AM



All times are GMT. The time now is 05:18 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
See LinkBacks See LinkBacks
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!