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)

thehobbyforum 04-17-2002 05:11 PM

Well vBpopup does close after a set time - I had to raise it to a minute so that guests would have time register - I do like the idea of the colors though - it wouldn't take anything to change and your right it would make it alot easier to use in the future - I could definently put in a link to sign in - that way I wouldn't p-off members with it! Thanks for the great pointers!

thehobbyforum 04-27-2002 07:30 PM

OK I have alot of members complaining about the popup when they come in to log in - why they refuse the board to use cookies is beyond me - can anyone help me put up a quick log in box to add to the popup window?

thehobbyforum 05-12-2002 06:03 PM

Quote:

Originally posted by akaler
Maybe there should be a place to login on your form.
Ok I added a login box at the bottom - I had alot of members complaining about it so now you can either login or register. Here is the updated vbpopup template:

PHP Code:

<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!  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</asection.</font>
</
td>
</
tr>
<
tr><td><HR WIDTH="90%" ALIGN="center" color="#0198C2"></td></tr>
<
tr>
<
td align="center"><font size="1.5" color="purple">
REGISTER NOW FOR YOUR CHANCE TO WIN A MIG-15 DUCTED FAN JET KIT!
</
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" align="center"><font class="nf"><b>User Name:</b></font></td>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><input type="text" name="username" size="25" maxlength="15"></font></td>
</
tr>
<
tr>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><b>Password:</b></font></td>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><input type="password" name="password" size="25" maxlength="15"></font></td>
</
tr>
<
tr>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><b>Enter Password Again:</b></font></td>
    <
td bgcolor="#21C4EA" align="center"><input type="password" name="passwordconfirm" size="25" maxlength="15"></td>
</
tr>
<
tr>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><b>Email:</b></font>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><input type="text" name="email" size="25" maxlength="50"></font></td>
</
tr>
<
tr>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><b>Enter Email Again:</b></font></td>
    <
td bgcolor="#21C4EA" align="center"><font class="nf"><input type="text" name="emailconfirm" size="25" maxlength="50"></font></td>
</
tr>



<
tr><td bgcolor="#21C4EA" align="center">
 
</
td><td bgcolor="#21C4EA" align="center"><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>
<
form action="member.php" method="post">
<
div align="center"><b><smallfont>Members Login Here:</smallfont></b></div></td></tr><tr align="center">
<
td nowrap><input type="hidden" name="s" value="$session[sessionhash]">
    <
input type="hidden" name="action" value="login">
    <
b><smallfont>User: </b></smallfont><input type="text" class="bginput" name="username" size="7">
    <
b><smallfont>Pass: </b></smallfont><input type="password" class="bginput" name="password" size="7">
    <
input type="submit" class="bginput" value="Go"></td>
</
tr>
</
form>
<!-- 
End content area table -->
</
td></tr>
</
table>
</
td>
</
tr>
</
table>
</
div


devilsmania 06-02-2002 06:25 PM

JUST INSTALLED It :) GREAT !
check it at :
http://forum.devilsmania.com

--
still fixing something ;)

Itworx4me 06-05-2002 06:30 PM

Is there anyway to make $vbpopup Global?

thehobbyforum 06-05-2002 06:34 PM

Hey devilsmania - great lookin forum!

JoshFink 06-11-2002 05:24 PM

Wow.. Looks like a great hack. Suprised I hadn't seen it before.

Question though.. My board is a closed board. No new registrations at all so it's kind of moot to use this in the current way, but.... I forsee another use for it.

I currently use this hack : vbPopup Messaging

Works great, but it looks horrible IMO. I would like to make it so it looks like it does here but contains a message I send out.

Is that possible?

Also, I only want it to show once like it does on the hack above.

Thanks

Josh

thehobbyforum 06-11-2002 05:30 PM

Just take the hack from above and take out the form for the registration - now your just left with you message! Hope this helps

JoshFink 06-11-2002 06:12 PM

Thanks John, but what I need to be able to do is dynamically create the message.

Any thoughts?

Thanks

Josh

Bro_Joey_Gowdy 06-28-2002 05:06 AM

nice hack


All times are GMT. The time now is 09:27 AM.

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.01581 seconds
  • Memory Usage 1,819KB
  • 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_php_printable
  • (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