Registration confirmation

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Sun Nov 20, 2016 9:16 pm
Reply with quote
Report this post
Hi
When a user confirms the message on the top disappears very fast. So the user can't read it and they try to login bevore the administrator activated the account.

Is it possoblie to show the message on the main page.

the website: www.federkorb.de
User avatar
Fresh Boarder

teitbite
Thu Nov 24, 2016 11:16 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#system-message-container {
    display: block !important;
}
User avatar
Moderator

GK User
Sun Nov 27, 2016 11:07 pm
Reply with quote
Report this post
Hi
Thanks. Now message box doest disappear until user will change page or refresh it.
The next Issue: can I change the position for message box. The main Page (where the registration form was) would be ideal.
User avatar
Fresh Boarder

teitbite
Fri Dec 02, 2016 3:03 pm
Reply with quote
Report this post
Hi

Please edit file /layout/default.php and move the code:

Code: Select all
   <?php if(count($app->getMessageQueue())) : ?>
   <jdoc:include type="message" />
   <?php endif; ?>


to a different location. Under " <div id="gkTopNav">" You will find the place where user area is.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.