Leha Posted January 20, 2006 Posted January 20, 2006 Hello everyone. This is about http://www.oscommerce.com/community/contributions,861 contribution. After i modified this contribution its top level categories do not work. To be more specific instead of directing me to ...index.php?cPath=27 it directs me to index.php?cPath=27%20. (it adds space at the end of the link for some reasons.) Does anybody had the same problem? Or have any sugestions where i should look. P.S. Regular menu(column_left.php) works fine so the problem is most likely in the contribution menu itself. Any help would be greately apreciated. Thank you very much.
Flyer5 Posted January 20, 2006 Posted January 20, 2006 Hello everyone. This is about http://www.oscommerce.com/community/contributions,861 contribution.After i modified this contribution its top level categories do not work. To be more specific instead of directing me to ...index.php?cPath=27 it directs me to index.php?cPath=27%20. (it adds space at the end of the link for some reasons.) Does anybody had the same problem? Or have any sugestions where i should look. P.S. Regular menu(column_left.php) works fine so the problem is most likely in the contribution menu itself. Any help would be greately apreciated. Thank you very much. Hi Is there a space in the path in includes/configure.php? It looks like the % is being inserted for a aspace, so the space must be coming from somewhere, id start in the above file F5
Leha Posted January 20, 2006 Author Posted January 20, 2006 Hi Is there a space in the path in includes/configure.php? It looks like the % is being inserted for a aspace, so the space must be coming from somewhere, id start in the above file F5 Thank you for the reply. Where exactly should i look. I checked it right now, everything looks fine. Also in this case, my menu (column_left.php) also would not work, but it works. Only contribution TOP categories do not work. Thank you.
Leha Posted January 20, 2006 Author Posted January 20, 2006 Thank you for the reply. Where exactly should i look. I checked it right now, everything looks fine. Also in this case, my menu (column_left.php) also would not work, but it works. Only contribution TOP categories do not work.Thank you. Another thing, Subcategories of this contribution works fine. But the top level categories do no. Very upsetting. B) Any help would be greately apreciated. Thanks in advance.
MoisesZaragoza Posted January 20, 2006 Posted January 20, 2006 Well I'm guesing if there is a space you will see it in the address link. were dose the link take you when you click a top level link at the end of the day the code will be good
ozcsys Posted January 20, 2006 Posted January 20, 2006 Another thing, Subcategories of this contribution works fine. But the top level categories do no. Very upsetting. B) Any help would be greately apreciated. Thanks in advance. Have you checked the support thread for the contribution? Anytime you have a problem with a specific contrtibution that is the best place to look for help The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Leha Posted January 20, 2006 Author Posted January 20, 2006 Well I'm guesing if there is a space you will see it in the address link. were dose the link take you when you click a top level link http://e-stuf.com/index.php We'll i think it will be much easier this way. Thank you very much
Leha Posted January 20, 2006 Author Posted January 20, 2006 Have you checked the support thread for the contribution? Anytime you have a problem with a specific contrtibution that is the best place to look for help No. I searched for it but couldn't find it. Where is it? Thank you.
MoisesZaragoza Posted January 20, 2006 Posted January 20, 2006 ok the problem is that you are including "includes/" into the URL Parameter. look in the contribution for a <a href=includes/$VAR> <!-- // that is not the exact way it will apear --> at the end of the day the code will be good
Leha Posted January 20, 2006 Author Posted January 20, 2006 ok the problem is that you are including"includes/" into the URL Parameter. look in the contribution for a <a href=includes/$VAR> <!-- // that is not the exact way it will apear --> Hi first of all i could not lokate anything in contribution. And second of all can you please explain it a bit more. Maybe i will be able to fix it myself. Thanks
MoisesZaragoza Posted January 23, 2006 Posted January 23, 2006 I dont know If I'm too late to help. but when I went to your site and I click on a link of the main navegation it was adding a extra includes in the address. at the end of the day the code will be good
Recommended Posts
Archived
This topic is now archived and is closed to further replies.