Floating Guest Notify

smile2me

New Member
please tell how could i install >> show << the following Floating Guest Notify instead of the default one

guestip7.jpg


for vb 3.7.1
 

PePiTo

New Member
smile2me said:
please tell how could i install >> show << the following Floating Guest Notify instead of the default one

guestip7.jpg


for vb 3.7.1
Yes, please, me too. hope there's someone
Version 3.7.2
 

p.n.c

New Member
mammu said:
where to put this image?

Root/Forum/Style Folder (usually images)/misc

JaFaR said:
is there a way to change the color of the links in this hack ?
because it's taking the colors of the links in the header file

i edited the product XML file
u can edit the background and the borders

look for this code:
Code:
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px;
	VISIBILITY: hidden;
	BORDER-TOP: [color=Red][b]black[/b][/color] 1px solid;
	BORDER-BOTTOM: [color=Red][b]black[/b][/color] 1px solid;
	BORDER-RIGHT: [color=Red][b]black[/b][/color] 1px solid;
	BORDER-LEFT: [color=Red][b]black[/b][/color] 1px solid;	WIDTH: 450px;
	FONT-FAMILY: Verdana;
	POSITION: absolute;
	BACKGROUND-COLOR: [color=red][b]white[/b][/color]

and change the red values

this is my code for dark styles and looks good

Code:
	PADDING-TOP: 5px;
	PADDING-BOTTOM: 5px;
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px;
	VISIBILITY: hidden;
	BORDER-TOP: [color=Red][b]#cccccc[/b][/color] 1px solid;
	BORDER-BOTTOM: [color=Red][b]#cccccc[/b][/color] 1px solid;
	BORDER-RIGHT: [color=Red][b]#cccccc[/b][/color] 1px solid;
	BORDER-LEFT: [color=Red][b]#cccccc[/b][/color] 1px solid;	WIDTH: 450px;
	FONT-FAMILY: Verdana;
	POSITION: absolute;
	BACKGROUND-COLOR: [color=red][b]#1e1e1e[/b][/color]
 

vbuser49

New Member
smile2me said:
please tell how could i install >> show << the following Floating Guest Notify instead of the default one

guestip7.jpg


for vb 3.7.1
Is there a way to do this? I mean make a floating GIF instead of a bar with text?


EDIT - Nevermind. All it is is making a GIF with the graphics/text of your choice and editing the template/getting rid of the text. At least that's how I did it with the version of this mod where you add the code directly to the headerinclude and header templates. Name the GIF close.gif and upload to the images/misc folder for your style.
 

Error 404

New Member
works like MAD on 3.8.1
Cheers for this.

Who ever wants a different close.gif, here you go :

P.S. - I use it on BlueFox Theme, it looks sexy..
 
Top