
Originally Posted by
gourmets
Wow, this is a long thread LOL
I have the mod working on my site at
www.gourmetshoppe.net and looks great, so thanks to the contributor. However, I wanted to make a change and wasnt sure how to go about it.
I would like to have the Contact Us box changed to Brands and then be able to add Ezpages with my Brands as a flyout from this box. Can someone explain how to do this? Right now when I add an Ezpage to the header, it automatically gets put under Information....which is fine so far, but I'd like to have a flyout menu for my Brands. I also dont want it dynamically filled in, I want to pick and choose which Brands I want to add, hence the reason for using the Ezpages instead of the Manufacturer sidebox or other dynamic option.
Can anyone help with this on exactly what changes I need to make? Thanks.
Hmm... ok, open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and remove this section:
Code:
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
Then Change this:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
To this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a>
<ul class="level2">
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
</li>
Now all of your "ez-pages" will be under the "Contact Us" section. Then you can change the text "contact us" to whatever you want, in includes/languages/english/extra_definitions/YOUR_TEMPLATE/headermenu.php