Guest Posted February 27, 2007 Posted February 27, 2007 hello can someone helping me to install/configure dynamic sitemap . u can see the error here http://servelec-online.com/loja/dynamic_si...c485a1dead98801 i willing to pay something for the trouble . best regards, Mario Vital
Jack_mcs Posted February 27, 2007 Posted February 27, 2007 It appears one of your infoboxes is causing a problem. Have you tried excluding them? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted February 27, 2007 Posted February 27, 2007 hello could u take a look i have many Boxes on /includes/boxes/ as u can see can gave some orientation ?? i if u want i willing to pay if u could fix it ..
Jack_mcs Posted February 27, 2007 Posted February 27, 2007 There's no need to pay anyone to fix it since it isn't broken. It is how the contribution works. It doesn't understand infoboxes that are in a non-standard format. You have to exclude those for the map to display properly. Excluding them will just exclude them from the sitemap, not your site, so no damage is done. Just go to the admin->tools section adn start excluding them. They are handled in alphabetical order so start at the top and exclude any that are not standard until the map displays correctly. If you are not sure, just exclude each one. They can always be un-excluded. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted February 27, 2007 Posted February 27, 2007 ok i have this on the admin sitemap so can u see anything wrong ? and thz for the help ...
Jack_mcs Posted February 28, 2007 Posted February 28, 2007 I can't make it out but you are missing the point. It is not a case of being right or wrong. It is just a case of getting it working. You should exclude any boxes that are causing problems or that you don't want to display. That is the same with the pages. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted February 28, 2007 Posted February 28, 2007 ok thz for the help ... i will try to do some more changes at excluded pages and boxes. once again thz Jack_mcs
Guest Posted February 28, 2007 Posted February 28, 2007 hi just try all ... but somehow still doesnt work. so do i have to include all files on public_html/loja/ ?? and on public_html/loja/boxes/ ?? now its better but still doesnt wotk , of i include the information box ( appears on the sitemap ) but without the link and the pages under the information doesnt appear. heres is my information.php page <?php /* $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ $side_temp = $side; $side = '_info'; ?> <!-- information //--> <TR> <TD> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false, '', $side); $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_QUEMSOMOS) . '">' . BOX_INFORMATION_QUEMSOMOS . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a><br>'); new infoBox($info_box_contents, $side); $side = $side_temp; ?> </TD> </TR> <!-- information_eof //--> this is driving me crazy. some help will be very very apreciated. best regards, Mario Vital
Jack_mcs Posted February 28, 2007 Posted February 28, 2007 That is not a standard infobox. You will need to exclude it. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted March 18, 2007 Posted March 18, 2007 That is not a standard infobox. You will need to exclude it. Jack why this isnt a standart infobox ?? heres is my information.php page <?php /* $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions [url="http://www.oscommerce.com"]http://www.oscommerce.com[/url] Copyright © 2003 osCommerce Released under the GNU General Public License */ $side_temp = $side; $side = '_info'; ?> <!-- information //--> <TR> <TD> <?php $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION); new infoBoxHeading($info_box_contents, false, false, '', $side); $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_QUEMSOMOS) . '">' . BOX_INFORMATION_QUEMSOMOS . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>' . '<a class="infoBoxContentsText' . $side . '" href="' . tep_href_link(FILENAME_FAQ) . '">' . BOX_INFORMATION_FAQ . '</a><br>'); new infoBox($info_box_contents, $side); $side = $side_temp; ?> </TD> </TR> <!-- information_eof //--> best regards, Mario Vital
Recommended Posts
Archived
This topic is now archived and is closed to further replies.