-
Sunlark reviewed the plugin SweetCaptcha – Free designed captcha service: 14 years, 9 months ago




This is a cute little plugin. Only problem is that it doesn’t fit the login space on the sidebar on my buddypress site. I tried removing the enable for logins, but it won’t go away. I tried finding where in WordPress I can modify the size of the space and couldn’t find that.
Help???
To see the issue, go to http://www.EnergyofLove.net and look at…[Read more] -
Sunlark joined the group SweetCaptcha – Free designed captcha service 14 years, 9 months ago
-
Sunlark joined the group BuddyPress Activity Plus 14 years, 9 months ago
@sunlark
Active 10 years, 7 months ago
Hi there, you can fix it yourself by moving the:
line 111+112 of sweetcaptcha.php (top level wordpress plugin folder) is
// add SweetCaptcha to BuddyPress login form
add_action( ‘bp_sidebar_login_form’, ‘sweetcaptcha_login_form’ );
This should be added to // add SweetCaptcha to login form (line 81) instead of outside of an option function