For Games (@sockscap64)

Forum Replies Created

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

  • For Games
    Participant

    @sockscap64

    I know the Yoast SEO has many problems with BBpress. I wrote a small plugin to help Yoast SEO working better with BBPress.

    This plugin improved the following problem with yoast wordpress seo in bbpress:
    1, Canonical lost on single forum
    2, Canonical lost on single topic page
    3, Canonical lost on user profile page
    4, Canonical lost on topic tag page
    5, Meta title incorrect on user profile page
    6, Meta title incorrect on topic tag
    7, Meta description lost on topic archive
    8, Meta description lost on user profile page
    9, Meta description lost topic tag page
    10, Meta description lost on single topic page
    11, Meta description lost on single forum page

    BBP Improvements for yoast


    For Games
    Participant

    @sockscap64

    I know the Yoast SEO has many problems with BBpress. I wrote a small plugin to help Yoast SEO working better with BBPress.

    This plugin improved the following problem with yoast wordpress seo in bbpress:
    1, Canonical lost on single forum
    2, Canonical lost on single topic page
    3, Canonical lost on user profile page
    4, Canonical lost on topic tag page
    5, Meta title incorrect on user profile page
    6, Meta title incorrect on topic tag
    7, Meta description lost on topic archive
    8, Meta description lost on user profile page
    9, Meta description lost topic tag page
    10, Meta description lost on single topic page
    11, Meta description lost on single forum page

    Hope this plugin can help someone else has the same problems.

    BBP Improvements for yoast


    For Games
    Participant

    @sockscap64

    I know the Yoast SEO has many problems with BBpress. I wrote a small plugin to help Yoast SEO working better with BBPress.

    This plugin improved the following problem with yoast wordpress seo in bbpress:
    1, Canonical lost on single forum
    2, Canonical lost on single topic page
    3, Canonical lost on user profile page
    4, Canonical lost on topic tag page
    5, Meta title incorrect on user profile page
    6, Meta title incorrect on topic tag
    7, Meta description lost on topic archive
    8, Meta description lost on user profile page
    9, Meta description lost topic tag page
    10, Meta description lost on single topic page
    11, Meta description lost on single forum page

    Hope this plugin can help someone else has the same problems.

    BBP Improvements for yoast


    For Games
    Participant

    @sockscap64

    hi @oreillemalade
    Thanks for your feedback. I’ve fixed this bug and published a new version. please upgrade it.


    For Games
    Participant

    @sockscap64

    Hi, I know this is an old topic. Those days When I faced this problem and I wrote a plugin to solve this problem. Hope it will help someone else has the same problem.

    bbpress dofollow


    For Games
    Participant

    @sockscap64

    Hi all, I know this is an old topic. Those days When I faced this problem and I reached here.
    But I can’t find a satisfying answer from the forum. So I wrote a plugin to solve this problem. Hope it will help someone else has the same problem.

    BBP DoFollow


    For Games
    Participant

    @sockscap64

    @sockscap64
    is that working?


    For Games
    Participant

    @sockscap64

    Hello, everybody, this is my resolution:
    first, i have my own plugin, named ‘sc64’. then add these php code to my plugin.

    
    add_filter('bbp_get_do_not_reply_address','scap_bbp_no_reply_email');
    function scap_bbp_no_reply_email(){
    	$admin_email = get_option('admin_email');
        return $admin_email;
    }
    

    the default noreply email address has changed to admin_email that configured in wordpress.

    i hope this helps.

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