Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Glow vB Drop-down menu Details »»
Glow vB Drop-down menu
Version: 1.00, by d0dger d0dger is offline
Developer Last Online: Nov 2007 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-16-2002 Last Update: Never Installs: 51
 
No support by the author.

I made mention of this in the Glow buttons thread, but I thought I'd make my own thread to track installations...

The original glow button script is by Matt87, and I must share credit with lichtflits, who came up with this very same idea, but didn't release it as a hack, due to language limitations.

Click here for the Glow Drop-Down hack

Click here for a screenshot

Show Your Support

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

Comments
  #22  
Old 10-22-2002, 04:53 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've just installed this hack, nice and easy to install, and very good, esp now you are using a font tag and not a table one.

The only thing I would suggest is that to anyone installing this hack, have a mess about with your buttons and where they sit, if you look in the screen shot i've attached I've dropped the B U & I tags to the next line so it all fits togther better
Reply With Quote
  #23  
Old 10-22-2002, 04:55 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want the template for my vbcode_buttons template, here ya go

PHP Code:
<script language="Javascript" src="vbcode.js"></script>
<
script language="Javascript" src="vbcode_language.js"></script>
<
style>
#codebuttons input { font-family: verdana, arial, helvetica; font-size: 11px; }
#codebuttons select { font-family: verdana, arial, helvetica; font-size: 11px; }
.smilieTable border-width2pxborder-styleoutset; }
</
style>

<
tr id="codebuttons">
    <
td bgcolor="#1C5780" valign="top"><normalfont><b>vB Code</b></normalfont>
    <
smallfont>
    [<
a href="misc.php?action=bbcode#buttons" target="_blank">help</a>]<br>
    <
input type="radio" name="mode" value="0" title="Normal Mode: (alt+n)" accesskey="n"
    
onclick="setmode(this.value)" onmouseover="stat('norm')" $modechecked[0]> Normal Mode
    
<br>
    <
input type="radio" name="mode" value="1" title="Enhanced Mode: (alt+e)" accesskey="e"
    
onclick="setmode(this.value)" onmouseover="stat('enha')" $modechecked[1]> Enhanced Mode
    
</smallfont></td>
    
    <
td bgcolor="#1C5780">

    <
table cellpadding="0" cellspacing="0" border="0">
    <
tr>
        <
td nowrap><smallfont>
        <
select id="sizeselect" 
        
onchange="fontformat(this.form,this.options[this.selectedIndex].value,'SIZE')" onmouseover="stat('size')">
        <
option value="0">SIZE</option>$vbcode_sizebits</select

        
>&nbsp;<select id="fontselect" 
        
onchange="fontformat(this.form,this.options[this.selectedIndex].value,'FONT')" onmouseover="stat('font')">
        <
option value="0">FONT</option>$vbcode_fontbits</select

        
>&nbsp;<select id="colorselect" 
        
onchange="fontformat(this.form,this.options[this.selectedIndex].value,'COLOR')" onmouseover="stat('color')">
        <
option value="0">COLOR</option>$vbcode_colorbits</select>&nbsp;<select id="glowselect" 
onchange="fontformat(this.form,this.options[this.selectedIndex].value,'GLOW')" onmouseover="stat('glow')">
<
option value="0">GLOW</option>$vbcode_colorbits</select>

<
br>

        <
input type="button" class="bginput" value=" B " onclick="vbcode(this.form,'B','')" onmouseover="stat('b')" title="BOLD (alt+b)" accesskey="b" 
        
><input type="button" class="bginput" value=" I " onclick="vbcode(this.form,'I','')" onmouseover="stat('i')" title="ITALIC (alt+i)" accesskey="i" 
        
><input type="button" class="bginput" value=" U " onclick="vbcode(this.form,'U','')" onmouseover="stat('u')" title="UNDERLINE (alt+u)" accesskey="u" >
        &
nbsp;
        
        <
input type="button" class="bginput" value="http://" title="Insert Hyperlink" onclick="namedlink(this.form,'URL')" onmouseover="stat('url')"
        
><input type="button" class="bginput" value=" @ " title="Insert Email Address" onclick="namedlink(this.form,'EMAIL')" onmouseover="stat('email')"
        
><input type="button" class="bginput" value="IMG" title="Insert Image" onclick="vbcode(this.form,'IMG','http://')" onmouseover="stat('img')">
        &
nbsp;
        <
input type="button" class="bginput" value=" # " title="CODE" onclick="vbcode(this.form,'CODE','')" onmouseover="stat('code')"
        
><input type="button" class="bginput" value="PHP" title="PHP CODE" onclick="vbcode(this.form,'PHP','')" onmouseover="stat('php')"
        
><input type="button" class="bginput" value="List" title="Ordered List" accesskey="l" onclick="dolist(this.form)" onmouseover="stat('list')"
        
><input type="button" class="bginput" value="Quote" title="Insert Quote" onclick="vbcode(this.form,'QUOTE','')" onmouseover="stat('quote')"><br>
        
        <
input type="text" class="bginput" name="status" style="font-size:7pt" size="50" value="Use these controls to insert vBcode">

        </
smallfont></td>
        <
td>&nbsp;</td>
        <
td><smallfont>
        <
input type="button" class="bginput" value=" x " accesskey="c" title="Close Current Tag (alt+c)" style="color:red; font-weight:bold" onclick="closetag(this.form)" onmouseover="stat('closecurrent')">
        
Close Current Tag<br>
        <
input type="button" class="bginput" value=" x " accesskey="x" title="Close All Open Tags (alt+x)" style="color:red; font-weight:bold" onclick="closeall(this.form)" onmouseover="stat('closeall')">
        
Close All Tags
        
</smallfont></td>
    </
tr>
    </
table>
    
    </
td>
</
tr
Reply With Quote
  #24  
Old 10-22-2002, 05:04 PM
N9ne N9ne is offline
 
Join Date: Feb 2002
Posts: 1,495
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to create an identical hack for shadows too?
Reply With Quote
  #25  
Old 10-27-2002, 11:20 AM
Gnu5124 Gnu5124 is offline
 
Join Date: Sep 2002
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very good Hack *clicks install*
Reply With Quote
  #26  
Old 10-28-2002, 08:17 AM
Cyberhouse Cyberhouse is offline
 
Join Date: Jun 2002
Location: Sweden
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice Hack

Clicks install...
Reply With Quote
  #27  
Old 12-01-2002, 04:56 AM
S1R1US S1R1US is offline
 
Join Date: Nov 2002
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so how exactly does installing it work? I just click install and it automatically installs it on my board? I don't do anything, vborg can edit my account ?
Reply With Quote
  #28  
Old 12-02-2002, 12:33 AM
XIanX XIanX is offline
 
Join Date: Nov 2002
Location: Minnesota
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by S1R1US
so how exactly does installing it work? I just click install and it automatically installs it on my board? I don't do anything, vborg can edit my account ?
No, that's only for tracking purposes. The first post explains how to install and configure the hack.
Reply With Quote
  #29  
Old 12-02-2002, 02:02 AM
S1R1US S1R1US is offline
 
Join Date: Nov 2002
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh ok, thanks Ian. BTW what a coincidence but thats my name to, Ian.
Reply With Quote
  #30  
Old 12-02-2002, 02:06 AM
XIanX XIanX is offline
 
Join Date: Nov 2002
Location: Minnesota
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by S1R1US
oh ok, thanks Ian. BTW what a coincidence but thats my name to, Ian.
LOL, cool.
Reply With Quote
  #31  
Old 12-02-2002, 02:34 AM
S1R1US S1R1US is offline
 
Join Date: Nov 2002
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

btw anyone tested this with 3.0?
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 06:28 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.04613 seconds
  • Memory Usage 2,357KB
  • 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
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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