Tagged: x
-
AuthorPosts
-
June 11, 2016 at 12:01 pm #1037452
When logged in, the post button is not showing up under the status update box on the BuddyPress Sitewide Activity Stream. Can you please assist?
June 11, 2016 at 12:36 pm #1037488I found this post https://community.theme.co/forums/topic/buddypress-in-integrity-is-not-allowing-me-to-post-to-activity-feed/ and the CSS provided worked for me.
That said, the sort box is not working correctly now. It’s not changing the results based on what’s selected. Can you please assist?
June 11, 2016 at 8:05 pm #1037783Hi there,
Thanks for posting in.
Would you mind providing your login credentials in the private reply. It redirects me to the login page.
Thanks!
June 13, 2016 at 9:31 am #1039653I don’t feel comfortable providing login credentials. I’ve had some bad experiences in the past doing that.
In the plugins section, I just deactivated and deleted the latest version of BuddyPress. I installed the supported version of BuddyPress 2.5.2
The sort box on the sitewide activity is still not working correctly. It’s not changing the results based on what’s selected. Can you please assist?
June 13, 2016 at 1:38 pm #1040095Hi there,
Is there a test user that you can provide so that we could login since clicking on the link https://www.goalsarecool.com/activity/ redirects us to the login page which prevents us from seeing anything related to the issue. Providing us with the logins would also help us to see what is causing the issue as this might be specific to your setup. You could create a test admin user temporarily while we are looking into this issue and delete it once we get things sorted. Thank you.
June 13, 2016 at 1:53 pm #1040120This reply has been marked as private.June 14, 2016 at 2:15 am #1040922Hi There,
Thank you for the credentials.
I did check, unfortunately, I can’t find any errors that might cause this.
It is working here:http://theme.co/x/demo/integrity/1/activity/ using the same plugin version. So there might be something from your settings that is preventing the filter from working. The best option to check where the issue might come from is by removing added codes. You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.Hope this helps.
June 15, 2016 at 2:01 pm #1043783I removed the plugin and it’s still not working. Can you please help me understand why the Sort function and the RSS feed is not working on the activity page here: https://www.goalsarecool.com/activity/
Thanks in advance!
BlakeJune 15, 2016 at 2:35 pm #1043841When I visit http://theme.co/x/demo/integrity/1/activity/ the dropdown displays the following:
Show: Everything
Show: Updates
Show: New Groups
Show: Group Memberships
Show: Friendships
Show: New Members
Show: Topics
Show: RepliesMy activity page displays the following:
Everything
Updates
New Groups
Group Memberships
Friendships
New Members
Topics
RepliesThe word show is missing. However, the word show appears on my individual member profile activity feed here: https://www.goalsarecool.com/members/goalsarecool/
Is this causing the problem? How do I fix it?
June 15, 2016 at 8:15 pm #1044328Hi there,
It should have no negative effect, and Show: is actually added, like from this code
if ( ! function_exists( 'x_buddypress_core_get_js_strings' ) ) : function x_buddypress_core_get_js_strings() { $buddypress_params = apply_filters( 'bp_core_get_js_strings', array( 'accepted' => __( 'Accepted', '__x__' ), 'close' => __( 'Close', '__x__' ), 'comments' => __( 'comments', '__x__' ), 'leave_group_confirm' => __( 'Are you sure you want to leave this group?', '__x__' ), 'mark_as_fav' => __( 'Favorite', '__x__' ), 'my_favs' => __( 'My Favorites', '__x__' ), 'rejected' => __( 'Rejected', '__x__' ), 'remove_fav' => __( 'Remove Favorite', '__x__' ), 'show_all' => __( 'Show all', '__x__' ), 'show_all_comments' => __( 'Show all comments for this thread', '__x__' ), 'show_x_comments' => __( 'Show all %d comments', '__x__' ), 'unsaved_changes' => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', '__x__' ), 'view' => __( 'View', '__x__' ), 'x_show' => __( 'Show: ', '__x__' ), ) ); return $buddypress_params; } endif;
It should display there, unless, you have customization or translation that removes Show: . Would you still like to add Show: ? If yes, then please provide your FTP login credentials as well.
Thanks!
June 15, 2016 at 8:22 pm #1044330I don’t understand what I need to do with the code above. Also, my individual activity feed sort is controlling the sitewide activity feed sort.
I don’t feel comfortable providing admin access as I’ve had really bad experiences in the past.
Thanks in advance for understanding.
Blake
June 16, 2016 at 1:06 am #1044625Hi there,
I just explained where Show: is being declared through that code, hence, it should also display on your end. But, it can be affected by translation and customization.
Unfortunately, I can’t provide any recommendation as I’m not really sure what causing this on your end. I can only gather information by directly checking it.
Thanks!
June 16, 2016 at 7:23 am #1045068Do you know why my individual activity feed sort is controlling what get’s displayed on the sitewide activity feed?
June 16, 2016 at 9:37 am #1045264This reply has been marked as private.June 16, 2016 at 4:08 pm #1045894Hi there,
1. I can’t verify it through admin. But I can confirm it’s not working, maybe there is a customization or similar that disable it. I compared it to my installation and mine is perfectly working. I need FTP login credentials to fully trace what causing this on your site.
2. It’s intentional, sorting is saved through browser cookies, and it’s applied for that session even if the browser is reloaded or the user navigate away. It’s to retain the sorting so users won’t need to re-apply.
Thanks!
-
AuthorPosts