@gwendydd
10 years, 5 months ago
I have been trying to post my question on this forum, but I keep getting an error that says “Error: Your topic cannot be created at this time.”
So I posted my question on WordPress Answers: http://wordpress.stackexchange.com/questions/144665/problems-with-redirecting-a-buddypress-custom-subnav-item
@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/' ) );
Perfect! Thank you – that did the trick!