BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › How change tab label "New Feed"?
Tagged: customization, language, tab lable, translation, wall
- This topic has 36 replies, 5 contibutors, and was last updated 9 years, 11 months ago by Milena.
Question
October 27, 2014 at 11:54 am #32978@milenaHi @tjchester, sorry, it is almost good. now it displays no name/link to profile.
Answers
October 29, 2014 at 2:13 am #33056@milenaHi @tjchester , any news on that wall-hooks code ?
And also on where to save the files in the child theme ( directory path)?
I found this answer you gave somebody about the buddypress activity files
@gwonbb sorry, I thought this was more common knowledge. Place the copied activity-loop in your child theme to [child theme]/buddypress/activity/
I am trying to understand the logic and can’t – this is not the same directory as the root – buddypress/bp-themes/bp-default/activity/activity-loop.php
What is the general rule here? Maybe a tutorial on this would be a good idea.
ThanksOctober 29, 2014 at 1:28 pm #33075@alyssa-buddyboss
AlyssaParticipant@milena BuddyPress is the only exception to the rule because you are working on the base plugin. All other plugins follow the standard.
October 29, 2014 at 1:31 pm #33076@alyssa-buddyboss
AlyssaParticipant@milena do you know which instance is causing the above issue? Please let me know the line number.
October 29, 2014 at 1:33 pm #33077@milenaI think the last one
The one you had to edit.
$action = str_replace( '%INITIATOR%', __( 'You', 'buddyboss-wall‘ ), $action);
with this:
$action = str_replace( ‘%INITIATOR%’, $myprofile_link, $action);`October 29, 2014 at 5:14 pm #33091@alyssa-buddyboss
AlyssaParticipantTry this instead:
$action = str_replace( '%INITIATOR%', bp_core_get_userlink( bp_loggedin_user_id()), $action);
December 2, 2014 at 10:57 am #33769@milenaHi @tjchester,
where should i place this file in the child theme?
it doesnt seem to read it.
other plugin’s files work from
wp-content/themes/buddyboss-child
- The question ‘How change tab label "New Feed"?’ is closed to new replies.