-
Author
Tagged: buddypress, activity stream, activity plus
-
February 2, 2015 at 07:10 #44321Rincon805Participant
Check out the site: col.thelaw.agency
On the homepage (that page) there’s the “activity page” module running. Please note that it does NOT call the Activity Plus uploadable icons in the “what’s new” section.
Now check out one of the Group pages: http://col.thelaw.agency/groups/l-group/
You’ll note that this page DOES have the Activity Plus icons.
My question is – how do I modify the activity page module to pull whatever is being pulled by the Groups Activity pages?
Does that make sense? I know that kleo isn’t responsible for 3rd party plugins, but I was hoping that since the activity page module somehow pulled in the activity stream, it wouldn’t be too much of a stretch to ask why it wasn’t pulling in whatever hook adds the Activity Plus functionality.
I’ve attached two screenshots here.
A big thanks in advance.
Attachments:
You must be logged in to view attached files.February 2, 2015 at 20:44 #44417AndreiModeratorHello,
Probably this is not an issue from our side, i think that because the activity plus plugin might hook only into the activity page and not also into the groups activity.
You should contact the plugin developer for a more accurate information.Please let me know if I can help you with anything else.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2015 at 05:28 #44490Rincon805ParticipantHi Andrei,
Thanks for the assistance. I thought the same thing, but if you’ll notice, the activity plus is hooked onto the Group Page AND the Activity page (http://col.thelaw.agency/activity/), but not the homepage with the “activity page” module. For some reason the module isn’t pulling the default “activity” is my guess. Maybe I’m wrong, though.
Thanks again,
February 3, 2015 at 06:06 #44493sharmstrModeratorI think you have that a bit backwards. Plugins “inject” into the activity page (the form in this case). They do so by either filters or actions.
Kleo has a customized version of the form in order to style it. Its located in /kelo/activity/post-form.php. To test to see if the shortcode drops or fails to load things that the normal groups or activity page does, I edited that form to print out “hello world”. Editing that one file displayed “Hello World” in all three activity locations. In other words, the shortcode doesnt do its own processing of the activity form and/or feed.
Ask the developers of the plugin how they inject their buttons. They may specifically look for the standard BP slugs.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 4, 2015 at 04:05 #44654Rincon805Participant+1 sharmstr. Thanks again. I’ve asked and am awaiting a reply. I appreciate the head’s up.
February 4, 2015 at 05:17 #44656sharmstrModeratorOnce you have that info, come back and I’ll see if I can sort it for you.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
February 8, 2015 at 19:55 #45174Rincon805ParticipantWell, I never heard back from them, but did some digging on their support forum found that if you go to this file:
buddyPress-activity-plus/lib/class_bpfb_binder.php
and on line 340, edit this: if (
to this:
if (
true
||things work the way they should. Thanks again for the assist, sharmstr!
February 8, 2015 at 21:36 #45182sharmstrModeratorNo problem. Thanks for reporting back.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.