• Resolved chrispnw

    (@chrispnw)


    Hello,

    By visiting a Buddypress profile, clicking on the “Forums” button, then clicking on the “Subscriptions” button, the title reads “Forum Replies Created”

    This is the title for the “Replies Created” button, which is working btw.

    Attached is screenshot of the issue.

    Can this be addressed?

    Thank you,

    -Chris

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi @chrispnw,
    Could you please leave some screenshot? Also, please check those phrases in Dashboard > Forums > Phrases admin page. Just search the English version and see the value.

    • This reply was modified 6 years, 2 months ago by gVectors Team.
    Thread Starter chrispnw

    (@chrispnw)

    Hello,

    That’s interesting, I could have swore I attached a screenshot. Oh well.

    Here is a link showing the issue:

    https://i.postimg.cc/nhLz9kG6/Selection-0dfdf03.png

    Also, I don’t know what you mean by checking those phrases.

    -Chris

    • This reply was modified 6 years, 2 months ago by chrispnw.
    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @chrispnw,
    Thank you for the screenshot. We’ve fixed this in the plugin core. We’ll release the fixed version soon. If you need it to fix urgently, please open this file:
    wp-content/plugins/wpforo/wpf-includes/integration/buddypress.php

    Find this row:

    <div id="wpforo-subscriptions" class="wpforo-activity">
            <h2 class="entry-title"><?php wpforo_phrase('Forum Replies Created'); ?></h2>

    Replace it to this:

    <div id="wpforo-subscriptions" class="wpforo-activity">
            <h2 class="entry-title"><?php wpforo_phrase('Forum Subscriptions'); ?></h2>
    Thread Starter chrispnw

    (@chrispnw)

    Awesome! That’s so cool that you guys took care of it so quickly. I appreciate the fix in the meantime btw.

    Thank you,

    -Chris

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Buddypress “Subscriptions” has wrong title.’ is closed to new replies.