-
Nahum replied to the topic Nouveau Profile User Names Missing if Activity Component Turned Off in the forum How-to & Troubleshooting 6 years ago
That was it, I guess the_title is the display name now for the profile and this other displayed_user_mentionname is I guess another displayed name on the same page. But where the mentionname is, is where ideally a profile name should always be I thought. If you turn off activity, the displayed_user_mentionname – does – disappear. I had removed…[Read more]
-
Nahum replied to the topic Nouveau Profile User Names Missing if Activity Component Turned Off in the forum How-to & Troubleshooting 6 years ago
@prashantvatsh thanks for the reply.
Is this area where the username is supposed to appear?
OR does nouveau rely on the page title for the username?
And this bp_displayed_user_mentionname() is meant to only do mention replies?
-
Nahum started the topic Nouveau Profile User Names Missing if Activity Component Turned Off in the forum How-to & Troubleshooting 6 years ago
buddypressmemberssinglecover-image-header.php
buddypressmemberssinglemember-header.php‘<?php if ( bp_is_active( ‘activity’ ) && bp_activity_do_mentions() ) : ?>
<h2 class=”user-nicename”>@<?php bp_displayed_user_mentionname(); ?></h2>
<?php endif; ?>’Are profiles meant to do this? Can’t have profile usernames in the profile header without…[Read more]
-
Nahum replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 5 months ago
@djpaul thanks for the feedback. I’d say then that having a dropdown template pack option in the options page gives the impression that we can switch between the 2 as long as a theme supports both. In fact if I start working with BP + Twenty Seventeen or underscores, I need to stick with whichever pack i choose from the beginning if I make…[Read more]
-
Nahum replied to the topic bp-nouveau vs bp-legacy in the forum How-to & Troubleshooting 6 years, 5 months ago
@djpaul but lets say we want the THEME to remain compatible with both? would it be possible to switch between the 2 template packs for a theme having a the override/buddypress folder in order to modify bp templates and still have the theme stay compatible with both packs and my modifications in each?
I can look for custom functions for each pack…[Read more]
-
Nahum's profile was updated 7 years, 6 months ago
-
Nahum replied to the topic Slider in Activity Content Body in the forum Creating & Extending 7 years, 6 months ago
i went ahead and just put the flexslider script in the entry.php for post formats = gallery.
-
Nahum started the topic Slider in Activity Content Body in the forum Creating & Extending 7 years, 6 months ago
I put a flexslider in the activity content body for posts with galleries. It ‘works’. but only on the first ac page of the activity stream. gallery post activities on the next loaded activity pages do not load the slider fully. anyone worked on anything similar in order to get sliders to work on every activity with a slider?
-
Nahum replied to the topic Blog & Forum Comments without Replying or Syncing in the forum Creating & Extending 7 years, 6 months ago
got it. have to get the original activity type then post id via the parent activity. that will allow me to continue formatting the CPT activity_comments and then I’ll remove the ability to comment inline. found it in
bp-blogs-activity.php
. -
Nahum replied to the topic Blog & Forum Comments without Replying or Syncing in the forum Creating & Extending 7 years, 6 months ago
…or might there be a way to target blog/forum comments after enabling blog/forum comment sync? once the blog comment activity becomes an activity_comment…I lose the ability to format the content on different CPT new_cpt_comments.
-
Nahum replied to the topic Adding pagination to buddypress tab content in the forum How-to & Troubleshooting 7 years, 6 months 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 7 years, 6 months 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”).
-
Nahum started the topic Blog & Forum Comments without Replying or Syncing in the forum Creating & Extending 7 years, 6 months 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 7 years, 6 months 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]
-
Nahum started the topic First Activity is Always the Activity Type Permalink in the forum How-to & Troubleshooting 7 years, 6 months 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 7 years, 6 months 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] -
Nahum replied to the topic Custom Post Type Tracking in the forum How-to & Troubleshooting 7 years, 6 months 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 7 years, 6 months 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] -
Nahum replied to the topic Removing Actions from Activity Stream with Filtering Options? in the forum How-to & Troubleshooting 7 years, 7 months ago
looking for this too.
-
Nahum started the topic Buddypress Mainsite, BBPress WPMU Subdirectory, No Profile Tab for Forums in the forum How-to & Troubleshooting 9 years, 5 months ago
After a few issues with having BP and BBP installed on the mainsite of a WPMU install…I am trying BBP on its own Subdir. But BP now doesn’t recognize BBP for the BP profile menu and single template. Activities from the subdir BBP work fine but the profile template isn’t working.
I have the BBP plugin activated only on the subdir.
Is there a…[Read more]
- Load More
@nahummadrid
Active 2 years, 4 months ago