TOPIC: Registration redirect?

Registration redirect? 11 years 2 months ago #365

  • casweb
  • casweb's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 1
  • Karma: 0
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
The administrator has disabled public write access.
The following user(s) said Thank You: makcimka

Re: Registration redirect? 11 years 2 months ago #369

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
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!
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 administrator has disabled public write access.
The following user(s) said Thank You: makcimka
Time to create page: 0.129 seconds