ASN Forum 2.0 for osCommerce 2.2
by mastergigi (prychl@o2.pl)
This is modified ASN Forum 2.0 (http://script.tourdebali.com/asnforum.php).
I've modified the script to fit mor or less osc coding standards.
There are several forum for osc (phpBB bridge), however I didn't want to have
very sophisticated forum system. ASN Forum is simple and do the job very well.
Presently the forum allows everyone to post but it is very simple to restrict
posting only for your customers (it will be done in spare time)
Enjoy my forum contrib (screenshot included).
Features:
- simple and fast
- smilies support
- post pagination
- easy to install only 5-10 minutes
Note: This was done in hurry so it may contain some bugs, however during my tests
all worked fine.
mastergigi.
Legend: 
Download

Report
Couldnt find one, so I started one here:
http://forums.oscommerce.com/index.php?showtopic=287142
This modification allows you to assign customers moderator status thru the admin/customers.php.
You can view at a glance who your moderators are and turn their status on and off via edit customers.
With this mod only moderators can create new topics.
I created instructions for the stock osc customers.php as well as instructions for those using the active countries mod (http://www.oscommerce.com/community/contributions,3607)
Even if you dont have need moderators, you can still use it to keep your general customers from posting new topics, hence giving you more control over your forum.
This is a fix to allow admin to login to the `ASN forum` panel within Administration.
When failing to login, it goes to asnf_index.php instead of asnf_login.php.
Replacing the asnf_auth.php with this file will correct the problem. It is just a one line code change.
This is a complete package ASN Forum for osCommerce Online Merchant v2.2 only with Hungarian Language.
/Translated by: Takacs Krisztian, www.imod.hu/
ASN Forum v 2 - add czech language to catalog/includes/languages/czech. Simly copy new files. I changed asnf_xxxxxx.php files to czech language. This is not the full package. It is just the 4 files.
View Topic in includes/languages/english/asnf_viewtopic.php was in a different language. I changed it to english.
I named the file asnf_viewtopic_english_fix.php. Just rename it to asnf_viewtopic.php and over write the file that is there.
This is not the full package. It is just the one file.
ASN Forum 2.0 for osCommerce 2.2 version 2
by mastergigi (prychl@o2.pl)
Features:
- simple and fast
- smilies support
- post pagination
- easy to install only 5-10 minutes
- simple forum for registered users
New features
- search ability
Fixed
- complete english language files
- removed die statements
- reduced coun of db queries
Note: This was done in hurry so it may contain some bugs, however during my tests
all worked fine.
mastergigi.
To do:
------
+ flood protection
(I've to disable standard ASN flood protection
see:
asnf_viewtopic.php ~21
asnf_addtopic.php ~21
because it didn't work for me,
I'll take a look into this in spare time)
+ search for admin
+ smilies management in admin
+ etc
Fixed:
+ pagination problem
+ removed href links to forum posters (avoid spam)
+ added message "forum for registered users"
full package
mastergigi
+ Fixed bugs with session handling, caused registered user to log off when enter forum
+ added option for registered users only
Have fun
mastergigi
Forgot to modify stylesheet.css :
Add the following lines
.asnf_normal { line-height: 130%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color:#333333;}
a.asnf_none:link { color: #ff6600; text-decoration: none}
a.asnf_none:visited { color: #ff6600; text-decoration: none}
a.asnf_none:hover { color: #0066ff; text-decoration: none }
.asnf_replyform { border: #999999; border-style: dotted; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
.asnf_error { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color:#990000; font-weight:bold;}
ASN Forum 2.0 for osCommerce 2.2
by mastergigi (prychl@o2.pl)
This is modified ASN Forum 2.0 (http://script.tourdebali.com/asnforum.php).
I've modified the script to fit mor or less osc coding standards.
There are several forum for osc (phpBB bridge), however I didn't want to have
very sophisticated forum system. ASN Forum is simple and do the job very well.
Presently the forum allows everyone to post but it is very simple to restrict
posting only for your customers (it will be done in spare time)
Enjoy my forum contrib (screenshot included).
Features:
- simple and fast
- smilies support
- post pagination
- easy to install only 5-10 minutes
Note: This was done in hurry so it may contain some bugs, however during my tests
all worked fine.
mastergigi.