Skip to:
Content
Pages
Categories
Search
Top
Bottom

Where to find the activity page’s “RSS” to change the word?

Viewing 5 replies - 1 through 5 (of 5 total)
  • @danbp

    Participant

    Hi,

    Read how to search strings here:

    Your connection to this user

    @functionmunchkin

    Participant

    Not seeing a .pot file in plugin>edit

    @functionmunchkin

    Participant

    And to make this element invisible with css makes all the item list tabs invisible.

    I see a .pot file only when I use a string locator plugin.

    The only instance is
    #: bp-activity/bp-activity-template.php:3774
    msgid “Site Wide Activity RSS Feed”
    msgstr “”

    I’ve edited this line before in the activity file and it doesn’t change.

    @functionmunchkin

    Participant

    Changes on line 6317, doesn’t change front end.
    #: bp-templates/bp-legacy/buddypress/activity/index.php:142
    #: bp-templates/bp-legacy/buddypress/groups/single/activity.php:12
    msgid “RSS”
    msgstr

    @danbp

    Participant

    hi,

    it’s because you didn’t right.
    The translation, or word change, use a msg ID which contains the original string and a msg string, for the new wording.

    In your case, you should use

    msgid "Site Wide Activity RSS Feed" // the original string
    msgstr "Rich Site Summary" // the custom string

    Note also to get this to work, you need to compile the po file to mo file.
    And if you don’t want to redo that after each BP update, i recommand you use this plugin, so your custom language file remain untouched, while the default language will be updated.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar