Forum Replies Created
-
Author
-
IDBashParticipant
[attachment file=118936]
That is the plugin that is breaking the titles.
Attachments:
You must be logged in to view attached files.IDBashParticipantI isolated the issue to rtmedia… When you enable the bbpress component, it breaks the titles.
IDBashParticipantIf I switch to default, the problem goes away. I have also tried switching to Kleo main, and the problem persists.
IDBashParticipantIf I switch themes, it corrects. I have also disabled all plugins except the core ones, and it still persists.
October 19, 2015 at 22:29 in reply to: Make Activity Stream show public and private by default #83276IDBashParticipantJust to clarify since Kleo pulls the data in from other places and uses that data as is, using the standard method will break Kleo because the other datasets use the same activity loop as the primary.
October 19, 2015 at 22:26 in reply to: Make Activity Stream show public and private by default #83275IDBashParticipantI just followed the slugs and realized you are not generating your own lists, you are pulling the premade ones on our profiles! Clever! So now I just need to add the groups data to the regular.
https://codex.buddypress.org/developer/function-examples/bp_activity_add/
This is the way of crafting a custom set of data which Kleo does not use. So I now get to figure out how to do that without breaking Kleo. I will post here if I have any updates to it, and I would suggest you add it to the Kleo since the current setup is extremely nonintuitive where the rest of Kleo is highly intuitive.
October 19, 2015 at 21:52 in reply to: Make Activity Stream show public and private by default #83242IDBashParticipantI have located the filter mechanism, and it is outside the Activity-loop.php all together. It seems the object generation strings are in the index.php of the activity page, but I am still having trouble figuring out how it is designed. Below is the chunk of code that generates the activity data that is polled during the activity loop. All I want to do is make the
bp_activity_directory_permalink()
output all data accessible to the user.October 19, 2015 at 21:09 in reply to: Make Activity Stream show public and private by default #83235IDBashParticipantThe problem I am having is that the kleo activity stream has been completely customized to allow for the endless scrolling. I am as a result having trouble identifying the variables used to select the appropriate filters so I can modify them.
-
AuthorPosts