RE: Dreamweaver forums
Hi Daniel,
The forum we are using now has been custom built. It needs to integrate with our 'delegate' and 'trainer' accounts, which allow the different accounts to access other specific web pages throughout the web site.
My recommendation would be to use one of the many free forums that have already been written for you, such as
MyBB (or search google for 'free forum'). You'll need to have PHP and MySQL set up on your server for MyBB to work - ask your hosting provider. You'll most likely find that all the forums include an 'wizard' style installation process, that will help you, and tell you what you need to do to ensure the forum will work properly on your site.
The forum is then 'tacked on' to a directory within your web site (eg.
www.yourdomain.com/forum)
To create a payment system, there are a few options. The easiest is to use something like PayPal, where you don't necessarily need a shopping card interface.
Otherwise, you would need to have a merchant account with a bank (to take the money) and a PSP (payment service provider) such as SecPay, which handles all the secure web stuff. You'll need to know a bit of programming (eg. php, asp, cgi) to implement this, or hire someone who can do it for you. But your PSP will most likely have a list of companies or people who can help you with this.
Then you would most likely require a shopping cart, or similar. If you don't want to program this yourself, try searching google for 'shopping cart software' or similar, and you should find plenty of pre-written carts that you can add to your site, and then administer the products/services available to your customers.
Not sure what you mean by 'member accounts' - the forum software would take care of that. If you want to create your own accounts for people to log in to your web site, you'd need a back-end database (such as MySQL, MSSQL) and link your site to this using server side programming languages such as php, asp, .net, cgi. Then people log in (usually using Session Variables and Cookies) and you can track where people go, and give them access to all their comments/posts/whatever they do on your site.
I hope this helps. Good luck, and let us know if you have further questions regarding Dreamweaver.
Regards, Rich