-
Michael Bryner replied to the topic No Profile Tabs in the forum How-to & Troubleshooting 10 years, 6 months ago
Is that tagdiv? There is two different Newsmag themes. I am using tagdiv.
-
Michael Bryner replied to the topic No Profile Tabs in the forum How-to & Troubleshooting 10 years, 6 months ago
It only shows avatar and cover photo space with no tabs and activity on profile page only. Groups is just about the same. No original tabs just home, forum, members. send invites, manage tabs. As long as this plugin has been out since 2008 its still does not work with all themes? I am so tempted to just give up on it. It looks outdated still and…[Read more]
-
Michael Bryner replied to the topic No Profile Tabs in the forum How-to & Troubleshooting 10 years, 6 months ago
Newsmag one of the most popular themes and it never did that before v2.4. Of course v2.3.5 did not have cover photos either. Even lost tabs on Groups too. I am keeping it disabled.
-
Michael Bryner replied to the topic No Profile Tabs in the forum How-to & Troubleshooting 10 years, 6 months ago
I fixed it. It was the cover photos and I lost the tabs but as soon as I unchecked the cover photos for both members and groups the tabs are there. I don’t what you guys did but I am never going to enable that cover photo feature until it is fixed.
-
Michael Bryner replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 10 years, 6 months ago
Uninstalling BuddyPress and reinstalling did nothing at all. Data repair did nothing. I disabled cover photos and it works fine. It is the cover photos enabled and I lose the whole tabs in profile.
-
Michael Bryner replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 10 years, 6 months ago
Congrats, but I lost all profile tabs. None no matter what I do and I can’t go back to v2.3.5.
-
Michael Bryner replied to the topic No Profile Tabs in the forum How-to & Troubleshooting 10 years, 6 months ago
Just shows activity instead of profile.
-
Michael Bryner started the topic No Profile Tabs in the forum How-to & Troubleshooting 10 years, 6 months ago
As soon as you click username and goes to profile all tabs are gone and were there before the update to 2.4. No way to check anything because tabs are all gone now.
-
@mercime replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 10 years, 6 months ago
Congratulations @imath 😀
-
Hugo Ashmore replied to the topic BuddyPress 2.4.0 – Pietro in the forum Miscellaneous 10 years, 6 months ago
A Great job well done Imath!
This is an announcement post please report any issues in the forums.
-
Diana K. Cury wrote a new post on the site BuddyPress Brasil 10 years, 6 months ago
BuddyPress 2.4.0 – “Pietro”
O BuddyPress 2.4.0 “Pietro” está entregue! Vamos ver o que há de novo nesse lançamento: Araste e solte a imagem de cabeçalho […] -
Diana K. Cury wrote a new post on the site BuddyPress Brasil 10 years, 6 months ago
BuddyPress 2.3.5O BuddyPress 2.3.5 está disponível. Este é um lançamento de segurança para todas as versões anteriores. É recomendado que todas as instala […]
-
Paul Wong-Gibbs replied to the topic HTML or WYSIWYG in text profile fields? in the forum How-to & Troubleshooting 10 years, 6 months ago
BuddyPress 2.4 — probably due out this week — changes multi-line text area fields to use TinyMCE, like the WordPress post editor.
-
Boone Gorges wrote a new post on the site BuddyPress.org 10 years, 6 months ago
BuddyPress 2.3.5 is now available.
This is a security release for all previous versions. All BuddyPress installations are strongly encouraged to upgrade immediately.
BuddyPress versions 2.3.4 and earlier are […]
-
Boone Gorges updated the Version 2.3.5 page, on the BuddyPress Codex 10 years, 6 months ago
Version 2.3.5 is a BuddyPress security release.
For Version 2.3.5, the database version (_bp_db_version in wp_options) was 10071, and the Trac revision was 10331. Read the full ticket log here.
Fixes
* […]
-
Crevalor's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic BuddyPress Site wide activity in the forum How-to & Troubleshooting 10 years, 6 months ago
Check out
bp_parse_args(). It’s super powerful when it comes to filtering the activity stream. -
Stacy (non coder) replied to the topic REGISTER PAGE, ACTIVATE PAGE, BOTH INVISIBLE in the forum Installing BuddyPress 10 years, 6 months ago
There is no “membership” option in general on my main site.
-
Stacy (non coder) replied to the topic REGISTER PAGE, ACTIVATE PAGE, BOTH INVISIBLE in the forum Installing BuddyPress 10 years, 6 months ago
I’ve setup the bp register and activate pg and selected “allow users to
register” in my network settings. Register goes the the login page and clocking the register link on there goes to page not found.Are there shortcodes available?
-
Boone Gorges replied to the topic Filtering Activity Loop in the forum Creating & Extending 10 years, 6 months ago
The hook that is the closest to the metal, so to speak, is
bp_activity_after_save. So your callback would be something like:
add_action('bp_activity_after_save', 'where_activity_from', 10, 3);
function where_activity_from( $activity ) {
bp_activity_add_meta( $activity->id, '_source_blog', get_current_blog_id() );
}
This ought to cover any…[Read more]
- Load More