vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vbPopup - will determine your guests to register (https://vborg.vbsupport.ru/showthread.php?t=35277)

TECK 02-24-2002 10:20 PM

you are more then welcome. :)

James Cridland 02-25-2002 11:30 AM

I've hacked my mod to show the ad banner until the user has verified their username (because otherwise you'll get lots of people registering as a@b.com or whatever). Not put the code here yet, though.

TECK 02-26-2002 11:18 PM

interesting mod. i will do the same. ;)

99SIVTEC 03-07-2002 04:04 PM

I got this installed and running over at www.sportcompactracing.com . Definetly a nice clean script.

I would like the script to stay static on the page though instead of scrolling down with the page. How would I go about this?

I just included this at the bottom of my forumhome template.

Gutspiller 03-14-2002 07:32 PM

I went to a forum that had this so I left the forum and never returned. if you use these types of tactics your board is most likely smaller than it could be.

I along with most of the world HATE POPUPS! Quit your stupid popups. :P

Lionel 03-14-2002 07:41 PM

Quote:

Originally posted by Gutspiller
I went to a forum that had this so I left the forum and never returned. if you use these types of tactics your board is most likely smaller than it could be.

I along with most of the world HATE POPUPS! Quit your stupid popups. :P

Look at it this way:

How would someone know what is inside when you keep it for members only?

it all depends on how interesting your forums are. At least you are getting some sort of access and if you like what you see you'll signup.

What I think is stupid is to signup for what you do not know.

James Cridland 03-14-2002 07:52 PM

Calm down... :)

It's a great idea for a hack. All the hacks on this board are great ideas for hacks. I loved this idea, and made an alternative hack to show ad banners instead if a user wasn't registered.

I've signed up for two board without knowing what was inside purely on the subject matter. But that's not important: the important thing is that this hack was a great idea.

thehobbyforum 04-16-2002 12:07 AM

At first I was trying to use the quick registration popup but couldn't ever seem to get the cookies set right - so then I started looking at vBpopup - vBpopup works great you just have to make sure you place the template "caller" in the right place or it will popup on every page - I liked both and since the coding was already done I just combined them - before I start though someone has to tell me how to get the clickable code box on the post - I am very new and not familiar!

If you want to check it out go to:
http://www.thehobbyforum.com/forum/index.php?s=

thehobbyforum 04-16-2002 12:34 AM

<script language="JavaScript" src="vbpopup.js"></script>
<div id="vbplocation">
<table border="5" bordercolor="#0198C2" width="450" height="300" bgcolor="#0198C2" 5class="vbpmainframe">
<tr>
<td>
<table width="100%" height="100%" bgcolor="#21C4EA" align="center" class="vbpcontentframe">
<tr>
<td align="center">
<font size="4">Welcome To The Hobby Forum!</font>
</td>
</tr>

<tr>
<td align="center"><font size="2">
If this is your first time here then please take the time to register. Registration is <b>FREE</b> and afterwards you can take advantage of all the great features this site has to offer, not to mention it's the only way to enter the contests to win free prizes! If you have any questions please refer to the <a href="http://www.thehobbyforum.com/modules.php?op=modload&name=FAQ&file=index&s=">FAQ </a> section.</font>
</td>
</tr>
<tr><td><HR WIDTH="90%" ALIGN="center" color="#0198C2"></td></tr>
<tr><td>
<form action="http://www.thehobbyforum.com/forum/register.php" method="post">
<input type="hidden" name="s" value="">

<table border="0" cellspacing="1" cellpadding="4" width="100%" bgcolor="#21C4EA">
<!-- *** -->
<div align="center">
<tr>
<td bgcolor="#21C4EA" colspan="2"><font face="verdana" size="2" color="000000"><b><center>Registration is FREE!</center></b></font>
</td>
</tr>
</div>
<!-- *** -->
<tr>
<td bgcolor="#21C4EA"><font class="nf"><b>User Name:</b></font></td>
<td bgcolor="#21C4EA"><font class="nf"><input type="text" name="username" size="25" maxlength="15"></font></td>
</tr>
<tr>
<td bgcolor="#21C4EA"><font class="nf"><b>Password:</b></font></td>
<td bgcolor="#21C4EA"><font class="nf"><input type="password" name="password" size="25" maxlength="15"></font></td>
</tr>
<tr>
<td bgcolor="#21C4EA"><font class="nf"><b>Enter Password Again:</b></font></td>
<td bgcolor="#21C4EA"><input type="password" name="passwordconfirm" size="25" maxlength="15"></td>
</tr>
<tr>
<td bgcolor="#21C4EA"><font class="nf"><b>Email:</b></font><br>
<font color="#000000" face="verdana" size="1">Please enter a <b>valid</b> email address.</font></td>
<td bgcolor="#21C4EA"><font class="nf"><input type="text" name="email" size="25" maxlength="50"></font></td>
</tr>
<tr>
<td bgcolor="#21C4EA"><font class="nf"><b>Enter Email Again:</b></font></td>
<td bgcolor="#21C4EA"><font class="nf"><input type="text" name="emailconfirm" size="25" maxlength="50"></font></td>
</tr>

<tr><td bgcolor="#21C4EA">

</td><td bgcolor="#21C4EA"><input type="hidden" name="allowmail" value="yes">
<input type="hidden" name="invisible" value="no">
<input type="hidden" name="showemail" value="yes">
<input type="hidden" name="cookieuser" value="yes">
<input type="hidden" name="nosessionhash" value="yes">
<input type="hidden" name="emailonpm" value="yes">
<input type="hidden" name="prunedays" value="-1">
<input type="hidden" name="umaxposts" value="-1">
<input type="hidden" name="startofweek" value="1">
<input type="hidden" name="timezoneoffset" value="-5">
<input type="hidden" name="emailnotification" value="yes">
<input type="hidden" name="showsignatures" value="yes">
<input type="hidden" name="showavatars" value="yes">
<input type="hidden" name="showimages" value="yes">
<input type="hidden" name="vbcode" value="yes">
<input type="hidden" name="pmpopup" value="yes">
<input type="hidden" name="receivepm" value="yes">
<input type="hidden" name="url" value="http://www.thehobbyforum.com/">
<input type="hidden" name="action" value="addmember">
<input type="submit" name="Submit" value="Submit">
<input type="reset" name="Reset" value="Reset"></td>
</tr></font>
</td></tr></table>
</form>

<!-- End content area table -->
</td></tr>

</table>
</td>
</tr>
</table>
</div>

thehobbyforum 04-16-2002 12:37 AM

Since adding it last night my membership rate has well over tripled!!


All times are GMT. The time now is 08:55 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01241 seconds
  • Memory Usage 1,748KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete