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 4 of 11 « First < 23 4 56 > Last »

 

  • 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 (794)
Released: 06-13-2005, 09:08 PM
Modification Information: Version: 1.0.1
Ken Iovino's Avatar Author: Ken Iovino
Last Online: 06-09-2009
Installer Included: 0 Additional queries added to database: 1 Template Edits: 1
File Edits: New Files: New Phrases:

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 and RC-2 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, 3251 views)
File Type: gif ss02.gif (4.4 KB, 2042 views)



Old 07-01-2006, 05:11 AM   5 links from elsewhere to this Post. Click to view. #31
egypt-7ake
Coder

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss38
egypt-7ake is on a distinguished road
Status: Offline Default
thanks hack
Reply With Quote Installed
Old 07-01-2006, 05:24 AM   #32
LjLiiibcJI
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss3
LjLiiibcJI is on a distinguished road
Status: Offline Default
Nice one...thanks for the hack.
Reply With Quote
Old 07-02-2006, 12:49 AM   #33
snakeboy
vB User

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss72
snakeboy is on a distinguished road
Status: Offline Default
I REALLY hope someone with the relevant skills will update this for 3.5.4..

-snake
Reply With Quote Installed
Old 07-02-2006, 01:14 AM   #34
stone0075
vB Newbie

stone0075's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 sssssss15
Location: New Jersey
Age: 50
stone0075 is on a distinguished road
Send a message via Yahoo to stone0075
Status: Offline Default
It worked for me with no problem, I'am running 3.5.4
Reply With Quote Installed
Old 07-02-2006, 01:19 AM   #35
snakeboy
vB User

Activity Longevity
0/20 13/20
Today Posts
0/3 sssssss72
snakeboy is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by stone0075
It worked for me with no problem, I'am running 3.5.4
I installed it on a clean test board and the option to supply the link to the image simple doesn't appear... :(

I checked and re-checked my edits and no idea what's wrong. Although I have a feeling it has to do with:

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

-snake
Reply With Quote Installed
Old 07-26-2006, 08:10 AM   #36
sergiomm
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss4
sergiomm is on a distinguished road
Status: Offline Default
Quote:
Originally Posted by stone0075
It worked for me with no problem, I'am running 3.5.4

Is not working for me, with vb 3.5.4, but finally, I found a way to make it work.

For me it seams that $forum[forumhomeicon] shows the value, only if it is NOT like this "<img src=" LINK GO"S HERE ">" I mean that if I write "testing" on the forum icon, admin field, I get the text "testing" at forum index beside the forum, but if I put a valid image code like this "<img src="http://www.url.com/path/to/image.gif">" on forum icon field, nothing appears in my index

Then to solve it, in template changes, instead of putting this "$forum[forumhomeicon]" I used this <img src="$forum[forumhomeicon]"> and then it works when I put an image urle on the forum icon field

May it be about the "" character? Don’t know. Or may it be about the vbulletin version? don’t think so. I didn’t see anything, at the code, which would interfere with the vb version to work only with vb 3.5.0 RC1 or RC2. Why are you saying that it only works with those versions? Which is the incompatibility?


Finally I wonder to put the icon on my threadbit template, but I don’t know how to call the $forum[forumhomeicon] on this template.

Any one could help please?
Reply With Quote Installed
Old 08-02-2006, 07:18 AM   #37
sergiomm
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss4
sergiomm is on a distinguished road
Status: Offline Default
Finally I found a way on my own to do what I wanted to

For showing the forum icon in searches such as “new posts” option I do this:

1 add new plugin
Hook Location : search_results_threadbit
Content something like this:
PHP Code:
 ob_start();
$sql_result=$db->query_read("

SELECT     forumhomeicon FROM forum WHERE forumid=$thread[forumid] 
        "
);
if (!
$sql_result) { 
  echo 
"no results";
} 

while (
$row= $db->fetch_array($sql_result))
{
   
$forumhomeicon = $row["forumhomeicon"];
}
$iconoforo = ob_get_contents();
ob_end_clean(); 
2 Edit threadbit template adding something like this
PHP Code:
 $iconoforo <img src="$forumhomeicon" height="25"> 
where you want it to appear

If you are using the original hack without the modification I talk about in last post, then, the template edit would be just like this:
PHP Code:
 $iconoforo $forumhomeicon 
I suppose that this is not the cleaner way to do this, but is all I can do with my knowledge, then, if anyone could improve it better, please let us know
Reply With Quote Installed
Old 08-02-2006, 04:12 PM   #38
lilferrari
vB Newbie

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssssss5
lilferrari is on a distinguished road
Status: Offline Default
does anyone have this working for 3.6 beta 2? it would be really cool if someone could
Reply With Quote
Old 08-02-2006, 05:59 PM   #39
Nick R
vBulletin Guru

Nick R's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 sssss4450
Location: Cyberspace, UK
Age: 30
Nick R is on a distinguished road
Send a message via MSN to Nick R Send a message via Yahoo to Nick R
Status: Offline Default
upgrade to rc3 mate ;p
ah wait don't let me when gold comes out
Reply With Quote Installed
Old 08-02-2006, 08:24 PM   #40
MONKEY_MAN
vB Newbie

Activity Longevity
0/20 14/20
Today Posts
0/3 sssssss40
MONKEY_MAN is on a distinguished road
Status: Offline Default
ive created this by changing the code but can some one tell me how to get rid of the gap on the top bar??
these are the results of my template mod but its not finish tell me what you think.

Screenshot 1

Screenshot 2
Attached Images
File Type: gif screen shot 1.gif (73.1 KB, 115 views)
File Type: gif screen shot 2.gif (138.3 KB, 82 views)
Reply With Quote Installed

Reply
Page 4 of 11 « First < 23 4 56 > Last »

    Tags

vb category icons

« Hidden replies 1.24 : First post is visible/replies are hidden | Talkerbot v2.2.2 for vb 3.6 »

LinkBacks (?)
LinkBack to this Thread: http://www.vbhackers.com/f76/forum-home-enhancements-vb-category-icons-1412/
Posted By For Type Date
any one knows this mod for VB? - Earners Forum This thread Refback 02-12-2007 02:33 AM
Image devant les forums - vBulletin-Ressources This thread Refback 01-25-2007 09:40 PM
Image devant les forums - vBulletin-Ressources This thread Refback 01-25-2007 10:45 AM
Image devant les forums - vBulletin-Ressources This thread Refback 01-25-2007 10:26 AM
Images pour catégories, c'est quel mod ça? - vBulletin-Ressources This thread Refback 01-11-2007 03:57 PM
Bereich für Bilder und Text in Kategorie ?? - vBHacks-Germany This thread Refback 01-01-2007 11:09 PM
Bereich für Bilder und Text in Kategorie ?? - vBHacks-Germany This thread Refback 01-01-2007 11:05 PM
Bereich für Bilder und Text in Kategorie ?? - vBHacks-Germany This thread Refback 01-01-2007 10:59 PM
Icone par forum mais pas celle de statusicon - vBulletin-Ressources This thread Refback 12-31-2006 01:54 PM
United Radio Operators - vBulletin Setup This thread Pingback 12-15-2006 02:48 AM
Je recherche add-in - vBulletin-Ressources This thread Refback 11-19-2006 02:37 PM
Je recherche add-in - vBulletin-Ressources This thread Refback 11-19-2006 02:36 PM
LGv3 Feedback - Page 3 - Leaguegaming This thread Refback 11-02-2006 08:40 PM
Image catégorie/forum - vBulletin-Ressources This thread Refback 10-28-2006 08:53 AM
Image catégorie/forum - vBulletin-Ressources This thread Refback 10-27-2006 10:53 PM
Image catégorie/forum - vBulletin-Ressources This thread Refback 10-27-2006 10:44 PM
Image catégorie/forum - vBulletin-Ressources This thread Refback 10-27-2006 10:42 PM
Image catégorie/forum - vBulletin-Ressources This thread Refback 10-27-2006 07:59 PM

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:17 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!