- This topic has 6 replies, 2 contibutors, and was last updated 9 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Question
Answers
Viewing 7 posts - 1 through 7 (of 7 total)
- The question ‘remove posted an update’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › remove posted an update
Hi all, In wall and sitewide-activity, how do I remove “posted an update” but keep username and the timestamp without using any translation files? Thanks
Hi @surfbuddy
you can copy /boss/buddypress/activity/post-form.php to child theme and edit it
It have the string “Post Update”
Regards
Varun Dubey
you can also check for message updates
buddyboss-wall/incldues/wall-hooks.php
It have function which triggers the action to post the activity
Regards
Varun Dubey
Thanks. In wall-hooks.php, I changed line 236 to this. Any ideas why its still printing ‘posted an update’ on new posts? Are .po files overriding this?
$new_action = sprintf( __( "%s", 'buddyboss-wall' ), '%INITIATOR%' );
bump
Please disregard. I had to go through bp files at buddypress/bp-activity/bp-activity-functions.php line 1326. Thanks
I will close this topic.
Regards