Login name display instead of User name
Login name display instead of User name
10 years 4 months ago
...precisely here:
<div class="kblock k-profile">
<div class="kheader">
<h2><span class="k-name"><?php echo JText::_('COM_KUNENA_USER_PROFILE'); ?> <?php echo $this->escape($this->name); ?></span>
can I fix it substituting $this->name with something else?
thanks a lot
<div class="kblock k-profile">
<div class="kheader">
<h2><span class="k-name"><?php echo JText::_('COM_KUNENA_USER_PROFILE'); ?> <?php echo $this->escape($this->name); ?></span>
can I fix it substituting $this->name with something else?
thanks a lot
Please Log in or Create an account to join the conversation.
Re: Login name display instead of User name
10 years 4 months ago
sorry, the question was really badly formulated, by the way I got the result I wanted by removing entirely
<?php echo $this->escape($this->name); ?>
and now the Login name that was bothering me doesn't appear any more
have a nice day
<?php echo $this->escape($this->name); ?>
and now the Login name that was bothering me doesn't appear any more
have a nice day
Please Log in or Create an account to join the conversation.
Re: Login name display instead of User name
10 years 4 months ago
Hi Gius,
Sorry about delay. I think, this is a great question and congrats you are found the answer.
Best regards,
Sorry about delay. I think, this is a great question and congrats you are found the answer.
Best regards,
Please Log in or Create an account to join the conversation.
Time to create page: 0.241 seconds