|
|
#1 |
|
Member
Join Date: Mar 2007
Posts: 51
Rep Power: 10 ![]() |
Has anyone using the VB Usershare Module redirected their Vbulletin Registration links and pointed them towards the 68C registration page?
I'm using the usershare mod and want to disable the Vbulletin links and point them towards 68C, so all users have to register through the 68C page. |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 4,716
Rep Power: 109 ![]() |
I have not done it but it should be pretty simple. Just edit the navbar template I believe.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 |
|
Member
Join Date: Mar 2007
Posts: 51
Rep Power: 10 ![]() |
I think I figured it out. I didn't see a navbar template but I did find a register.php file. I replaced the code in the VBulletin register.php file with this-
Code:
<HTML> <HEAD> <META HTTP-EQUIV="refresh" content="0;URL=http://www.yoursite.com/classifieds/userjoin.php"> <TITLE>Page has moved</TITLE> </HEAD> <BODY> |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Registration Code | MADKing | v3.1 Questions & Support | 5 | 08-12-2007 03:35 AM |
| Registration Filter Module | SkGold | v3.1 Modules & Modifications | 6 | 01-24-2007 11:25 AM |
| Why does google show no links to my site? | bgordon | Site Marketing | 4 | 11-07-2006 02:09 PM |
| New Registration | newone | v3.1 Questions & Support | 7 | 07-21-2006 03:58 AM |
| Google Juice | fjarabeck | Site Marketing | 0 | 04-27-2006 01:40 PM |