vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Post Icons - drop down list (good for lots of icons!) (https://vborg.vbsupport.ru/showthread.php?t=62562)

RaZor Edge 02-17-2005 07:24 PM

You can make this hack work if you don't need the icon preview.

Just make this 2 changes:

Change

PHP Code:

<option value="$iconpath"$iconselect>$alttext</option

to

PHP Code:

<option value="$iconid"$iconselect>$alttext</option

and

PHP Code:

<if condition="$show['dropdownicons']"><td><select name="iconid" id="iconid" onchange="changeImage(this.value)">$posticondropdown</select> <img id="posticonimage" /></td><else /><td width="12%" nowrap="nowrap"><label for="rb_iconid_0"><input type="radio" name="iconid" value="0" id="rb_iconid_0" tabindex="1" onclick="swap_posticon(null)" $iconchecked />$vbphrase[no_icon] &nbsp; &nbsp;</label></td>$posticonbits</if> 

to

PHP Code:

<if condition="$show['dropdownicons']"><td><select name="iconid" id="iconid">$posticondropdown</select> <img id="posticonimage" /></td><else /><td width="12%" nowrap="nowrap"><label for="rb_iconid_0"><input type="radio" name="iconid" value="0" id="rb_iconid_0" tabindex="1" onclick="swap_posticon(null)" $iconchecked />$vbphrase[no_icon] &nbsp; &nbsp;</label></td>$posticonbits</if> 

Icon will now show on post, BUT, icon preview won't work.

T3MEDIA 02-27-2005 03:38 PM

This author always takes hacks from other sites and mangles them together. just look at all his releases... 90% are all people complaining it doesnt work.

Never use this guys hacks.

Rickk 03-10-2005 03:00 PM

I should note that this hack worked fine on my boards.
I am running 3.0.1, though.

I'm very happy with this hack. :)

Suzie 04-14-2005 12:20 AM

Is there a more recent or similar hack out that does this? If not, does this work on 3.07? :ermm:

Silmarillion 04-26-2005 08:01 PM

Anybody able to fix the problem with the icon-preview? Would be great! :squareeyed:

mfg

Renee 05-23-2005 06:47 PM

Nice Hack,

I have 2 icon-categories, one with the standart-icons, one with flags.
The standart-icons should be seen normal and the category with the should be displayed with this Dropdown-hack.
It would this going with this hack?

Okie 11-30-2005 11:21 AM

any chanse the outher update this hack to vB3.5

RaZor Edge 03-07-2006 04:59 PM

I would also like to see this hack updated for 3.5...

One of my icon category have more that 950 icons!!! :-/

DieselMinded 11-11-2007 05:48 AM

can someone make this for 3.6.8.........


All times are GMT. The time now is 09:45 AM.

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.01309 seconds
  • Memory Usage 1,743KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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