I want to try connecting my main page with my forums. So they can log in from main page but stay on main page. When they go to forums, they would still be logged in. Also, if they have logged in from main page, I want it to say Welcome... I have no idea where to start with this problem.
As far as I know phpBB and SMF can be used for this. There might be others though.
Many of them have integrated the forums with their website so that a single registration works for the site as well as the forums. I believe if you take a look at their website you should find a help article on how to get this done.
I've looked at phpBB's website and the only help I've found is how to wrap the forums into the main site. What I want to do is only have the login to be connected. I'm just not sure how I can pass the info they entered then check it in database and then take them back to home page.
It's definitely possible but I'm not sure what the exact procedure is.
I suggest that you keep asking on the official phpBB forum and see if anyone can eventually help you either for free or for a small fee. As chances are, there's at least one person who has done that already and perhaps they could be able to help you out. I think MyBB has a tutorial on how to do that, although it probably won't help for phpBB but basically it's just making a PHP page that authenticates the information by connecting to the forum's database.
I just asked around on their site and they've redirected me to a already made tutorial about linking it. However, I'm not quite sure if it is what I'm looking for. Thanks for the help.
its a unique concept.....
I think you will have to play with code of your website, as you must be having your forum as subdomain or subfolder and you want to keep your visitors logged in even if they have login to forum from mainpage. I am not sure if forum softwares would help you for such facility.
Thanks for the links. It turns out the one I used was just a fancy version of wrapping the forums inside the template. I'll look into the links and try it this weekend.