extrovertive Posted December 6, 2008 Share Posted December 6, 2008 I'm looking for a simple PHP/MySQL forum script that can be easily integrated with a list of my existing members (100K+), and that can be easily customize. I want to be able to integrate the forums on my site (I have the header and footer) and want to fit it within the content section my site. Can anyone list some sample forums and demos on a site? Also, there should be a feature for me to retrieve some forums feeds (i.e. latest forum discussion topics) which I can display on the front page of my site. Can anyone help? Quote Link to comment https://forums.phpfreaks.com/topic/135736-php-forum-app-recommendations/ Share on other sites More sharing options...
dclamp Posted December 6, 2008 Share Posted December 6, 2008 It is going to be hard with any forums software to integrate with your current member system, but here is a list of forums: http://en.wikipedia.org/wiki/Comparison_of_Internet_forum_software Quote Link to comment https://forums.phpfreaks.com/topic/135736-php-forum-app-recommendations/#findComment-707413 Share on other sites More sharing options...
JasonLewis Posted December 6, 2008 Share Posted December 6, 2008 Hm... Well, did you write your own custom members script? How are your members joining, etc? You might be able to write up your own conversion script to export your members out of your existing table and re-insert them into the new forum software's table. Or you could try and merge them. Depends on how you've gone about things I guess. Quote Link to comment https://forums.phpfreaks.com/topic/135736-php-forum-app-recommendations/#findComment-707416 Share on other sites More sharing options...
dclamp Posted December 6, 2008 Share Posted December 6, 2008 Something you might want to do is, on the register script, when your inputting data into your member table, also put relevant information into the forum's member table. Then the logins will be the same. You could even go as far as login. If you figure out how the forums login system work, then integrate it with your login system Quote Link to comment https://forums.phpfreaks.com/topic/135736-php-forum-app-recommendations/#findComment-707419 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.