katman1971 Posted June 3, 2010 Posted June 3, 2010 Hi I just added this contrib: Extra pages-info box w/ admin. It works well but it creates an extra Information Box with the links to the new pages, if you look at my site at the bottom of the left column I have an "Information" box and just below it is the newly created "Informations" box. I want to either: 1. Remove the new "Informations" box and put the newly created page links in the box above it 2. If step 1 is not possible, I want to simply re-name the "Informations" box. Thank you Quote
katman1971 Posted June 6, 2010 Author Posted June 6, 2010 Hi I just added this contrib: Extra pages-info box w/ admin. It works well but it creates an extra Information Box with the links to the new pages, if you look at my site at the bottom of the left column I have an "Information" box and just below it is the newly created "Informations" box. I want to either: 1. Remove the new "Informations" box and put the newly created page links in the box above it 2. If step 1 is not possible, I want to simply re-name the "Informations" box. Thank you Hi I think I should be more specific to help people help me. I added this contrib: Extra pages-info box w/ admin to my site. It adds an "Informations" box in the left hand column. I did a search in the entire catalog folder for "Informations". It comes up 3 times: In a french language file In a french canadian file In an install.xml file I tried changing the spelling of "Informations" in the install file but no difference. Do I need to uninstall, change the spelling in the install.xml file and then re-install? Surely there must be a file with the word "Informations" somewhere on my site.....if it's on my site?! Thanks for your help. Quote
germ Posted June 6, 2010 Posted June 6, 2010 From the install file: <action>open_file</action> <filename>includes/languages/english.php</filename> </step> <step> <action>add_to_file</action> <code><![CDATA[ //EXTRA PAGES INFOBOX define('BOX_HEADING_PAGES', 'Informations'); ]]></code> </step> <step> <action>save_file</action> </step> Look in includes/languages/english.php Quote 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 >
katman1971 Posted June 6, 2010 Author Posted June 6, 2010 From the install file: <action>open_file</action> <filename>includes/languages/english.php</filename> </step> <step> <action>add_to_file</action> <code><![CDATA[ //EXTRA PAGES INFOBOX define('BOX_HEADING_PAGES', 'Informations'); ]]></code> </step> <step> <action>save_file</action> </step> Look in includes/languages/english.php I looked in includes/languages/english.php and saw this piece: //EXTRA PAGES INFOBOX define('BOX_HEADING_PAGES', 'Informations'); ?> I changed "Informations" to my new box title, saved it, uploaded it but nothing changes. Quote
germ Posted June 6, 2010 Posted June 6, 2010 Check the file that is on the server to be sure it says what you THINK it says. Quote 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 >
katman1971 Posted June 6, 2010 Author Posted June 6, 2010 Check the file that is on the server to be sure it says what you THINK it says. Sorry Jim, can you spell it out for this dummy? I double checked that it was includes/languages/english.php. I made the change and I double checked that I uploaded and replaced it on the server. I checked the rest of includes/languages/english.php and didn't see reference to "Informations". I also tried to un-comment the piece of code....but no difference. I dont know what else to do. Quote
germ Posted June 6, 2010 Posted June 6, 2010 You changed something. Now it says XXXXXXX on your site. Quote 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 >
katman1971 Posted June 6, 2010 Author Posted June 6, 2010 You changed something. Now it says XXXXXXX on your site. Thank you! It's sorted. Quote
freelancement Posted September 2, 2010 Posted September 2, 2010 hmmm excuse the novice question I am looking at having for clean navigation on the side, replacing the shop nav when the infomation pages are up, possble? 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.