Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Category Icons Details »»
vB Category Icons
Version: 1.00, by Logikos Logikos is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.0.7 Rating:
Released: 10-08-2004 Last Update: 10-08-2004 Installs: 167
 
No support by the author.

vB Category Icons


Updates
  • None At this Moment

Future Plans
Being able to upload the icon via the admincp. (not guaranteed)



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.


To do list...
  • Time to install: 5-10 minutes
  • Queries to run: 1
  • File Mods: 1
    • /admincp/forum.php
  • Templates to edit: 0
  • Templates to add: 0
  • New Phrases: 1

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

Click It

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.

Show Your Support

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

Comments
  #92  
Old 06-10-2005, 05:43 PM
kobescoresagain kobescoresagain is offline
 
Join Date: Feb 2005
Posts: 327
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A quick question, I installed you hack, and clicked install, I got it working and everything. When I downloaded it I thought it did something else, it doesn't but I find this as useful. The question that I had is could you tell me how to change it so that I could use this as the forum new thread or no new thread icon? So it shows up on the very left? I would find this very useful and think it could be change easily. The best thing I oculd think of is if I could do what you did plus what I would want to do. I think I would just have to add another phrase, and put the equivalent $forum[forumhomeicon] in the right area. You could do a couple different ones each forum and make multiple phrases, with the image you want ot show up.

What I was planning to do was to take the logo of the major sports leagues, When their is a new post I would make them regular, when no new posts, they would look the same, but faded.

Thanks alot
Reply With Quote
  #93  
Old 07-06-2005, 07:43 PM
Borgs8472 Borgs8472 is offline
 
Join Date: Apr 2004
Posts: 924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This hack doesn't seem to be compatibly with forums arranged in columns hack
Reply With Quote
  #94  
Old 07-08-2005, 10:52 PM
sross sross is offline
 
Join Date: Mar 2004
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i got it looking ok in firefox but in IE6 it explodes my table, any ideas why. you can see it here: http://www.itburnouts.com/forum.php

here is my level 1 code:

PHP Code:
</table>
<
div style="padding:2px 0px 5px 0px;"></div>
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" align="center">
<
tbody>
    <
tr>
        <
td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
            <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumidsrc="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            <
a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"></a>
            
$forum[forumhomeicon]
            <if 
condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
        </
td>
    </
tr>
</
tbody>
<if 
condition="$childforumbits">
<
tbody id="collapseobj_forumbit_$forumidstyle="{$collapseobj_forumid}">
    <
tr align="center">
      <
td class="thead">&nbsp;</td>
      <
td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
      <
td class="thead" align=
center">$vbphrase[last_post]</td>
      <td width="
45" class="thead">$vbphrase[threads]</td>
      <td width="
45" class="thead">$vbphrase[posts]</td>
      <if condition="
$vboptions['showmoderatorcolumn']">
      <td class="
thead">$vbphrase[moderator]</td>
      </if>
    </tr>
$childforumbits
<tr>
   <td class="
tfoot" style="padding0;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"><img src="$vboptions[cleargifurl]" alt="" width="1" height="8" /></td>
</tr>
</tbody>
</if> 
Reply With Quote
  #95  
Old 07-09-2005, 02:38 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have no idea why it's doing that. From what i see you have coded it correctly...
Reply With Quote
  #96  
Old 07-11-2005, 06:54 AM
The Avatar The Avatar is offline
 
Join Date: Nov 2004
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed it, and I likes it very much
Reply With Quote
  #97  
Old 07-11-2005, 07:03 PM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, glad this hack very usefull
Reply With Quote
  #98  
Old 08-12-2005, 05:15 AM
Yukino_AE Yukino_AE is offline
 
Join Date: Jul 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok issue. everytime i try to run the querry i get this:

Error
SQL query:

ALTER TABLE forum ADD (

forumhomeicon VARCHAR( 200 ) NOT NULL DEFAULT ''
)
MySQL said:

#1146 - Table 'aex4.forum' doesn't exist

do i have to change the forum part to vb3_forum?

nevermind i answered my own question. lol the answer is yes. so i guess anyone installing this that has a prefix for their forum in the db needs to tye that in into the query.

for example i use vb3_ as a prefix so to make this query work i had to run

ALTER TABLE vb3_forum ADD (

forumhomeicon VARCHAR( 200 ) NOT NULL DEFAULT ''
)

just thought i'd point that out for others cuz it wasn't in the intructions and i'm a n00b at installing hacks and stuff. ^_^
Reply With Quote
  #99  
Old 08-12-2005, 05:22 AM
Yukino_AE Yukino_AE is offline
 
Join Date: Jul 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kobescoresagain
A quick question, I installed you hack, and clicked install, I got it working and everything. When I downloaded it I thought it did something else, it doesn't but I find this as useful. The question that I had is could you tell me how to change it so that I could use this as the forum new thread or no new thread icon? So it shows up on the very left? I would find this very useful and think it could be change easily. The best thing I oculd think of is if I could do what you did plus what I would want to do. I think I would just have to add another phrase, and put the equivalent $forum[forumhomeicon] in the right area. You could do a couple different ones each forum and make multiple phrases, with the image you want ot show up.

What I was planning to do was to take the logo of the major sports leagues, When their is a new post I would make them regular, when no new posts, they would look the same, but faded.

Thanks alot

I'd also like a way to be able to do this with the forum new thread no new thread? anyone know how?
Reply With Quote
  #100  
Old 09-11-2005, 12:23 AM
digitalSite's Avatar
digitalSite digitalSite is offline
 
Join Date: Nov 2003
Location: Gator Nation
Posts: 128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quick question: where do I put the <img src=blah blah> HTML code?

Thanks
Reply With Quote
  #101  
Old 09-11-2005, 12:26 AM
Logikos Logikos is offline
 
Join Date: Jan 2003
Posts: 2,924
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the admincp. See screenshot.
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 08:22 PM.


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.05395 seconds
  • Memory Usage 2,333KB
  • 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
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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