I reinstalled the About US mod.
I ONLY copied the files and renames custom folders etc..
No other modifications where made.
The link actually works.. it just displays the title wrong.
I reinstalled the About US mod.
I ONLY copied the files and renames custom folders etc..
No other modifications where made.
The link actually works.. it just displays the title wrong.
That wasn't the plan!
HI I checked my files.
I have the about us file here:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php
The code is below.
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: about_us.php v1.3 $
*/
// this is used to display the text link in the "information" or other sidebox
define('BOX_INFORMATION_ABOUT_US', 'About Us');
?>
I'd like to get this working but if not then remove the link all together.
Last edited by Muzz; 6 May 2010 at 01:46 AM.
That wasn't the plan!
To delete
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
find and comment out the following define statement.
find the following define statement and delete the highlighted portionCode:Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
Define('INFORMATION', '<dd class="second">
<ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');
Forgot to say thanks for the info..
I think the problem is caused from a conflict. I think I installed the about us module already a while back...
Turned off now and sorted. thanks
That wasn't the plan!
Hi Clyde,
Absolutely great module! Couple of questions:
I am currently using only 2 columns of the original 4 and I have them aligned over to the right, in the navSuppWrapper - which is a light gray area on my site. I'd like to keep the 2 columns positioned over to the right BUT also be able to put some other coding on the left side of the navSuppWrapper. It seems the way that I did simply pushes the 2 columns over to the right and STILL takes up the whole navSuppWrapper. Could you tell me how to do that via css in the stylesheet_footer_menu.css?
So I guess said another much simple way, is, is there a way to push the Footer Menu to the right side of the navSuppWrapper and still be able to put other code on the left side of it?
Please feel free to PM if you need a link to my site or the stylesheet_footer_menu.css - I'm not quite 'live' yet and so its down for maintenance.
Any ideas/suggestions are greatly appreciated.
Thank you,
autoace