vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=139)
-   -   [Release] Fade In/Out links (https://vborg.vbsupport.ru/showthread.php?t=83757)

djr 07-07-2002 10:00 PM

[Release] Fade In/Out links
 
Release: Fade In/Out hyperlinks

Author: Anarchos

Description: Fading script fades a link from one color to another when the mouse goes over it, and then back when the mouse goes off

Screenshot: not provided. The author's website is down and my test board went bezerk on me. If possible, can somebody else who implemented this hack provide a demo link?

Download: see attached file (unzip and open the fade.js file in your favorite editor)


This is a very very nice Javascript fader I stumbled into. It fades in all hyperlinks as you hover over them and fades out when you mouse out of the link. Delay of fading and color are all customizable and even Mac-browser support is provided (though tricky).

Installation and configuration is pretty straightforward and all done in the provided .js file. Just edit it with an editor of your choice and put the modified fade.js file in your root forums directory.
Tip: set autofade=True in the .js config section!

Install instructions for your vB board:
  • Upload the modified .js file to your forums/ directory
  • Log in to your AdminCP
  • Navigate to Templates > Modify > Headinclude template
  • Insert the following code just after </style>
Code:

<script src="fade.js" language="Javascript"></script>
As this script is not mine, I will not be able to provide support. Just wanted to submit a cool script to the community :-)

Warning: the fade effect won't work on links between <b></b>,<i></i>,<font> and some other tags as stated in the .js file.

Trust 07-08-2002 04:48 PM

Thx dude. Ben je nederlands ?? Ik iig wel :)

Looks nice...thx :)

D3StRoY 07-08-2002 05:00 PM

Yeah nice, vet effect :)

En 2 nl zie ik hier :)

Trust 07-08-2002 05:03 PM

Hey jah (dit mag niet denk ik :p)

@ SaintDog: Sorry for spam (dutch people talk :p)

sphinx 07-08-2002 05:17 PM

thanks for sharing

djr 07-08-2002 05:25 PM

Glad you all like it! It looks very cool (anywhere on the website!). It adds that extra touch to the forums.

@ Trust/D3StRoY: ja, ik ben ook een kaaskop ;) (dutch talk, sorry)

snottie 07-08-2002 06:12 PM

Hij is cool!! :cool: thanks dude!

Cya

Xbox 07-08-2002 07:56 PM

LOL, er zijn hier te veel nederlanders :D

Again dutch talk..... :p

Urban420 07-08-2002 08:00 PM

actaully this isn't supposed to be released here, this is only for template modifications, this should be closed/deleted

SaintDog 07-08-2002 08:06 PM

I will allow it, it mainly deals with template modifications and it is only modifying the js file, not PHP files.

djr 07-08-2002 08:10 PM

@ SaintDog: thanks! I had only best intentions and looked at it as a template modification as it's only visually oriented and not a *hack* as we know from vbulletin.org.

- djr

ps. Are you planning on installing it here?

Tyfoon 07-09-2002 02:09 PM

kewle hack:):) (dutch talk)

nice hack:):P

Trust 07-09-2002 02:13 PM

Quote:

Originally posted by Tyfoon
kewle hack:):) (dutch talk)

nice hack:):P

Dat is ook engels nerd :p Maarja :)

Here the hack doesn't work :(

Lats 07-10-2002 02:50 AM

Nice work, it looks good.

I'll have to try it.

Thanks.

imported_Triple H 07-10-2002 09:30 AM

i noticed that this doesn't work on the forum names on the forum home.. only thread links and such....

rukasu 07-27-2002 11:27 AM

Is there a way of making this default for all links?

Also Im not very knowledgable about java, is there way of making it fade in and out until the mouse is taken off it?

Allstar DC 08-13-2002 06:12 AM

lol, great looking addon!
ill install it!

[dutch talk] veel nederlanders hier!, misschien moeten we een nederlands hack forum opzetten ;) [/dutch talk]

imported_aLuCaRD 08-14-2002 10:34 PM

Cant download it or look at the site for a demo, has the site gone..? If so could someone attach it here for the late arrivals please..? ;)

sonic3d 08-14-2002 11:24 PM

whoever downloaded, can you attach it.

thank you

sonic

Trekkie 08-15-2002 06:15 AM

Thx I like it

ewdnl 08-16-2002 04:54 PM

bedankt man! (dutch talk :D)

thnx dude!

Xantixle 08-16-2002 08:04 PM

Woei, nog meer nederlanders:p

Thnx, im installing the hack right now

[WiZZarD] 08-17-2002 02:36 AM

]
Quote:

Originally posted by sonic
whoever downloaded, can you attach it.

thank you

sonic

What he said ^ :D lol

ewdnl 08-17-2002 09:05 AM

hmm, link doesnt work.. :confused:

Sc0rp 08-17-2002 09:53 PM

link is gone:(:(

to bad m8.. loox really nice!

mashby 08-20-2002 04:00 PM

It appears that the link to the demo is no longer valid. I've PM'd the author, but in the meantime, if anyone has this installed on their board, could you please post a link here so that we can show a demo of this template mod?

Thanks in advance! :)

djr 08-20-2002 04:14 PM

Edited and updated my original post. It seems the author's website is down and my test board (where I had the fader installed) doesn't work anymore.
The file is now in the original post.

Have fun playing with it,
- djr

[WiZZarD] 08-21-2002 07:41 PM

]Thanks a bunch m8!! :D :D

But is there a way to have the <b> </b> fade? and all the other tags as well?

Kinda looks messed up when only a few links will fade :P

dr3w 08-21-2002 09:19 PM

hehe leuke hek ja !

nice hack, thnx :)

odmac 08-21-2002 09:39 PM

how do i change the color of the faded link color ../.

example: after it fades into a color , how do i change the color of the faded.?

djr 08-21-2002 10:02 PM

it's in the .js file:
fadeColor = "#FF9900"; // color to fade to

or do you mean the original link color? That's in your .style file
(Admin CP > Styles > Modify > Fonts/Colors/Etc)

Also, for all other users. As I'm not the original author if this javascript, I'm not able to support it. It's current state will NOT support fading in <b></b>, <i></i> and other tags. I'm sorry :( If you want to play around with the .js and get that feature working, please let us know in this thread!

- djr

odmac 08-21-2002 10:18 PM

oh i got it now , thanx for your help .. and it was the .js file that needed editing .. thanx a bunch - :)

banoota 08-23-2002 07:21 AM

i don't get it! it didn't work for me =(

banoota 08-23-2002 07:23 AM

odmac, what did u have to change? so far, everything between the < b > and < /b> didn't work with the fade effect

VinZ 09-10-2002 01:50 PM

nice one dude, allways like that sort of things!

Photon 09-13-2002 06:47 PM

Quote:

Originally posted by Allstar DC
lol, great looking addon!
ill install it!

[dutch talk] veel nederlanders hier!, misschien moeten we een nederlands hack forum opzetten ;) [/dutch talk]

dat is een goed idee :p

Jakelshark 10-14-2002 02:22 AM

its a month old post, but o well. its on my forums

http://jakelshark.no-ip.com/forums/index.php

as for the <b> and <i> tags, i would suggest taking them out of the board titles and such (i would but not now, maybe tommorrow)

imported_Eternale 10-14-2002 11:18 AM

ummmm not to sound rude. but cant you do this already with vbulletin in the admin panel?

Jakelshark 10-14-2002 02:09 PM

probly, and i think i might have found a code. just let me test it out. it should fade <b> and <i>

Automated 10-14-2002 09:09 PM

I have installed it now!

Very good, and VERY easy to change colours even for a big newbee like me!


All times are GMT. The time now is 04:43 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.01291 seconds
  • Memory Usage 1,781KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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