-
Nahum replied to the topic Adding pagination to buddypress tab content in the forum How-to & Troubleshooting 9 years ago
https://codex.wordpress.org/Pagination Look over here
-
Nahum replied to the topic Questions about a new community project in the forum How-to & Troubleshooting 9 years ago
Plus this https://wordpress.org/plugins/buddypress-simple-events/ maybe? In the pro version, users can mark if they will attend(“register on it”).
-
Henry Wright replied to the topic Questions about a new community project in the forum How-to & Troubleshooting 9 years ago
1- need to create a website where users login
BuddyPress can do this but the rest of your requirements will either need to be custom coded or you’ll need to find a plugin because BuddyPress doesn’t have that functionality out-of-the-box.
-
Stacy (non coder) started the topic Import from other social media in the forum Requests & Feedback 9 years ago
Hi. Does some plugins exist for users to import or sync their other social profile content and activity like Facebook post, comments, likes? Would be cool if they could select which new groups to share their old group activity to.
-
Nahum started the topic Blog & Forum Comments without Replying or Syncing in the forum Creating & Extending 9 years ago
If I would like to only show the comments section under each blog post activity without the syncing and inline commenting where would I look to show these without turning on blog/forum setting. I will just be adding a view post/comment buttons to the activity meta instead.
I tried the normal syncing setting but then noticed the activities turned…[Read more]
-
Nahum replied to the topic Creating a Custom Component Without Plugin in the forum How-to & Troubleshooting 9 years ago
@shanebp thanks for the reply
I was looking at the BP component references, even on your event simple plugin to get an idea…
If what I would like to do is just assign all my CPT comments tracking under a united CPT comments component or post component with all the different cpt post actions in one stream, I would need to create a different…[Read more]
-
Peter Hardy-vanDoorn replied to the topic how to change the count display to the left? in the forum How-to & Troubleshooting 9 years ago
Add this to your CSS:
#buddypress div.item-list-tabs ul li a span { float: left; } -
Peter Hardy-vanDoorn replied to the topic Hook to add group member in the forum How-to & Troubleshooting 9 years ago
groups_accept_invite( $user_id, $group_slug ); -
nathanialc's profile was updated 9 years ago
-
Nahum started the topic First Activity is Always the Activity Type Permalink in the forum How-to & Troubleshooting 9 years ago
I’ve been having an issue with my activity feed where the first activity’s time since permalink comes back as site.com/activity/p/321 even when it is a blog post activity or custom post type activity. As soon as it becomes the second item in the loop, it goes back to normal permalink where it comes back as the site.com/?p=123 or…[Read more]
-
Nahum started the topic Creating a Custom Component Without Plugin in the forum How-to & Troubleshooting 9 years ago
Is there a way to set up a component without going having to do a bp plugin – to unite my different custom post type activities and comments that were already set up through CPT registration and post/comment tracking?
In order to filter activity like this;
$args['object'] = array('blogs','my-video-cpt-stuffs',…[Read more] -
@mercime started the topic Total Wellness Challenge: Fitness with BuddyPress in the forum Showcase 9 years ago
Tara Claeys of Design TLC, LLC kicks off our new series of BuddyPress case studies from Developers and Site Builders. Read all about it: Total Wellness Challenge: Fitness with BuddyPress
-
@mercime wrote a new post on the site BuddyPress.org 9 years ago
This a guest post by Tara Claeys (taraclaeys) of Design TLC, LLC. When she’s not working, Tara enjoys cycling, running, watching movies and spending time with friends and family.
Peer reviewed by […]
-
Lisa Hamrick's profile was updated 9 years ago
-
jslathetools's profile was updated 9 years ago
-
Nahum replied to the topic Custom Post Type Tracking in the forum How-to & Troubleshooting 9 years ago
well I was trying post the my code, but I think I spammed myself after trying to edit the reply to this …
CPT (and custom title thing)add_action('init', 'video_register_my_cpt');[Read more]
function video_register_my_cpt() {
register_post_type('video', array(
'label' => 'Videos',
'description' => 'Latest Videos',
'public' => true,
'show_ui' =>… -
Nahum started the topic Custom Post Type Tracking in the forum How-to & Troubleshooting 9 years ago
After reading this up and down https://codex.buddypress.org/plugindev/post-types-activities/ and trying to find different ways of doing the same kinds of registering of custom post type post and comment tracking…I could never get it working 100%.
Either the custom post / custom post comment filters disappear when I add
//add_filter(…[Read more] -
Henry Wright replied to the topic Where to put custom CSS for BP Child theme in the forum How-to & Troubleshooting 9 years ago
In your child theme, you’ll have a style.css file. If you don’t then you can create one so your folder structure will look like this:
wp-content/themes/your-child-theme/style.css
-
Codey Stein's profile was updated 9 years ago
-
Henry Wright replied to the topic Solved – Customize the login page of wordpress in the forum Installing BuddyPress 9 years ago
The Customizing Labels, Messages, and URLs article should help.
- Load More