The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I want a pop up for all non registered members when they visit the forum that has a short form which they can fill in and click step 2 to enter the rest of the details....
This will allow all non members to register, i dont want it to pop up once they are a member... Is this possible? |
#2
|
|||
|
|||
![]()
This may not be exactly what you're looking for but try pasting this into the head of your document...
Code:
<script language="javascript"> <!-- if (document.cookie.indexOf("bbuserid") == -1){ if (confirm("You do not appear to be registered.\nWould you like to register now\?")){ window.location.replace("register.php?s=&action=signup"); } } //--> </script> |
#3
|
|||
|
|||
![]()
Note: Make sure you post that in the head of the forumhome template, not the style or else the user will get it in every register page they try.
|
#4
|
||||
|
||||
![]()
I like tha script, but the problem is everytime you click ok, it pops up again and again and again and again and again and again and again and again and again... lol
I want exactly the same thing but one that pops up a register window |
#5
|
|||
|
|||
![]() Quote:
What you want can be done, but it's going to require a little more work. Give me a couple of days and I'll put something together for you. Dan |
#6
|
||||
|
||||
![]()
Thanks
|
#7
|
|||
|
|||
![]() Quote:
|
#8
|
||||
|
||||
![]()
im a bit new to this... bear with me...
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|