Personal Injury Lawyer Los Angeles - Mortgage Calculator - Loans - Homeowner Loans - Favorite

PDA

View Full Version : Improve registration rate VB code needed.


mightyb
Jan 22nd 2006, 1:24 pm
Does anyone know where i can find a hack similar to this one?

http://www.cyclingforums.com/

Im talking about the warning message on top of the header.

Thanks!

SEbasic
Jan 22nd 2006, 1:27 pm
That's just template tweaks...

Really easy...

position: absolute;
top: 0px;
width: 100%;
background-color: #fff;
padding: 2px;
border-bottom: 1px solid black;

mightyb
Jan 22nd 2006, 1:57 pm
I thought it was activex hmmm... Ta!

-edit-

Oh yea... Just had a look at their page source

I guess you can use IF function to turn it into something like this:

<if condition="$bbuserinfo[userid] == 0">
<div id="infobar"><a href="http://www.xxxxxxxx">Text</a><embed src="infobar.wav" autostart="true" loop="0" hidden="true"></embed></div>
</if>

GTAce
Jan 22nd 2006, 1:59 pm
You can also get an official mod here - http://www.vbulletin.org/forum/showthread.php?t=97150

mightyb
Jan 22nd 2006, 2:05 pm
You can also get an official mod here - http://www.vbulletin.org/forum/showthread.php?t=97150

Yea, thats the one iv been looking for. Thanks!