-
Anton replied to the question Wall does noty see activity from bbpress shortcodes in the forum BuddyBoss Wall 9 years, 1 month ago
Hi @vapvarun, You can close this topic. I traced the problem to the Relevanssi Search Plugin — not your fault. Activity does get reported from the shortcode.
-
Anton replied to the question Backslashes get lost in activity wall in the forum BuddyBoss Wall 9 years, 1 month ago
Hi @vapvarun, OK ignore above, I managed to solve it, found the solutions bbpress/includes/extend/activity.php
I need to:
add_filter('bbp_activity_topic_create_excerpt','my_own_text_filter')
add_filter('bbp_activity_reply_create_excerpt','my_own_text_filter') -
Anton replied to the question Backslashes get lost in activity wall in the forum BuddyBoss Wall 9 years, 1 month ago
Hi @vapvarun, thanks for that, however I do not want to change the way bbpress works, Your suggestion is changing the bbpress filters.
I need to add something between bbpress and buddypress. That is, buddypress reads the bbpress entry, then I want to filter, and after that buddypress stores the text in the database wp_bp_activity
-
Anton replied to the question Backslashes get lost in activity wall in the forum BuddyBoss Wall 9 years, 1 month ago
Hi @vapvarum, thanks for that, however I do not want to change the way bbpress works, Your suggestion is changing the bbpress filters.
I need to add something between bbpress and buddypress. That is, buddypress reads the bbpress entry, then I want to filter, and after that buddypress stores the text in the database wp_bp_activity
-
Anton started the question Wall does noty see activity from bbpress shortcodes in the forum BuddyBoss Wall 9 years, 1 month ago
Hi Guys, I think this is more a bbpress problem than a buddyboss problem, however you may now a solution or know best how to report this to bbpress developers.
Any activity on a forum topic that is displayed and updated via bbpress shortcode does not get reported on the buddypress wall.
A solution to this would be welcomed
-
Anton replied to the question Backslashes get lost in activity wall in the forum BuddyBoss Wall 9 years, 2 months ago
Hi @vapvarun, my software skills are somewhat limited. Can you point me in the right direction and give me the filter name marked as ???????????
function my_correction_function(){ ... }
add_filter("???????????", "my_correction_function")
what I want to achieve, is that before the wall is displayed, my_correction_function() is run.
-
Anton replied to the question Backslashes get lost in activity wall in the forum BuddyBoss Wall 9 years, 2 months ago
Sorry guys, this is not a BuddyBoss problem but a BuddyPress Activity Stream problem.
-
Anton started the question Backslashes get lost in activity wall in the forum BuddyBoss Wall 9 years, 2 months ago
Hi in the bbpress forum I wrote following text:
a new bbPress test $a=bcosalpha$
but this gets displayed on the wall as
a new bbPress test $a=bcosalpha$
However when I post the same on the wall then it is displayed properly.
Looking into the the databases it becomes clear why
Text from bbPress is stored in wp_bp_activity as
a new bbPress test…
[Read more]