rev2red Posted October 4, 2008 Posted October 4, 2008 I made some changes to the links but I cannot figure out why my Info Box looks like this. What did I forget the change/update?
germ Posted October 4, 2008 Posted October 4, 2008 The text that appears in ALL_CAPS isn't defined in a PHP file... :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Guest Posted October 4, 2008 Posted October 4, 2008 I made some changes to the links but I cannot figure out why my Info Box looks like this. What did I forget the change/update? You need to define those C_A_P_S words in the /includes/languages/english/information.php file.
rev2red Posted October 4, 2008 Author Posted October 4, 2008 You need to define those C_A_P_S words in the /includes/languages/english/information.php file. I do not have that file to edit. I can't even find it in the original OSCommer download.
BryceJr Posted October 4, 2008 Posted October 4, 2008 I do not have that file to edit. I can't even find it in the original OSCommer download. It's in /includes/languages/ english.php file. Look for this block and make your additions or changes. // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_PRIVACY', 'Privacy Notice'); define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns'); define('BOX_INFORMATION_CONTACT', 'Contact Us');
rev2red Posted October 4, 2008 Author Posted October 4, 2008 It's in /includes/languages/ english.php file. Look for this block and make your additions or changes. // information box text in includes/boxes/information.php define('BOX_HEADING_INFORMATION', 'Information'); define('BOX_INFORMATION_PRIVACY', 'Privacy Notice'); define('BOX_INFORMATION_CONDITIONS', 'Conditions of Use'); define('BOX_INFORMATION_SHIPPING', 'Shipping & Returns'); define('BOX_INFORMATION_CONTACT', 'Contact Us'); That fixed it thanks!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.