Hello everyone, How can I display the active user info. from the forum plus the active user from the main site... My ideas is that, I take the login user from the forum use it for the main site w/ other stuff .. Also how to find out the user name is that a session or it read from the forum database? SORRY I'm NEWBIES PLEASE HELP ME OUT
You are talking about some big changes to your site to do this. You will need a bunch of includes from the forum like config.asp,inc_header.asp, inc_footer.asp and almost certainly a few others that depend on what MOD's you plan on using outside the forum. You will also need to set your cookies to your website. And this will need to be done for all the pages on your website if you want forum functionality across your website.
I think tomic knows what i'm kinda talking about, but how do I know types of cookies to set/call when user enter the site? could i do it in Global.asa file? to call the cookies ? there is a MOD call Universal Logon or some like that, would it works?