Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove character from Subscribe/Unsubscribe link


  • tech55541
    Participant

    @tech55541

    Hello,
    I tried to use this code to remove the little character between the Subscribe and Favorite link, but it does not seem to work.

    /*Fix character issue with BBPress admin links menu*/
    function hide_before2 ($args = array() ) {
    $args['before'] = '&nbsp';
    $args['subscribe'] = 'Subscribe';  
    $args['unsubscribe'] = 'Unsubscribe';
     
     return $args;
    } 
    
    add_filter('bbp_before_get_user_subscribe_link_parse_args', 'hide_before2');

    http://yourtechadvisors.com/forums/topic/testing/

    Feel free to create an account, I think the biggest problem is the Subscribe/Unsubscribe link that can be found under the Options menu. Please check screenshot.
    https://drive.google.com/file/d/0B_h6oU4LzDtlYU44LUNCQVNaZ0U/view?usp=sharing

    Any suggestions?

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