How to redirect a WP login to phpBB index after success?
Posted: Wed May 24, 2017 5:50 am
After logging in using WP widget, load phpBB/index instead of refreshing WP home. What would be the best way to go about this?
integration and scripts forums
https://www.axew3.com/w3/forums/
Code: Select all
<input type="hidden" name="redirect" value="<?php echo $current_url; ?>">
Code: Select all
<input type="hidden" name="redirect" value="http://myredirect.com/myforum/index.php">
I know.. I know.. I really get your wheels turning and smoking, don't I?axew3 wrote: ↑Wed May 24, 2017 6:59 am this can be an option to be added?
Maybe, a single file, into same custom-config folder. The single file will contain several advanced options easy to be defined and that we'll do not need to update at each new plugin release. I will try to add into new 1.7.2.
All the online documentation and js code for iframe need to be corrected/improved.