Page 1 of 1

Problem with Login

Posted: Mon Jul 11, 2016 4:06 pm
by Belstram
Hey guys,

I just installed this plugin to my WP and did all necessarry thing correctly. But it seems it's not working at all. Can somone please help me handle it?

Re: Problem with the Plugin

Posted: Mon Jul 11, 2016 5:52 pm
by axew3
hello, what's the problem?

Re: Problem with the Plugin

Posted: Mon Jul 11, 2016 6:14 pm
by Belstram
Hello,

I have configured my option as you can see in the screen shot but integration didn't happen.

Image

Re: Problem with the Plugin

Posted: Mon Jul 11, 2016 9:21 pm
by axew3
are you sure the path you've set is correct?

Re: Problem with login

Posted: Mon Jul 11, 2016 10:18 pm
by axew3
if this not solve your login problem, remove the wp_w3all (delete) plugin folder via ftp.
substitute ext_plugin_fixes.php file that is contained inside wp_w3all plugin addons folder
ext_plugins_fixes.zip
ext login plugins fixes
(1.23 KiB) Downloaded 260 times

Re: Problem with the Plugin

Posted: Mon Jul 11, 2016 10:36 pm
by axew3
about redirect registrations from phpBB to WP, open your phpBB .htaccess root file and after the line

Code: Select all

#RewriteBase /
or 
RewriteBase /
add something like this

Code: Select all

RewriteRule ^(.*)register\.php http://www.oynanacakoyunlar.com/#register [R,L]
[solved]