Error Message location

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
Wed Aug 06, 2014 4:19 am
Reply with quote
Report this post
In this template the error message are shown at the top of the page in a very subtle way…. which in some cases is going un-noticed by users. eg Please enter Captcha Code.

How could I convert these messages into a pop-up or make them appear closer to the location of the problem??
User avatar
Fresh Boarder

GK User
Wed Aug 06, 2014 10:42 am
Reply with quote
Report this post
The only way is to move the message container to different location. Please open file layouts/default.php and find this code :

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


then move it to different place of this file for example to gkMainbody container.
User avatar
Platinum Boarder

GK User
Thu Aug 07, 2014 11:05 pm
Reply with quote
Report this post
Awesome thanks... that worked great!!
User avatar
Fresh Boarder


cron