1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Improve registration rate VB code needed.

Discussion in 'vBulletin' started by mightyb, Jan 22, 2006.

  1. #1
    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!
     
    mightyb, Jan 22, 2006 IP
  2. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That's just template tweaks...

    Really easy...

    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #fff;
    padding: 2px;
    border-bottom: 1px solid black;
     
    SEbasic, Jan 22, 2006 IP
    mightyb likes this.
  3. mightyb

    mightyb Banned

    Messages:
    6,566
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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>
    PHP:
     
    mightyb, Jan 22, 2006 IP
  4. GTAce

    GTAce Notable Member

    Messages:
    1,389
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    210
    #4
    GTAce, Jan 22, 2006 IP
    mightyb likes this.
  5. mightyb

    mightyb Banned

    Messages:
    6,566
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    0
    #5
    mightyb, Jan 22, 2006 IP