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:
<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.
<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!