How to Change the register link

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stb74
    Senior Member
    • Nov 2008
    • 109

    How to Change the register link

    I use vb along with Expressione Engine and have a module in place to allow logins to both vb and ee. But I would like to have users register via expression engine due to other things I have in there for user permissions etc.

    Can I edit the registration link on vb to point to my ee registration form.

    Cheers
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    You can edit the link but then nobody will be able to post on the forum as they won't have accounts on the forum.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • stb74
      Senior Member
      • Nov 2008
      • 109

      #3
      That's taken care off with the EE module.

      Comment

      • BirdOPrey5
        Senior Member
        • Jul 2008
        • 9613
        • 5.6.3

        #4
        The VB5 "Sign Up" URL is something like - http://www.domain.com/site/register?...90LmNvL3ZidjUv

        You may be able to get away with setting a Replacement Variable - In Admin CP -> Styles & Templates -> Replacement Variable Manager setup a replacement for your style.

        Look for your forum's registration URL, such as- http://www.domain.com/site/register?
        Leave everything after the ? off

        Now for the replacement, put in the URL to your custom EE module registration form. Followed by ?.

        IF th URL already has a ? in it, then instead of ending with a ? end the URL with: &

        The urlpath parameter will just be ignored by your EE module.

        Comment

        • stb74
          Senior Member
          • Nov 2008
          • 109

          #5
          Thanks, that works.

          Comment

          Related Topics

          Collapse

          Working...