-
Boone Gorges replied to the topic Profile buttons not working (fixed) in the forum How-to & Troubleshooting 7 years ago
Hello @louisarthur – When you say that they’re “not clickable”, what do you mean? Are they
disabled
– greyed out, and impossible to select? Or does it simply not do anything when you click them?You may have some JavaScript – perhaps in your theme – that is preventing the link clicks from working properly. Try disabling JS in your browser to see…[Read more]
-
Boone Gorges replied to the topic Profile Image Widget Question in the forum How-to & Troubleshooting 7 years ago
To turn the image into a link, you’ll want something like this:
<div class="bp-login-widget-user-avatar">
<a href="<?php echo esc_url( bp_loggedin_user_domain() ); ?>">
<?php bp_loggedin_user_avatar( "type=full&width=200&height=200" ); ?>
</a>
</div>If adding this link causes other content to get pushed down on the page, it’s likely…[Read more]
-
Boone Gorges replied to the topic Divide buddypress register form in multi steps fields in the forum Installing BuddyPress 7 years ago
Hi @redcompolitica – I’ve built multi-page registration processes for clients in the past, but unfortunately, it’s not very easy to do – BP’s registration system is not built in such a way as to make it easy.
If your main goal is to make registration less overwhelming, you might consider moving some or most of your registration fields out of the…[Read more]
-
Boone Gorges wrote a new post on the site BuddyPress.org 7 years ago
BuddyPress 2.9.2 is now available. This is a security and maintenance release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.
The 2.9.2 release addresses five security issues: […]
-
Boone Gorges updated the Version 2.9.2 page, on the BuddyPress Codex 7 years ago
Version 2.9.2 is a BuddyPress security and maintenance release.
For Version 2.9.2, the database version (bp_db_version in wp_options) was r11105, and the Trac revision was r11733.
Fixes:
Improved nonce […]
-
Boone Gorges wrote a new post on the site BuddyPress.org 7 years, 8 months ago
BuddyPress 2.8.2 is now available. This is a security release. We strongly encourage all BuddyPress sites to upgrade as soon as possible.
BuddyPress 2.8.1 and earlier versions were affected by the following […]
-
Boone Gorges updated the Version 2.0.6 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.0.6 is a BuddyPress security release.
For Version 2.0.6, the database version (bp_db_version in wp_options) was 8311, and the Trac revision was r11507.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.1.4 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.0.6 is a BuddyPress security release.
For Version 2.0.6, the database version (bp_db_version in wp_options) was 8311, and the Trac revision was r11506.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.2.6 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.2.6 is a BuddyPress security release.
For Version 2.2.6, the database version (bp_db_version in wp_options) was 9181, and the Trac revision was r11505.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.3.7 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.3.7 is a BuddyPress security release.
For Version 2.3.7, the database version (bp_db_version in wp_options) was 10071, and the Trac revision was r11504.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.4.5 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.4.5 is a BuddyPress security release.
For Version 2.4.5, the database version (bp_db_version in wp_options) was 10410, and the Trac revision was r11503.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.5.5 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.5.5 is a BuddyPress security release.
For Version 2.5.5, the database version (bp_db_version in wp_options) was 10803, and the Trac revision was r11502.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.6.4 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.6.4 is a BuddyPress security release.
For Version 2.6.4, the database version (bp_db_version in wp_options) was 10993, and the Trac revision was r11501.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.7.5 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.7.5 is a BuddyPress security release.
For Version 2.7.5, the database version (bp_db_version in wp_options) was 11272, and the Trac revision was r11500.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges updated the Version 2.8.2 page, on the BuddyPress Codex 7 years, 8 months ago
Version 2.8.2 is a BuddyPress security release.
For Version 2.8.2, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11510.
Fixes:
Improved nonce protection for some […]
-
Boone Gorges wrote a new post on the site BuddyPress.org 7 years, 9 months ago
BuddyPress 2.8.1 is now available. This maintenance release fixes four bugs, including two regressions in BuddyPress 2.8.0. See the Trac milestone or the official changelog for more details.
Version 2.8.1 is a […]
-
Boone Gorges updated the Version 2.8.1 page, on the BuddyPress Codex 7 years, 9 months ago
Version 2.8.1 is a BuddyPress maintenance release, released on February 22, 2017.
For Version 2.8.1, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11445. Read the full […]
-
Boone Gorges updated the BuddyPress commit access page, on the BuddyPress Codex 8 years ago
What is commit access?
The code that comprises BuddyPress is written by volunteers. Anyone who wants to suggest an improvement or a bugfix to the BP codebase is welcome to do so, by submitting their proposed […]
-
Boone Gorges replied to the topic Group Types option display in the forum Creating & Extending 8 years, 1 month ago
Hi @danbp – Sorry to hear that you’re having issues with the Group Type functionality. Your posts contain a couple different comments and questions, which I’ll try to address separately.
First: An orderby=group_type parameter sounds like an interesting enhancement idea. It’d possibly be even more interesting if we could “group” results by type,…[Read more]
-
Boone Gorges updated the BuddyPress 2.8 will require PHP 5.3+ page, on the BuddyPress Codex 8 years, 1 month ago
BuddyPress 2.8 will require PHP 5.3
Starting with version 2.8, the minimum version of PHP required to run BuddyPress will be 5.3.
Why the change?
PHP is the server-side programming language that powers […]
- Load More
@boonebgorges
Active 1 year, 3 months ago