Bug solution in plugin 'ajax-loginregister'
-
Hi all,
I have rectify some solution to work plug-in ‘ajax-loginregister’ comfortably in wordpress version 3.0.1.
You need some changes in files:
1)/wp-content/plugins/ajax-loginregister/register_form.php
Go to line 46: change
wp-content/plugins/login/checkregister.php
to
wp-content/plugins/ajax-loginregister/checkregister.phpgo to line 61: change
wp-content/plugins/login/redirect.php
to
wp-content/plugins/ajax-loginregister/redirect.php2)/wp-content/plugins/ajax-loginregister/forgetpass_form.php
go to line 33: change
wp-content/plugins/login/checkregister.php
to
wp-content/plugins/ajax-loginregister/checkregister.php3)/wp-content/plugins/ajax-loginregister/login_form.php
go to line 5: change
/login/forgetpass_form.php
to
/ajax-loginregister/forgetpass_form.phpgo to line 30: change
wp-content/plugins/login/getdata.php
to
wp-content/plugins/ajax-loginregister/getdata.phpgo to line 45: change
wp-content/plugins/login/redirect.php
to
wp-content/plugins/ajax-loginregister/redirect.php4) /wp-content/plugins/ajax-loginregister/login.php
go to line 48: change
/login/login.css
to
/ajax-loginregister/login.cssI thinks after modification on all changes your plugin will work sufficiently on wordpress version 3.0.1
Thanks
- The topic ‘Bug solution in plugin 'ajax-loginregister'’ is closed to new replies.