Hi,
Sorry for the question, but I'm not clear on this feature, if it exists.
My forum is on a page on my website that only authorized users can access. The page is secured by members(memberpress). When a user signs into my wordpress website to access this page and then goes into the forum page are they automatically logged in to phpbb?
In short, which component of your plugin does the auto logins to the worpress forum, if it does? I have the ID replication piece working, but had trouble getting the phpbb embedded on a wordpress template piece working.
Thanks
John CUmmings
auto login to phpbb forum from website
-
- User w
- Posts: 19
- Joined: Tue Mar 15, 2022 10:38 am
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: auto login to phpbb forum from website
Hello John. Np ask anything you'll like.
on file
/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php
setup the phpBB cookie on browser and the session in phpBB
when a login fire in WordPress, then the functionIn short, which component of your plugin does the auto logins to the worpress forum, if it does?
Code: Select all
private static function phpBB_user_session_set($wp_user_data){
/wp-w3all-phpbb-integration/class.wp.w3all-phpbb.php
setup the phpBB cookie on browser and the session in phpBB
-
- User w
- Posts: 19
- Joined: Tue Mar 15, 2022 10:38 am
Re: auto login to phpbb forum from website
Thanks,
It has been working all the time! You must have this process disabled for the Wordpress Admin UserId, right? I was doing all my working using the Wordpress Admin account and I wasn't getting logged into phpbb(forum). When I created a new ID everything worked as expected. Works great.
Unfortunately I'm having another issue that I'm hoping to figure out. I renamed my wordpress domain and now getting a random issue that I'm sure is a parameter issue. If I can't figure it out I'll be back - lol
Thanks
It has been working all the time! You must have this process disabled for the Wordpress Admin UserId, right? I was doing all my working using the Wordpress Admin account and I wasn't getting logged into phpbb(forum). When I created a new ID everything worked as expected. Works great.
Unfortunately I'm having another issue that I'm hoping to figure out. I renamed my wordpress domain and now getting a random issue that I'm sure is a parameter issue. If I can't figure it out I'll be back - lol
Thanks
-
- User w
- Posts: 19
- Joined: Tue Mar 15, 2022 10:38 am
Re: auto login to phpbb forum from website
Solved my issue. When I renamed my domain I missed a url redirect in the login form/page. Corrected that and issue resolved.
This is a great plugin - so nice not to have to login to both WP and PHPBB
Thanks
John
This is a great plugin - so nice not to have to login to both WP and PHPBB
Thanks
John