Mail Activation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JonV
    New Member
    • Apr 2005
    • 26

    Mail Activation

    I have a upgraded Vbulletin from 3.5.4 to 3.6.4

    All works fine exept when new users register.
    The get the confirmation url but the links aint working.

    This is what they get in the Mail.

    Code:
    [FONT=Consolas][SIZE=3]> For å fullføre registeringen følger du linken under:[/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> {2}.php{3}[bburl]/register.php?a=actogu==XXXXXXXXX[/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> [/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> <a href="{2}.php{3}[bburl]/register.php?a=actogu==XXXXXXXX">AOL[/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> brukere følger denne for aktivering</a>[/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> [/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> **** Virker ikke linken over? ****[/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> Hvis linken over ikke virker, vennligst bruk nettleseren din til å gå til:[/SIZE][/FONT]
    [FONT=Consolas][SIZE=3]> {2}.php{3}[bburl]/register.php?a=ver[/SIZE][/FONT]
    So if anyone could guide me to the rigth direction i would be wery happy.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74132

    #2
    The default 3.6.X phrase for activateaccount looks like:
    Code:
    Dear $username,
     
    Thank you for registering at the $vboptions[bbtitle]. Before we can activate your account one last step must be taken to complete your registration.
     
    Please note - you must complete this last step to become a registered member. You will only need to visit this url once to activate your account.
     
    To complete your registration, please visit this url: 
    $vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid 
     
    <a href="$vboptions[bburl]/register.php?a=act&u=$userid&i=$activateid">America Online Users Please Visit Here to be Activated</a>
     
    **** Does The Above URL Not Work? ****
    If the above url does not work, please use your Web browser to go to:
    $vboptions[bburl]/register.php?a=ver 
     
    Please be sure not to add extra spaces. You will need to type in your username and activation number on the page that appears when you visit the url. 
     
    Your Username is: $username
    Your Activation ID is: $activateid
     
    If you are still having problems signing up please contact a member of our support staff at $vboptions[webmasteremail]
     
    All the best,
    $vboptions[bbtitle]
     
     
    --------------------
    To stop receiving this email, please visit this url:
    $vboptions[bburl]/register.php?do=deleteactivation&u=$userid&i=$activateid
    It looks like your phrase is no longer valid or reliant on some third-party addon that is no longer active on your system. You will need to update your translated phrase to appear like the above.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    Related Topics

    Collapse

    Working...