Skip to:
Content
Pages
Categories
Search
Top
Bottom

new group on user’s menu


  • _natty_
    Participant

    @_natty_

    how can I add to the “groups” tabs on buddypress user’s menu the “add new” feature that is visible at mydomain.eu/groups/create/step/group-details/

    And I’m even a likkle bit confused because, the only 2 urls from the user’s tab are:
    mydomain.eu/members/userName/groups/
    mydomain.eu/members/userName/groups/invites/

    but where i can find all the groups and may request a membership invitation are links like:
    mydomain.eu/groups

    thanks for any help

Viewing 1 replies (of 1 total)

  • _natty_
    Participant

    @_natty_

    ill try to be more specific,

    this works:

    	bp_core_new_nav_item( 
    	    array( 
    		'name' => __('Group management'), 
    		'slug' => '../../groups/', 
    		'parent_slug'=> 'groups',
    		'position' => 70, 
    	 ));

    its showed as main tab of user menu
    but how can I add it as sub tab of the standar groups bp user’s menu?

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