Posted by Shane on November 6, 2009 5:16 pm
Hi,
Adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, login, or all. In order to post comments or regiser, users will have to type in the phrase shown on the image. This prevents spam from automated bots. Adds security. Works great with Akismet. Also is fully WPMU and BuddyPress compatible.
Features:
* Configure from Admin panel
* JavaScript is not required
* Valid HTML
* Section 508 and WAI Accessibility Validation.
* Allows Trackbacks and Pingbacks
* Setting to hide the CAPTCHA from logged in users and or admins
* Setting to show the CAPTCHA on the comment form, registration form, login, or all.
* I18n language translation support (see FAQ)
Captcha Image Support:
* Open-source free PHP CAPTCHA library by www.phpcaptcha.org is included
* Abstract background with multi colored, angled, and transparent text
* Arched lines through text
* Generates audible CAPTCHA files in WAV format
* Refresh button to reload captcha if you cannot read it
Requirements/Restrictions:
* Works with Wordpress 2.6+, WPMU, and BuddyPress
* PHP 4.0.6 or above with GD2 library support.
* Your theme must have a ID); ?> tag inside your comments.php form. Most themes do. The best place to locate the tag is before the comment textarea, you may want to move it if it is below the comment textarea.
Requires WordPress Version: 2.6 or higher
More Details and Download
Thanks,
Shane G.
Popularity: 1%
Filed under
Captcha Related Plugins,
Form Related Plugins | Tags:
Akismet,
anti-spam,
buddypress,
captcha,
comment,
comments,
login,
multilingual,
Security,
spam,
wordpressmu,
wpmu
Posted by Shane on September 28, 2009 11:35 pm
Buddypress Tags: bp_get_nav()
This tag uses the $bp->bp_nav global to fetch the navigation within a BuddyPress installation.
Each component adds to this navigation array within its own [component_name]_setup_nav() function.
This navigation array is the top level navigation, so it contains items such as:
[Blog, Profile, Messages, Groups, Friends].
The function will also analyze the current component the user is in, to determine whether
or not to highlight a particular navigation item.
Popularity: 1%
Posted by Shane on September 16, 2009 12:02 am
BuddyPress 1.1 is now available for beta testing. This version is intended for testing only, you should not try running it on production sites. You can download the beta via this zip file, or via subversion.
If you download the zip version you will need to download bbPress 1.0 separately. Please extract bbPress into the folder “bp-forums/bbpress” inside of the BuddyPress plugin directory.
As always, please report bugs on our trac site with the milestone “1.1″. You can also view all outstanding bugs for this version. Patches for any of those bugs are very welcome. Please use your BuddyPress.org username and password to log into the trac site.
Update: Please make sure you read the installation instructions as there are changes from previous versions.
Popularity: 1%
Posted by Shane on March 5, 2009 11:19 pm
How to Install Buddypress in your wordpress MU?
Buddypress is a great tool for creating a social network site into your wordpress MU installation. As we know, wordpress MU is already a great of this kind. But buddypress adds some more spice and some more useful tools for you and your users.
I have just installed this feature in my MU blog(I wont tell you the address of that
), and I am learning the same. I will keep you posted in various features of this. But for starting, lets have look at the installation steps:
Installing BuddyPress from the combo download is a simple process.
1. Make sure you have WordPress MU set up and working correctly.
2. Download the combo archive of buddy press and extract it to your server.
3. Move contents of the extracted folder into “wp-content/mu-plugins”. All files should be in the root of “mu-plugins” not in a sub folder. For example, “mu-plugins/bp-core.php” NOT “mu-plugins/buddypress/bp-core.php”.
4. Move the themes to the correct locations. In the folder “mu-plugins/buddypress-theme” you will find two folders “buddypress-home” and “member-themes”. Move the “buddypress-home” folder to “wp-content/themes/” and move the “member-themes” folder to “wp-content”.
You should now have the following folder locations “wp-content/themes/buddypress-home” and “wp-content/member-themes/buddypress-member”.
5. Check the permissions on all the files you have just uploaded. They should be 755.
6. Enable the home theme for use by logging in as the WordPress MU site administrator and heading to “Site Admin > Themes” in the wp-admin area. Activate the theme “BuddyPress Home” theme via the Design or Appearance Menu.
7. Go to: “Site Admin > Profiles” in the wp-admin area.
Here you can set up profile groups and fields for users to fill in. Any fields you add
to the “Basic” group will appear on the signup form along with an avatar upload option.
8. If this is a brand new WPMU install you will need to enable registrations. Head to: “Site Admin > Options”. Check the “Enabled” radio button under “Allow new registrations” and hit the update options button. You can enable/disable blog registrations if you wish.
9. You are all set. You can customize some BuddyPress options in the “Site Admin > BuddyPress” menu item in the wp-admin area.
Ryan S.
Popularity: 7%