Help needed with a forum

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dalton565
Forum Newbie
Posts: 5
Joined: Wed Jan 30, 2008 8:17 am

Help needed with a forum

Post by dalton565 »

Hey guys, im making an ecommerce website, that at the minute has a login facility. all with php

Now i want to add a forum, im looking to use an opensource solutions like phpbb or something, however the problem im having is, now users of the site

Will have to register for the site and then again for the forum, im looking to integrate the two, is there any open source examples that cover this, as i dont want to have to code a forum from scratch ya know.

Anyone ever encountered this problem before and how did u overcome it.

Thanks
richard
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Help needed with a forum

Post by Christopher »

Most forums have a way to integrate the signin. Check the documentation.
(#10850)
Post Reply