crounauer Posted April 7, 2004 Posted April 7, 2004 Hi, Befor I start - Thanks for the great contribution! I have installed and all seems to be working fine, except for some text which isn't being displayed. I am getting this displayed TEXT_PRODUCT_METTA_INFO instead of the correct text. Im sure its a easy fix, could someone please give me some direction? Simon. Quote Gynogapod - Great Products, Tiny Prices!
zzfritz Posted April 8, 2004 Posted April 8, 2004 Okay, but WHAT contribution is it? It is probable that the script should contain a reference to TEXT_PRODUCT_META_INFO and that is misspelled. But we are working in the dark here ... Quote
nbsp Posted May 23, 2004 Posted May 23, 2004 (edited) I believe you are referring to Header Tags Controller v2.3.2 contribution. Here is the correction I believe you are looking for (in README to Admin.txt): Add the following in admin/includes/languages/english/categories.php define('TEXT_PRODUCTS_PAGE_TITLE', 'Products Page Title:'); define('TEXT_PRODUCTS_HEADER_DESCRIPTION', 'Page Header Description:'); define('TEXT_PRODUCTS_KEYWORDS', 'Product Keywords:'); define('TEXT_PRODUCT_METTA_INFO', '<b>Meta Tag Information:</b>'); Edited May 23, 2004 by nbsp Quote
zboyblue Posted October 6, 2004 Posted October 6, 2004 I believe you are referring to Header Tags Controller v2.3.2 contribution. Here is the correction I believe you are looking for (in README to Admin.txt): Add the following in admin/includes/languages/english/categories.php define('TEXT_PRODUCTS_PAGE_TITLE', 'Products Page Title:'); define('TEXT_PRODUCTS_HEADER_DESCRIPTION', 'Page Header Description:'); define('TEXT_PRODUCTS_KEYWORDS', 'Product Keywords:'); define('TEXT_PRODUCT_METTA_INFO', '<b>Meta Tag Information:</b>'); <{POST_SNAPBACK}> I am having the same issue - 'TEXT_PRODUCT_METTA_INFO' shows up above each of the other 2 language description boxes when editing items. I tried what you suggested but all it did was change what it said to 'Meta Tag Information' in bold. That is not really a solution since the issue is messing up the page. The boxes are seperated by a image of a line and has this wording above it which is no where near relevant. If anyone knows the solution let me know. I will greatly appreciate it!! Craig Quote
zboyblue Posted October 6, 2004 Posted October 6, 2004 I am having the same issue - 'TEXT_PRODUCT_METTA_INFO' shows up above each of the other 2 language description boxes when editing items. I tried what you suggested but all it did was change what it said to 'Meta Tag Information' in bold. That is not really a solution since the issue is messing up the page. The boxes are seperated by a image of a line and has this wording above it which is no where near relevant. If anyone knows the solution let me know. I will greatly appreciate it!! Craig <{POST_SNAPBACK}> I fixed it! <sarcasm>Thanks for all your help everyone!!</sarcasm> : ) In catalog/admin/catagories.php around line 546 I removed the following and it went away. <tr> <td colspan="2" class="main"><hr><?php echo TEXT_PRODUCT_METTA_INFO; ?></td> </tr> Let me know if you have luck or problems trying the same. Also, if anyone that knows what they are doing can tell us here if this is going to cause any problems or not. I can't imagine why it would but you never know. : ) Craig Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.