Page 1 of 1
Any forum module?
Posted: Fri Jul 01, 2011 11:31 am
by marcelwoo
Has anyone developed a forum module yet? I believe lots of people need this module. Ok, using a phpbb3 or other forum is just fine... but you do not want your visitor to log in twice and this is really kinda silly...
Re: Any forum module?
Posted: Fri Jul 01, 2011 3:17 pm
by mberlant
The big problem is that for any solution to work when tied with an e-commerce store, the user registration and authentication must be managed by the store software and not by the forum software. This is because the store requires detailed personal information that a forum does not, and it would be much, much more difficult to write code that makes sure this personal information is present prior to permitting the first actual sale, than to modify the forum software to check user names and passwords from the store's database and to redirect the forum's "Register" intercepts to the store's new customer routine.
Unfortunately, nobody has yet come up with a smooth solution to having the forum cede its user management and authentication functions to a store.
Re: Any forum module?
Posted: Sun Jul 03, 2011 11:18 pm
by smifis
If you're willing to pay, I'll happily do this for you.
Re: Any forum module?
Posted: Wed Jul 06, 2011 12:10 am
by chrisranjana.com
Integrating opencart with phpbb or vbulletin needs to be attempted.