Forum Replies Created
-
Probably the theme does not have the proper hooks in it.
It was tested with BuddyPress Default 1.2.7 theme
Where do you get that theme? I can’t find it.FYI, Today I updated SI CAPTCHA Anti-Spam for latest version of buddypress 1.2.3 compatibility
SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
This plugin adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, login, or all. In order to post comments or register, users will have to type in the code shown on the image. This prevents spam from automated bots. Adds security. Works great with Akismet. Also is fully WP, WPMU, and BuddyPress compatible.
The screenshots were from an old version. I have updated them. The CAPCHA looks nicer now.
SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/changelog/
Today I updated it for latest version of buddypress 1.2.3 compatibility
Fast and secure contact form was tested on WPMU and BP and works.
Perhaps your shortcode function is broken on default theme in your install?
I have had one report that shortcodes were not working, but after WP was reinstalled it started working.
== Changelog ==
= 2.0.6 =
– (13 Oct 2009) – Fixed array_merge error on WPMU, Buddypress.
– Added Czech (cs_CZ) – Translated by [Radovan](http://algymsa.cz)
This should be fixed now. You have to install this new version.
== Changelog ==
= 2.0.6 =
– (13 Oct 2009) – Fixed array_merge error on WPMU, Buddypress.
– Added Czech (cs_CZ) – Translated by [Radovan](http://algymsa.cz)
OK, I see the error on my test site now. I will try to fix it.
This is how to install SI Captcha globally on WPMU.
Step 1: upload the /si-captcha-for-wordpress/ folder and all it’s contents to /mu-plugins/
Step 2: MOVE the si-captcha.php from the /si-captcha-for-wordpress/ folder to the /mu-plugins/ folder.
Please report back here is this worked for you.
Why did you uninstall SI captcha?
SI CAPTCHA Anti-Spam works with WordPress 2.6+, WPMU, and BuddyPress
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
WP-reCAPTCHA is not up to date for BuddyPress 1.1, that is why it does not work.
Were you able to resolve the problem?
I have a similar plugin that is fully WPMU and BuddyPress compatible:
SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
If you use this on Buddypress be sure to update to the latest version of SI CAPTCHA Anti-Spam
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
== Changelog ==
= 2.0.4 =
– (03 Oct 2009) – Fixed session error on the members and groups pages on Buddypress versions.
Thanks for testing…
All fixed in the latest version
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
== Changelog ==
= 2.0.4 =
– (03 Oct 2009) – Fixed session error on Buddypress versions.
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
Will you test a fix for me?
Please contact me here and I will email you the si-captcha php file to test.
http://www.642weather.com/weather/contact_us.php
Mike Challis
OK, thanks
Beta is closed. 2.00 is released.
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
Thanks for the suggestion I changed it.
beta Version: 1.9.4
PS. I am having a CSS problem with the layout of the registration page. The wigets are trying to display in the middle of the page instead of the right hand side.It is not related to the captcha, because it still happens with SI captcha uninstalled.
Is this a reported bug or should I report it?
I made a ticket.
beta Version: 1.9.4 – Supports BuddyPress 1.0.3 and 1.1
Same download URL:
http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip
Testers?
My bad, I forgot to activate the Buddypress plugin.
It would be nice if instead of generating a fatal error, there was some code in header.php on line 9 that would check for the existence of the function and print a nice error message like “Did you forget to activate the BuddyPress plugin?”
Here is the proposed improvement code (this goes in the very top of themes/bp-sn-parent/header.php:
<?php
if ( !function_exists('bp_page_title') ) {
die('Did you forget to activate the BuddyPress plugin?');
}
?>I have a roadblock in my plans to test on BuddyPress 1.1
https://buddypress.org/forums/topic/installed-bp-11-and-fatal-error
I think I figured it out.
Anybody with BudyPress 1.1 want to test the registration CAPTCHA for me?
beta Version: 1.9.3
Same download URL:
http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip
OK I found the Buddypress beta 1.1 page but I am not sure where to look for what to change and also make it backward compatible.
If I install beta 1.1,how would I test on 1.0.3?
My time is limited and I have spent too much time on this lately.
Any suggestions?
I am confused, and new to Buddypress.
Where is 1.1?
https://buddypress.org/download/ (this is 1.0.3)
Thanks for testing.
Did you install in plugins or mu-plugins?
Did you activate the plugin?
What version does it say it is?
9 hours ago I uploaded beta Version: 1.9.2
Same download URL:
http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip
It had a fix for changing settings on WPMU forced activation installs.
Make sure the plugin is newest version or it may contain wpmu related bugs.
Mike
Nevermind, I figured it out.
This is what I needed:
add_action('bp_login_bar_logged_out', array( &$si_image_captcha, 'si_captcha_login_form' ) );