I am looking for a fairly simple PHP forum to add to a current site that I am working on that will allow me to use my prebuilt login system, which rules out PHPBB. I've tried Nodesforum, but it's not suitable for my requirements.
I'm not in any need for a PM system or anything like that, just a simple forum that maybe I can alter to suit my requirements.
I am a PHP dev, but there's got to be something out there to save me building one.
Thanks
I am using a bespoke login system. Basically it tracks users with cookies set from details retrieved from a MySQL database containing a unique ID, username and md5 encrypted password. It would require too much work to change my site to use phpbb system. There are a few forums I've seen with the option to use an existing login system, but I've not yet found a decent one.
I'm not in any need for a PM system or anything like that, just a simple forum that maybe I can alter to suit my requirements.
I am a PHP dev, but there's got to be something out there to save me building one.
Thanks
I am using a bespoke login system. Basically it tracks users with cookies set from details retrieved from a MySQL database containing a unique ID, username and md5 encrypted password. It would require too much work to change my site to use phpbb system. There are a few forums I've seen with the option to use an existing login system, but I've not yet found a decent one.