Skip to:
Content
Pages
Categories
Search
Top
Bottom

Creating subnav item to create a new group

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

  • shanebp
    Moderator

    @shanebp

    You can force the link. Try:

    	bp_core_new_subnav_item( array(
    	    'name'            => 'Create Virtual Village',
    	    'slug'            => 'create',
    	    'parent_url'      => 'groups',
    	    'parent_slug'     => 'groups',
    	    'screen_function' => 'false',
    	    'position'        => 50,
    	    'link'            =>   get_option('siteurl') . '/groups/create/step/group-details/'
    	    )
    	);

    Morgan Kay
    Participant

    @gwendydd

    Perfect! Thank you – that did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Creating subnav item to create a new group’ is closed to new replies.
Skip to toolbar