Search found 3 matches

by 4x4uk
Thu Nov 29, 2007 5:46 pm
Forum: General discussions
Topic: sitemap does not work :-(
Replies: 12
Views: 19385

the problem with rss.php not working was related to permissions

works fine when chmod to 644
by 4x4uk
Thu Nov 29, 2007 5:00 pm
Forum: General discussions
Topic: sitemap does not work :-(
Replies: 12
Views: 19385

yeah to remove the news items you need to edit the index.tpl file

look for this

<!-- start right sidebar -->
<div class="rightcolumn sidebar" id="sidebar-right">
<div class="rightpadding">

{rightBox}

</div>
</div>
<!-- end right sidebar -->


removing

{rightbox}

will eliminate the ...
by 4x4uk
Thu Nov 29, 2007 4:20 pm
Forum: General discussions
Topic: sitemap does not work :-(
Replies: 12
Views: 19385

similar problem here too, just moved to a new webhost and carried out the upgrade to 2.0.4 at the same time. Sitemap gave a completely blank page and the rss feeds give an server error.

A quick fix work around for the sitemap problem can be done by changing the following in sitemap.php
find the ...