vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - vB Category Icons (https://vborg.vbsupport.ru/showthread.php?t=70365)

Fibe 12-27-2004 06:02 PM

Quote:

Originally Posted by Live Wire
i did that with alittle HTML.


How ?

And many thanks, great hack !

kadafi_alive 01-01-2005 09:12 PM

Hi, I've a question.

Will this hack automatically resize the icons or do you've to specifically choose icons from the same sizes?

blkatt57 01-03-2005 12:22 PM

I am a newbie here and have what may seem like a dumb question.

I understand how to do everything in the directions except - "run query."

Please inform.

Thanks.

blkatt57 01-03-2005 01:55 PM

Figured it out.

Thanx.

Suzie 01-10-2005 11:08 PM

never mind I figured it out. :nervous:

quanvo81 01-16-2005 04:17 AM

Quote:

Originally Posted by Fibe
How ?

And many thanks, great hack !

If you want a spacer between your Text and the Forum Icon, you need to add a little HTML right after the code <img scr="http://www.yoursite.com/forums/images/homeicon/intros.gif" align="left"> in the Category Icon by this : <img src="spacer.gif" width="7" height="60" align="left">
Notice : try to reduce the icon image path length, something like <img src="images/homeicon/intros.gif" align="left"><img src="spacer.gif" width="7" height="60" align="left">, so it will be able to fit in the Category Icon Field , adjust the height of the spacer with the length of your forum description so all the text will be seperated with the icon. You don't need the spacer image .
Good luck

kadafi_alive 01-16-2005 12:10 PM

Hi,

Does anyone know how to reverse the SQL query of this hack.

It's

ALTER TABLE forum ADD (
forumhomeicon VARCHAR(200) NOT NULL DEFAULT ''
)

And I un-installed the hack

Thanks in advance

Mechanical Mind 01-16-2005 02:46 PM

I added images to my forum titles by simply doing template mods found in this thread at vB.com:

http://www.vbulletin.com/forum/showt...to+forum+title

yoyoyoyo 01-16-2005 02:54 PM

Quote:

Originally Posted by kadafi_alive
Hi,

Does anyone know how to reverse the SQL query of this hack.

It's

ALTER TABLE forum ADD (
forumhomeicon VARCHAR(200) NOT NULL DEFAULT ''
)

And I un-installed the hack

Thanks in advance

assuming that the "forumhomeicon" is not containing any needed info:

[SQL]ALTER TABLE `forum` DROP `forumhomeicon`;[/SQL]

quanvo81 01-16-2005 05:11 PM

Quote:

Originally Posted by Mechanical Mind
I added images to my forum titles by simply doing template mods found in this thread at vB.com:

http://www.vbulletin.com/forum/showt...to+forum+title

Live Wire Hack is much much more organized, like he said, you are in the world of choice . :banana:


All times are GMT. The time now is 03:07 PM.

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