Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dynamic Sitemap 2


Guest

Recommended Posts

Posted

hello

 

could u take a look i have many Boxes on /includes/boxes/ as u can see

 

 

boxes.jpg

 

can gave some orientation ?? i if u want i willing to pay if u could fix it ..

Posted

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

Posted

ok

 

i have this on the admin sitemap

 

siteadmin.jpg

 

 

so can u see anything wrong ?

 

and thz for the help ...

Posted

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

Posted

ok thz for the help ...

 

i will try to do some more changes at excluded pages and boxes.

 

once again thz Jack_mcs

Posted

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

  • 3 weeks later...
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...