PDA

View Full Version : [Monkey's Works] - Ghost Images


Triky
27 Dec 2007, 10:47
[Monkey's Works] - Ghost Images
by Triky - Web City (http://www.web-city.it/)


Hi there, guys and gals! I've foud this script: Gradual HighLight Image Script (http://www.dynamicdrive.com/dynamicindex4/highlightgrad.htm). I've asked myself: "How do I use it all over my forum?". I've used a Replacement Variables!

Preview:


http://www.vbulletin.org/forum/images/attach/jpg.gif LightImagesScript[Preview].jpg (http://www.vbulletin.org/forum/attachment.php?attachmentid=73847&stc=1&d=1198751637) (37.2 KB)
http://www.vbulletin.org/forum/images/attach/jpg.gif LightImagesScript[Preview](home).jpg (http://www.vbulletin.org/forum/attachment.php?attachmentid=73848&stc=1&d=1198751637) (41.0 KB)


Preview (with ImageShack):


LightImagesScript[Preview].gif (http://img265.imageshack.us/img265/3229/lightimagesscriptprevievs9.gif)
LightImagesScript[Preview](home).gif (http://img265.imageshack.us/img265/3103/lightimagesscriptpreviezc5.gif)


Modification:


Go to your headinclude template
(AdminCp -> Styles & Templates -> Edit Templates -> headinclude)

Seacrh for:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Below, add:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Save & Close.

Now go to your style options:
(vBAdminCp -> Styles & Templates -> Styles Manager -> Your style Name --> All style Options -> Go!)
In Additional CSS Definitions (second box), add:

Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Save & Close.
Now, go to add a new Replacement Variable:
(vBAdminCp -> Styles & Templates -> Styles Manager -> Your style Name --> Replacement Variables -> Add -> Go!):

Search for text: <img
Replace with text: <img class="gradualshine" onMouseover="slowhigh(this)" onMouseout="slowlow(this)"


Save!


You're done! I hope you like it.


<!-- ------------------------------[Monkey's Works] - vBulletin.org Releases Archive---------------------------- -->


Modifications
Thread simple Navbar below QuickReply (http://www.vbulletin.org/forum/showthread.php?t=142589) | Text Editor Toolbar Background (http://www.vbulletin.org/forum/showthread.php?t=142641) | User Profile Web Page (http://www.vbulletin.org/forum/showthread.php?t=143207) | Announcements new Table (http://www.vbulletin.org/forum/showthread.php?t=142057) | Registration Button (http://www.vbulletin.org/forum/showthread.php?t=143407) | enCoded Navbar v1 (http://www.vbulletin.org/forum/showthread.php?t=146914) | Play your Game when in Mainteinance (http://www.vbulletin.org/forum/showthread.php?t=147244) | Hey, guest! You should be a registered member! (http://www.vbulletin.org/forum/showthread.php?t=163264) | Navbar enCoded Navigator / Personal Member Navigator in ForumHome (http://www.vbulletin.org/forum/showthread.php?t=164198) | vPro Navigation Header: Professional Header (http://www.vbulletin.org/forum/showthread.php?t=164379) | White Blank Beautiful Postbit_Legacy Style (http://www.vbulletin.org/forum/showthread.php?t=165767)

Styles
Black Web City Style (http://www.vbulletin.org/forum/showthread.php?t=134703)


<!-- / ----------------------------[Monkey's Works] - vBulletin.org Releases Archive---------------------------- -->

lasto
27 Dec 2007, 11:14
not sure i would want every image to be faded until mouse over.It sort of defeats the object.

Triky
27 Dec 2007, 11:16
Yes, but maybe someone would like it. I don't know, so I've posted. :)

Magnumutz
27 Dec 2007, 19:12
Would be nice on buttons. But not the entire forum.
Good job for the work however.

SwollenCranium
27 Dec 2007, 20:21
Interesting ...

Have you tried it or seen it used on a very dark background yet ?

Triky
27 Dec 2007, 21:21
Would be nice on buttons.

It's simple to do it, I will work on it tomorrow. ;)

Triky
28 Dec 2007, 09:43
Interesting ...

Have you tried it or seen it used on a very dark background yet ?

It works, and it has no problem. The main problem, if you're using the vB default style, the buttons borders have a lot of white points around..

SwollenCranium
28 Dec 2007, 16:19
It works, and it has no problem. The main problem, if you're using the vB default style, the buttons borders have a lot of white points around..


OK, Thanks. :up:

mesdar
12 Dec 2008, 08:35
Thanks

installed