Community Add-Ons
| Maintainers: | natewlew |
News Blog V 1.0
for osCommerce Online Merchant v2.2
This contribution is sort of a news blog. You can make new articles from the admin section of Oscommerce. Users can add comments to your articles. You have complete editing control in the admin section.
Every article is sorted by date in the store and the admin section. I used the mysql SELECT DISTINCT function to sort the dates. It has a static automatic RSS feed function. When you write a new article all you have to do click "Create RSS" and your done. Users will always be up to date. See the preview pics in the preview folder.
Support Thread:
http://forums.oscommerce.com/index.php?showtopic=246811
Legend:
Download
Report
someone forgot "}" in news.php
thats why all news was not working
now news.php is fixed
and for rss.php I replaced
echo "<?xml version='1.0' ?>
to
echo "<?xml version='1.0' encoding='windows-1251'?>
to support win1251 codding
added file includesmodulessts_incsts_column_left.php
with newsbox tag to support sts
