I've also just noticed...did it change? I don't know......
That my forum link does not appear in the Information Drop Down Menu; however, it is in the information sidebox.
In post 174 i found some instruction on the drop down but it added a drop down column. What I would like is the forum in the list under one of the tabs.
Hi All,
My apple-zen site is apparently not working well in IE, and i am at a loss for how to fix it. I am using a Mac, and I have an old version of IE that is my only way of seeing what is happening. In my old version, the menus don't drop down and the right column shifts to the left on many pages (not all). Since 60% of my site visitors use IE, I need to get this fixed. Can anyone help with this? Thanks
John
www.goldenapplels.com/ZcartGA
Hi,
I had a question about changing up this template just slightly. I was wondering if there was anyone who could explain how to change the top navigation from the top to a side bar navigation and then move the drop down menus to come out on the right side?
I can probably figure out a work around with it - but I figured I would check here to see if I could save some time in trying to figure out how to do it if someone else has already done it and wants to try explaining it to me
Thanks!
Seth
You'll have to add that manually, as I didn't add that functionality to it, but I will add it to the next version.
You would open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and insert this:
where you'd like the forum link.Code:<?php if ( (isset($phpBB->phpBB['db_installed_config']) && $phpBB->phpBB['db_installed_config']) && (isset($phpBB->phpBB['files_installed']) && $phpBB->phpBB['files_installed']) && (PHPBB_LINKS_ENABLED=='true')) { ?> <li><a href="<?php echo zen_href_link(FILENAME_BB_INDEX, '', 'NONSSL'); ?>" target="_blank"><?php echo BOX_BBINDEX; ?></a></li> <?php } ?>