Guest Posted December 27, 2006 Share Posted December 27, 2006 Hi, I trying to work out where you add text for eg. on the front page just under where it says What's New Here? Welcome Guest! Would you like to log yourself in? Or would you prefer to create an account? TEXT_MAIN I trying to find out where you add text to change the TEXT_MAIN to text that I want there. Any help or advice Thanks Dave Link to comment Share on other sites More sharing options...
Ausgirl Posted December 27, 2006 Share Posted December 27, 2006 From your admin panel go to tools/define lanuages/index.php then where it says Released under the GNU General Public License */ define('TEXT_MAIN','ADD HERE WHAT YOU WANT' Link to comment Share on other sites More sharing options...
Ausgirl Posted December 27, 2006 Share Posted December 27, 2006 From your admin panel go to tools/define lanuages/index.php then where it says Released under the GNU General Public License */ define('TEXT_MAIN','ADD HERE WHAT YOU WANT' I dont know why this popped up twice :blink: Link to comment Share on other sites More sharing options...
crash3903 Posted December 27, 2006 Share Posted December 27, 2006 From your admin panel go to tools/define lanuages/index.php then where it says Released under the GNU General Public License */ define('TEXT_MAIN','ADD HERE WHAT YOU WANT' watching :-" Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Guest Posted December 27, 2006 Share Posted December 27, 2006 From your admin panel go to tools/define lanuages/index.php then where it says Released under the GNU General Public License */ define('TEXT_MAIN','ADD HERE WHAT YOU WANT' Hi I cant seem to find that line in my index.php here is what is there Released under the GNU General Public License */ define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Could it be elsewhere or is it here but I cant see it. Thanks Dave Link to comment Share on other sites More sharing options...
crash3903 Posted December 27, 2006 Share Posted December 27, 2006 Add it like below Released under the GNU General Public License*/ define('TEXT_MAIN', 'add your text here between the two quotes in red'); define('TABLE_HEADING_NEW_PRODUCTS', 'New Products For %s'); define('TABLE_HEADING_UPCOMING_PRODUCTS', 'Upcoming Products'); define('TABLE_HEADING_DATE_EXPECTED', 'Date Expected'); if ( ($category_depth == 'products') || (isset($HTTP_GET_VARS['manufacturers_id'])) ) { define('HEADING_TITLE', 'Let\'s See What We Have Here'); define('TABLE_HEADING_IMAGE', ''); define('TABLE_HEADING_MODEL', 'Model'); define('TABLE_HEADING_PRODUCTS', 'Product Name'); define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); define('TABLE_HEADING_QUANTITY', 'Quantity'); define('TABLE_HEADING_PRICE', 'Price'); define('TABLE_HEADING_WEIGHT', 'Weight'); define('TABLE_HEADING_BUY_NOW', 'Buy Now'); define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.'); define('TEXT_NO_PRODUCTS2', 'There is no product available from this manufacturer.'); define('TEXT_NUMBER_OF_PRODUCTS', 'Number of Products: '); define('TEXT_SHOW', '<b>Show:</b>'); define('TEXT_BUY', 'Buy 1 \''); define('TEXT_NOW', '\' now'); define('TEXT_ALL_CATEGORIES', 'All Categories'); define('TEXT_ALL_MANUFACTURERS', 'All Manufacturers'); } elseif ($category_depth == 'top') { define('HEADING_TITLE', 'What\'s New Here?'); } elseif ($category_depth == 'nested') { define('HEADING_TITLE', 'Categories'); } ?> Regards Mark A Reynolds Link to comment Share on other sites More sharing options...
Ausgirl Posted December 27, 2006 Share Posted December 27, 2006 You are in the wrong place, go here: File Manager /home/wwwshop/public_html/includes/languages/english/index.php Its at the top of the file Link to comment Share on other sites More sharing options...
Guest Posted December 27, 2006 Share Posted December 27, 2006 Add it like below Hi Thanks for that Dave Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.