Add menu above logo?

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 Jan 25, 2013 12:12 am
Reply with quote
Report this post
Hi,

Is there a way to add a menu module above the logo? Any kind of module is fine really. I just want to have some commonly used site links up there. A custom html module with simple text links would be fine if that's simplest. I just need to know if it can be added as a position. I tried to publish to "userarea" hoping it would just let me utilize the full top row, but nothing showed up.

Thanks.
User avatar
Fresh Boarder

Konrad M
Fri Jan 25, 2013 12:54 pm
Reply with quote
Report this post
Hi,
please try add new module position. Here you have link how to do it https://www.gavick.com/documentation/jo ... -position/

and please use this code not the one from art:
Code: Select all
<?php if($this->API->modules('myposition')) : ?>
<div>
<jdoc:include type="modules" name="myposition" style=”<?php echo $this->module_styles['myposition']; ?>” />
</div>
<?php endif; ?>
User avatar

GK User
Fri Jan 25, 2013 9:15 pm
Reply with quote
Report this post
Thank you so much. I successfully added a module! Ended up between the user area and search instead of above the logo, but I think I prefer it here so I'm not too worried about figuring out the other placement.
User avatar
Fresh Boarder


cron