Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • pckelly123
    Participant

    @pckelly123

    @danbp,

    Thank you for your response, but I need to changes the in-line styles and HTML, I should have been more clear. I don’t believe I can accomplish that by editing the language files for the plugin.


    pckelly123
    Participant

    @pckelly123

    Hi Henry,

    The root slug is what I need to change. However it looks like just trying to change it with the `add_filter( ‘bp_get_groups_root_slug’, function() {
    return ‘new_slug’;
    } );`
    Will break the existing pages.
    Is there a better way to change sitename/groups_root_slug/groupname url?


    pckelly123
    Participant

    @pckelly123

    I tried adding the filter to both my bp-custom.php and my theme’s functions.php neither seemed to make it work.


    pckelly123
    Participant

    @pckelly123

    I changed the language files instead of using the gettext method because of the performance warnings.

    However, I still can’t figure out how to change the url
    I followed this thread
    https://buddypress.org/support/topic/resolved-changing-groups-to-teams/
    Which lead me to try the suggestion but it looks like that constant is at least deprecated if not removed.

    Changing Internal Configuration Settings

    Any ideas?


    pckelly123
    Participant

    @pckelly123

    Hi Henry,

    Would using the gettext filter require going through and making sure each piece of text is using the correct text-domain?

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar