Hello everyone,
I've tried this API to integrate a forum to my website, and it looks like it's working.
I need one modification though.
I read in the istructions that the API works with:
The ASP Session Variables need to contain the following:-
- Session("USER") - This needs to hold the member's name as it will be shown in Web Wiz Forums
- Session("PASSWORD") - This is the member's password, it must be in plain text
- Session("EMAIL") - This is the member's email address
My system works differently though. Username in my website is only used for login, while the member's name shown on the site (and it should be in the forum as well) is a different database field called HANDLENAME.
Users can choose the name they are known by in the site, which can be different than the username.
Is there a way I can include this field as well, and instruct the forum to show that as users handle?
Thanks for help everyone.