[SOLVED] User Area customising

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Feb 18, 2016 6:55 pm
Reply with quote
Report this post
Hi dear support,

Please help me to solve next issue: I need to change links in gkUserArea position (red box in attached image).
screen_01.jpg

Where can I do it?

Thanks in advance,
Regards
User avatar
Junior Boarder

Joshua M
Mon Feb 22, 2016 2:31 pm
Reply with quote
Report this post
Hi,

Please check your language file - (here you should find phrases which start with TPL_GK_LANG_USERAREA**)
User avatar
Moderator

GK User
Fri Feb 26, 2016 5:52 pm
Reply with quote
Report this post
Hi Joshua,

After log in a login name of user appears there instead "visitor", so I need a real name of user appears there. How can I do that?
User avatar
Junior Boarder

Joshua M
Mon Feb 29, 2016 2:03 pm
Reply with quote
Report this post
Hi,

In this case, please edit your gk_instyle/layouts/default.php file and change the following line:
Code: Select all
<strong><?php echo $user->get('username'); ?></strong>

into:
Code: Select all
<strong><?php echo $user->get('name'); ?></strong>
User avatar
Moderator


cron