Messages that go to top of the site?

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
Fri Jun 20, 2014 4:23 am
Reply with quote
Report this post
How do i prevent message notices above the logo?
I do not like this how can i change for it to display somewhere else?
User avatar
Junior Boarder

GK User
Fri Jun 20, 2014 10:05 pm
Reply with quote
Report this post
This messages part is located in layouts/default.php so you need to cut this part of code form mentioned file and paste in the place where you want to show this message box :

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

GK User
Sun Sep 07, 2014 8:53 am
Reply with quote
Report this post
thanks if i want it on module position main body top how do i do this could you show me please thanks
User avatar
Junior Boarder

GK User
Mon Sep 08, 2014 8:29 am
Reply with quote
Report this post
Hello,

In this case you have to move the mentioned code fragment to other part of the layouts/defaultphp file - before the element with:

Code: Select all
id="gkMainbodyTop
User avatar
Administrator

GK User
Tue Sep 16, 2014 11:23 am
Reply with quote
Report this post
Thanks works perfect!
User avatar
Junior Boarder


cron