![]() | Join Date: Nov 2006 | Posts: 11 |
My own Register script problem
Ok, so I'm feeling fairly incompetent right now so maybe someone can help me...
The site is: Infizzle - Info for the Real World - Powered by vBulletin
In the main section I added a div that appears when guests look at the site encouraging them to register. I thought I was being clever by substituting it into the welcome_headers section, but it's proving to be quite the problem because now the div appears on every page the guest goes in its absolute position and I just want it on the homepage. Any thoughts on how to fix it? I would be very appreciative. Thanks!
Here's the beginning of the script:
The site is: Infizzle - Info for the Real World - Powered by vBulletin
In the main section I added a div that appears when guests look at the site encouraging them to register. I thought I was being clever by substituting it into the welcome_headers section, but it's proving to be quite the problem because now the div appears on every page the guest goes in its absolute position and I just want it on the homepage. Any thoughts on how to fix it? I would be very appreciative. Thanks!
Here's the beginning of the script:
Code:
<!-- // Start Welcome Headers // --> <!-- google_ad_section_start(weight=ignore) --> <if condition="$vboptions[wlhon] AND THIS_SCRIPT != 'register' AND THIS_SCRIPT != 'login'"> <if condition="$vboptions[wlhcookie] AND !$vbulletin->GPC['welcomeheader']"> <else /> <if condition="$vboptions[wlhguest] AND $show['guest']"> <!-- guest welcome message --> <div class="register"> <span class="sidebox"> <p>Got questions? <br /> Got answers? <br /> Take part in the <br /> discussion -- <br /> <a href="http://www.infizzle.com/register.php">REGISTER</a> today!</p></span> </div> <!-- / guest welcome message -->
Last edited by Brandon; 12-04-2006 at 10:54 PM.









Linear Mode

