Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.
NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
I used the search but all hits are quite old and I don't know if they are still working.
I integrated the phpbb in a Wordpress site which shares the database with the phpbb. Instead of using the phpbb registration, I want to use just the WP registration.
How can I redirect all phpbb registration links to the WP registration?
Last edited by Mick on Wed Mar 13, 2024 7:45 am, edited 1 time in total.
Reason:Solved.
I would just do this with .htaccess redirect. I'd check their documentation and/or their support section because that is something many people would want. Frankly I'd be surprised if it wasn't addressed.
Bit of warning, I would test breaking the bridge because if you lose support for the bridge down the road, even years from now, you could be left with a giant mess on your hands.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”
If you want to go that route common template variables are found at the bottom of includes/functions.php . The issue there is you need to maintain the edit through updates.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”