The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
guest goto registeration page?
isnt there a mod that automatically pulls guest users to the registeration page? i couldve sworn there was one of these for 3.8
if you know what i am looking for let me know please. thanks |
#2
|
|||
|
|||
anyone?
|
#3
|
||||
|
||||
You don't need a mod to do this, you could put a meta refresh tag in the header in an if statement- if the user is a guest forward to the register page...
Code:
<if condition="$show['guest'] AND THIS_SCRIPT != 'register'"> <meta http-equiv="refresh" content="30;url=http://yourdomain.com/forums/register.php"> </if> Also I'm not sure how this would affect SEO as spiders are guests and may get forwarded too... |
#4
|
|||
|
|||
thanks for that. i dont have my forum viewable from spiders right now so its ok about that...
how can i put the login boxes on the top of the register page? when the register page is viewed, the login boxes dont show. |
#5
|
||||
|
||||
This mod will add the navbar to the registration page so you can login:
https://vborg.vbsupport.ru/showthread.php?t=220120 |
#6
|
|||
|
|||
thats how we do it. thanks.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|