vBulletin Modifications

Forum Home Enhancements - Forumhome Category Icons

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Supported
[vB 3.0.7] Forum Home Enhancements - Forumhome Category Icons (109)
Released: 04-26-2004, 05:02 PM
Modification Information:
Ken Iovino's Avatar Author: Ken Iovino
Last Online: 10-29-2008
Demo: View Online Demo!
Hack Version: 1.0 Installer Included: 0 Additional queries added to database: 1
New Templates: 0 Template Edits: 1 File Edits: 1
New Files: 0 New Phrases: 2 Installation Time (In Minutes): 5

Forumhome category icons v1.0

/*===========================*\
Author: LiveWire
Site: www.vbhackers.com
--------------------------------
Install Time: 5 mins
Files to edit: 1 admincp/forum.php
Templates to edit: 1
Templates to add: 0
Phrases to add: 1
\*===========================*/

What does this do?
This will allow you to add a catogory icon for all your catogorys on the forum home page. Screenshot Attached

--------------------------------
Run this query
[sql]
ALTER TABLE forum ADD (
forumhomeicon VARCHAR(200) NOT NULL DEFAULT ''
)
[/sql]

Open admincp/forum.php

Find:
You must first be a registered member to view any code.
Under Add:
You must first be a registered member to view any code.
Still in admincp/forum.php

Find:
You must first be a registered member to view any code.
Under Add:
You must first be a registered member to view any code.
Add this phrase:
You must first be a registered member to view any code.
Add $forum[forumhomeicon] in any of your forumhome templates were you want your icons to appear:

Note:
In you admincp you must define it as <img> tags. See attachment.

Done! Don't forget to click install! ;)



Screenshots
Screenshots
File Type: gif ss01.gif (3.6 KB, 1133 views)
File Type: gif ss02.gif (4.4 KB, 893 views)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 07-07-2004, 08:57 AM   #21
Charter Member
Join Date: Jul 2004
Real Name: Bob
Location: New York
Dark_Wizard is on a distinguished road

Default

Glad to see someone has made this as I have had alot of requests to port my vb2.x version over but haven't had the time.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07-15-2004, 01:52 PM   #22
Charter Member
Join Date: Jun 2004
panzer is on a distinguished road

Default

Hello all !
I am not a really good php coder , so i donīt know much about editing ..
Here my problem : I added all like u sayd (sql query and file change in admincp/forum.php), now i want that the icon displays on forumhome , on the index of my forum , but i donīt know where to add the $[forumhomeicon] tag !

I attached my forumhome_level1_nopost (i hope itīs the right template to edit)

Can please someone tell me where exactly i need to change this ?
Many thanks for all !
Attached Files
File Type: txt forumhome_level1_nopost.txt (2.6 KB, 50 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-20-2004, 07:36 PM   #23
Charter Member
Join Date: Jun 2004
panzer is on a distinguished road

Default

All works fine ! thx again




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-21-2004, 09:58 AM   #24
Charter Member
Join Date: Jul 2004
Matias is on a distinguished road

Default

Install it!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2004, 07:31 PM   #25
Coder
kerk's Avatar
Join Date: Oct 2004
Location: Portugal
kerk is on a distinguished road

Default

I install this hack, but i dont want that icons in second column stayed. I want that it in first stayed,
and i want to have 4 types of icons on each category:
forum_new
forum_old
forum_new_lock
forum_old_lock
like on screenshot
somebody can help me fix it?
Attached Images
File Type: gif no.gif (4.1 KB, 79 views)
File Type: gif yes1.gif (2.5 KB, 76 views)
File Type: gif yes2.gif (3.2 KB, 55 views)
File Type: gif yes3.gif (2.7 KB, 35 views)
File Type: gif yes4.gif (3.3 KB, 49 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2004, 05:08 AM   #26
Junior Member
Join Date: Sep 2004
testtest is on a distinguished road

Default

uh.. i've tried forum home level templates, seems like nothing works....




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-12-2004, 12:29 AM   #27
Coder
kerk's Avatar
Join Date: Oct 2004
Location: Portugal
kerk is on a distinguished road

Talking

Fixed it
don't need a hack
===============
Templates:
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post

find:

You must first be a registered member to view any code.
replace with:
You must first be a registered member to view any code.
2 types icon:
x_new.gif
x_old.gif
when "х" forum ID
====================
exemple:
images/statusicon/7_new.gif
or
images/statusicon/7_old.gif
Attached Images
File Type: gif screen.gif (9.9 KB, 107 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-27-2004, 08:51 PM   #28
Junior Member
Join Date: Oct 2004
Borgs8472 is on a distinguished road

Default

I only felt like installing it on forumhome_forumbit_level2_nopost, the main forum home page.

I also nicked some of this site's icons

<looks guilty>

I can credit you guys somewhere if you'd like!

But this hack I loved so much, but most members are apathetic, and a small amount pushed to get them removed! I ended up having to make these icons optional via use of alternative child skin sets.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-21-2005, 06:55 PM   #29
Junior Member
Ditto's Avatar
Join Date: Jan 2005
Ditto is on a distinguished road

Default

Ok here is the SQL-Query you need to run:

You must first be a registered member to view any code.
Replace YOUR-PREFIX with the table prefix chosen in your config.php . If you don't use a prefix del YOUR-PREFIX




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05-22-2005, 09:58 PM   #30
Junior Member
Join Date: Oct 2004
Borgs8472 is on a distinguished road

Default

Wow, this is an inactive thread now...

Anyhow, I used your forumhomeicon hack a while back now, I thought I'd come back for some help with some extras.

Which code do I replace to make custom icons for the link icon?

This is my forum currently with its lots of links:

http://www.wordforge.net/forum/forumdisplay.php?f=14

I want to customise the icons if possible.

Any ideas? Thanks a bunch




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



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

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 Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Last X threads in forumhome for a specific forum. Developer vBulletin 3.5 / 3.6 Hack Releases 31 10-09-2007 02:52 PM
Change Category Icons jarod1981Ū vBulletin Modification Requests 0 11-21-2005 05:34 AM
vB Category Icons ValsiS vBulletin Modification Requests 0 10-13-2005 09:44 AM


All times are GMT -3. The time now is 12:11 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)