Results 1 to 4 of 4

Thread: Username does not show up on welcome after email activation

  1. #1
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Username does not show up on welcome after email activation

    After a person activates their account by following the link in the email, it says

    Welcome to nameofyoursite.com, ! It is not displaying the username after the site name.

    In the code of invite_friends.tpl, it says
    Code:
    Welcome to {$sitename}, {$username}!
    I was able to fix this by replacing {$username} with {$smarty.session.USERNAME}.
    If it's not fun, stop doing it!

  2. #2

    Default Re: Username does not show up on welcome after email activation

    This bug is fixed, bug fix will be available on next release

  3. #3
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Username does not show up on welcome after email activation

    This problem still persists, even in 2.7! :shock:
    If it's not fun, stop doing it!

  4. #4
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Username does not show up on welcome after email activation

    Open templates/invite_friends.tpl

    Find

    Code:
    <h2>Welcome to {$site_name}, {$user_name}!</h2>
    Replace with

    Code:
    <h2>Welcome to {$site_name}, {$smarty.session.USERNAME}!</h2>

Similar Threads

  1. User activation problem
    By RAMMSTEIN in forum Bug Reports
    Replies: 0
    Last Post: 04-14-2009, 10:09 AM
  2. Progress bar activation
    By soulflow in forum Installation Support
    Replies: 1
    Last Post: 11-01-2008, 02:38 PM
  3. Account Activation
    By AcuraBoyz in forum Template Modifications
    Replies: 3
    Last Post: 06-10-2008, 05:04 AM
  4. Restriction Email Signups to a certain email domain!
    By porkd in forum Template Modifications
    Replies: 0
    Last Post: 02-21-2008, 03:28 AM
  5. "Email Settings --> Add Email Template" feature
    By leki in forum General Discussions
    Replies: 1
    Last Post: 08-29-2007, 07:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •