How can I download the Beta Version . I have download Above but it show the old version
Use this hook: function mycustom_user_menu($menus){ $link = 'YOUR_USERPRO_LINK_FUNCTION' //replace this $menus['profile'] = array( 'slug' => 'profile', 'title' => 'Directory details', 'link' => $link, 'order' => 4, 'public' => false); return $menus; } add_filter('ap_user_menu', 'mycustom_user_menu');
Simply add this code to your theme function.php, and replace link: function mycustom_user_menu($menus){ $link = 'YOUR_DIRECTORY_LINK_FUNCTION' //replace this $menus['my_directory'] = array( 'slug' => 'my_directory', 'title' => 'Directory details', 'link' => $link, 'order' => 4, 'show_in_menu' => false); return $menus; } add_filter('ap_user_menu', 'mycustom_user_menu');
There may be some JS issue or 3rd party plugin issue. You can add this menu manually too using custom links in menu editor, just use below links: for base page: http://ANSPRESS_PAGE_URL_BASE for categories: http://ANSPRESS_PAGE_URL_CATEGORIES for users: http://ANSPRESS_PAGE_URL_USERS for user menu: http://ANSPRESS_PAGE_URL_PROFILE For user notification: http://ANSPRESS_PAGE_URL_NOTIFICATION
The plugin is really very simple and Powerful but I here too, I just get little problem. I’m unable to add ASK, CATEGORIES, QUESTIONS, USERS, TAGS to the main Menu. When select any of the list from the anspress pages add it to the menu it doesn’t responding. I go to Appearance_Menu, there is a problem I think there. I’m using v2.2 Anyway thank you Rahul and I really want give a good donation is a short coming time, keep a good work.
Its due to tags, after entering tag you must add a comma, else it will not taken as tag. This issue is already in roadmap and will be fixed
I hope that, it gonna make it awesome. Dont forget to Include Gender selection
Its beta version hence not available in WP repo. No data will be erased while updating.
Custom user fields will be available after 2.3