• Resolved Bigue Nique

    (@biguenique)


    (Originally asked by @vivekbuzz in last topic.)

    How can I change the Group Tab name to something other than “BuddyTask”?

    It would also be neat to be able to change the URL slug for a group’s BuddyTask.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Cytech

    (@cytechltd)

    Hi,

    this is not supported at the moment but we have added your request in the list of possible features that we will add in the future.

    Thanks,

    Thread Starter Bigue Nique

    (@biguenique)

    In the meantime, the following code snippets will do !

    Customize tab title :

    add_filter( 'buddytask_get_name', function() { return "Tasks"; });

    Customize slug :

    add_filter( 'buddytask_get_slug', function() { return "tasks"; });

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I change the Group Tab name to something other than “BuddyTask”?’ is closed to new replies.