Topic: Viability of my integration
Hi,
currently my test PunBB forum has no login integration with the rest of my custom site. I added my site's header to it for visual integration. That might be the easiest way to keep it.
However, what's the viability in my customising PunBB as follow?
My site currently requires an email address to log in rather than a username, and there are non-unique display names.
What do you think is the viability for me to change PunBB to this degree:
* To modify PunBB to have a display name field. Use that display name beside people's posts, along with a gravatar identicon as their avatar.
* To automatically register a user in PunBB when they register under my site. Their forum username is actually their email.
* Integrate logins so that if a user is logged into my main site, they are also logged in to PunBB.
* Hide PunBB's login pages and get them to log in directly through my site.
Even if I managed to implement that, there would be difficulty in keeping PunBB up to date with official releases if the inner code was modified.
Thanks for opinions.