-
kariellen35 replied to the topic Primary extended user profile not editable in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi!
Did you ever get an answer to this question? I am having the same issue. Thanks!
Take care,
Kari -
Hugo Ashmore updated the Releases page, on the BuddyPress Codex 8 years, 9 months ago
The following are the various versions of BuddyPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version.
N.B from version 1.5 […] -
Shmoo replied to the topic buddypress login widget not working with username in the forum How-to & Troubleshooting 8 years, 9 months ago
Did you maybe change your username after registration?
-
Henry Wright replied to the topic Issue With YITH Frontend Manager Plugin in the forum Third Party Plugins 8 years, 9 months ago
the probleme disappears only when i deactivate YITH Frontend Manager for WooCommerce Premium
We’ve found the culprit 🙂
-
Shmoo replied to the topic Get activity item title – best option in the forum Installing BuddyPress 8 years, 9 months ago
Thanks,
I’ve been testing the
get_post()option and the overal number of queries stay the same in the debug bar. -
Eric Thomas Weber replied to the topic Blank Page for all BuddyPress pages, except one template – Problem! in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi! I did follow the documentation. You’re right that those two pages work. Both of those pages use a certain template within the theme. That template uses a full-width page, without the sidebar and search bar that are on other pages. I’ve a few things to see what can remedy the matter:
1) Yes, I switched to a different template to test, and yes,…[Read more]
-
Henry Wright replied to the topic Get activity item title – best option in the forum Installing BuddyPress 8 years, 9 months ago
I just don’t know what impact this will have on overal performance when I go wish in other tables for content.
It depends. WordPress and BuddyPress do a great job when it comes to optimising queries but there are things that will cause a big site to simply fall over (the meta_value column isn’t indexed for example so meta querying could be problematic).
-
Shmoo replied to the topic Get activity item title – best option in the forum Installing BuddyPress 8 years, 9 months ago
True, but because the content I’m after is all glued together as one solid string inside the action column I have to fish in other database tables to get the content relative to the item. Nothing is saved separately in the wp_bp_activity table.
But the Primary or Secondary item ID of an activity item always matches the ID in the wp_post table…[Read more]
-
Henry Wright replied to the topic Get activity item title – best option in the forum Installing BuddyPress 8 years, 9 months ago
get_post()will get a WordPress post from the wp_posts table. This is different to a BuddyPress activity item which is stored in the wp_bp_activity table. -
Eric Thomas Weber started the topic Blank Page for all BuddyPress pages, except one template – Problem! in the forum How-to & Troubleshooting 8 years, 9 months ago
Hi,
I’m using the Get Noticed Theme! which I love. I’ve just discovered buddypress and it looks awesome, but I’m struggling to get it to work. I only get blank pages for all the BuddyPress stuff. I’ve discovered that if I make the parent pages (Chapters, for me, rather than “Groups”) the “Media Kit” template in my theme, it’ll show the content of…[Read more]
-
Shmoo started the topic Get activity item title – best option in the forum Installing BuddyPress 8 years, 9 months ago
What is the best option to get the title of an activity item?
I made this.
<?php
$activity_item_title = get_post( bp_get_activity_secondary_item_id() );
$activity_item_title = $activity_item_title->post_title;
?>
...
<?php echo $activity_item_title; ?>
...
Or should I get the action column in the wp_bp_activity database table. This is a…[Read more]
-
Jasa Seo – Cyaseo.net's profile was updated 8 years, 9 months ago
-
Henry Wright replied to the topic Help with this code in the forum How-to & Troubleshooting 8 years, 9 months ago
is_user_logged_in()is a WordPress function. It’ll returntrueif the user is authenticated andfalseif not.bp_loggedin_user_id()will return the ID of the BuddyPress member currently logged in.The two functions are different.
-
Shmoo started the topic Idea: bp_activity_action as post formats example in the forum Ideas 8 years, 9 months ago
Wouldn’t it be more WordPress hierarchy -like if we did something like this to the activity items?
Maybe instead of the solo entry.php template.
bp_get_template_part( 'activity/types/content', bp_get_activity_type() );
The bp_activity_action() function is probably the most disliked function/action in BuddyPress for myself. This really annoys…[Read more]
-
Henry Wright replied to the topic Remove Base in the forum Installing BuddyPress 8 years, 9 months ago
@thomaslpu The image you posted seems to be broken.
-
Kenyamanan Bermain Judi Poker Online's profile was updated 8 years, 9 months ago
-
Shmoo replied to the topic Help with this code in the forum How-to & Troubleshooting 8 years, 9 months ago
Wrap the message button between this code.
<?php if ( is_user_logged_in() ) {// your code here
}
?> -
Aslan Guseinov replied to the topic Remove Base in the forum Installing BuddyPress 8 years, 9 months ago
Hi, you can rename it.
Go to Users=>Profile Fields=>Edit Group. -
Shmoo started the topic jQuery-cookie upgrade to js-cookie in the forum Ideas 8 years, 9 months ago
As mentioned on the GitHub page, jQuery Cookie isn’t longer maintained. Shouldn’t BuddyPress upgrade to JS Cookie because of this?
-
Stacy (non coder) started the topic I want to show different group widgets related to post content in the forum Installing BuddyPress 8 years, 9 months ago
Like ads that show based on keywords, I’d show related groups or group posts in the sidebar of a regular post.
Are group posts recognized as a cpt? Maybe I can accomplish this that way.
- Load More