- Posts: 1
- Thank you received: 1
Registration redirect?
- chris simpson
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
13 years 3 months ago #365
by chris simpson
Registration redirect? was created by chris simpson
for registration i use RSMemberships so don't want folk registering by way of the register tab. HOWEVER, I like the login bit and i would like it if the registration tab was still there but on clicking the tab to register it redirects to the memberships registration pages.
Can anyone help asap with making this happen??
Cheers
Can anyone help asap with making this happen??
Cheers
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
13 years 3 months ago #369
by Linh Robert
Hi casweb,
You can edit modules/mod_otlightboxlogin/tmpl/default.php and find the code:
Then replace it by you new code with a link to RSMembership registration page.
Goodluck
and
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Registration redirect?
casweb wrote: for registration i use RSMemberships so don't want folk registering by way of the register tab. HOWEVER, I like the login bit and i would like it if the registration tab was still there but on clicking the tab to register it redirects to the memberships registration pages.
Can anyone help asap with making this happen??
Cheers
Hi casweb,
You can edit modules/mod_otlightboxlogin/tmpl/default.php and find the code:
Code:
<div class="ot-registration">
<form id="ot-member-registration"...>
...
</form>
</div>
Then replace it by you new code with a link to RSMembership registration page.
Code:
<div class="ot-registration">
<a href="put_your_link_to_rsMembership_registration_page_here" title="...">Register now!</a>
</div>
Goodluck
and
Thanks for using our products!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: makcim makcimov
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds