Pop Login - Show greetings
- Posted by musqsim (2) Offline
Hi There!
I'm starting to use your Pop Login module but I can't get the greeting when useres are logged in...
I've set all correctly, but only appears he logout button.
Any Ideas?
Thanks in advance.
10 years 7 months ago #1
by musqsim
I'm starting to use your Pop Login module but I can't get the greeting when useres are logged in...
I've set all correctly, but only appears he logout button.
Any Ideas?
Thanks in advance.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, musqsim,
Have you enabled it from the pop login backend?
www.dropbox.com/s/ami3q1hy2hkvmdt/8o7d2.jpg?dl=0
10 years 7 months ago #2
by TemplatePlazza
Have you enabled it from the pop login backend?
www.dropbox.com/s/ami3q1hy2hkvmdt/8o7d2.jpg?dl=0
Please Log in or Create an account to join the conversation.
- Posted by musqsim (2) Offline
Well, yes.
As you can seen in picture.
I've been searching inside the module files and haven't even found what makes the greeting showing or not...
It was supposed to be here, right? default.php
<?php if ($type == 'logout') : ?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form">
<input type="submit" name="Submit" class="poplogout" value="<?php echo JText::_('JLOGOUT'); ?>" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.logout" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHtml::_('form.token'); ?>
</form>
<?php else : ?>
You can see it at vitandpro.pt
10 years 7 months ago #3
by musqsim
As you can seen in picture.
I've been searching inside the module files and haven't even found what makes the greeting showing or not...
It was supposed to be here, right? default.php
<?php if ($type == 'logout') : ?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form">
<input type="submit" name="Submit" class="poplogout" value="<?php echo JText::_('JLOGOUT'); ?>" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.logout" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHtml::_('form.token'); ?>
</form>
<?php else : ?>
You can see it at vitandpro.pt
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Ah, I thought you were using joomla 3.x version. Please re-download the module, I have updated it.
10 years 7 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.