Error Message in module position

December 2012 Joomla Template
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 Apr 28, 2013 11:36 pm
Reply with quote
Report this post
Can I move the error message that says

"You need to be logged in order to submit a ticket. Please login and try again."

to be at the top 2 banner module position, where the user can see it easier
User avatar
Fresh Boarder

GK User
Sun Apr 28, 2013 11:39 pm
Reply with quote
Report this post
Did you try changing message positions in template settings . If this is The World News 2 template please see template settings > basic settings > Message Position:

Message 1
Message 2 - default in quickstart.
Message 3

Otherwise please post a link to your website so we can suggest further.

See you around...
User avatar
Platinum Boarder

GK User
Mon Apr 29, 2013 12:19 am
Reply with quote
Report this post
Ooops its actually Dec 2012 News. Should I repost or can you tell me how to solve it?
User avatar
Fresh Boarder

GK User
Mon Apr 29, 2013 1:49 am
Reply with quote
Report this post
You need to edit following file and move error message code.

File: /templates/gk_news/layouts/default.php
Lines: 64 to 66 which is below

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

Cut and paste it to line 106 before following banner top code.

Code: Select all
    <?php if($this->API->modules('bannertop')) : ?>
    <section id="gkBannerTop">
       <div class="gkPage">
          <jdoc:include type="modules" name="bannertop" style="<?php echo $this->module_styles['bannertop']; ?>" />
       </div>
    </section>
    <?php endif; ?>


This is from J2.5 version but j3.x should be same.

See you around...
User avatar
Platinum Boarder


cron