activation created 500 error after upgrading from 1.4.6 to 2.2.0.2

Guys tell me the actual error, then I will be able to help you. check your error log and post error log here.

activation created 500 error after upgrading from 1.4.6 to 2.2.0.2

Hi Rahul,   Im in the same boat, cant see anspress properly anymore on my site. can i send you to check for me or can you provide old version ? Your response highly appreciate.

2.3-beta is here, try and let us know

I have found a bug But I am not sure. Please check the Image.

2.3-beta is here, try and let us know

How can I download the Beta Version . I have download Above but it show the old version

Load different content to the “profile” tab in user page

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');

Integrating Anspress user page with my themes users (directory theme)

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');

Anspress Pages

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

User Notification – Most awaited feature is alomst ready

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.