Dear AnsPress team,
i would like to disable a user to add a new Tags to question from front-end by themselves(Just only admin can add it from WP control panel),Please advise how to do this.
With best regards,
I’m opening a new topic about it, since i found where the problem is.
When you use the WIDGET to display a Question STATS, the Active (date) and the Views are zero/empty or wrong. While if you use the Anspress full width page WITH stats Enabled withing Anspress everything is ok.
Right now i found the problem, with the Stats widget. I have three widgets on the right, The Related Anspress, The Stats Anspress and the Categories.
Removing the Related Widget, the problem is gone. So apparently something in the Related widget messes things up.
I hope i have helped.
In the Questions page, Hover card is not changing from user to user. Possible bug. I had to switch back to the older version.
With last update 2.4 i can’ use anymore this solutions for ultimate member.
/** * This filter will disable AnsPress user profile */ add_filter( 'ap_user_profile_active', '__return_false'); /** * This will override default AnsPress user page link * @param integer $user_id User id. * @return string */ function my_custom_profile_link ($user_id) { return home_url('/user/').$user_id; } add_action( 'ap_user_custom_profile_link', 'my_custom_profile_link' );
And when i try to open some profiles report me 404 error.
How i can fix this problem now?
After clicking on question which was submitted,the question is showing two times.How to make it appear only one time with options.I attached the scrrenshot below.Please resolve this asap.
For blog posts, title is not in H1
post excerpt still dispalys too much
login still directs to restricted page (wp-profile)
thats all the issues i could find, good job
I didn’t like the directory structure created by the use of “Base page slug before question permalink” [on] …
//domain.tld/questions/
//domain.tld/questions/users/
//domain.tld/questions/categories/
//domain.tld/questions/tags/
so I switched it off, because I wanted to see …
//domain.tld/questions/
//domain.tld/users/
//domain.tld/categories/
//domain.tld/tags/
But even after re-saving my permalinks a couple of times it still makes no difference.
How do I get rid of the “Base page slug before question permalink”?
After updating AnsPress to 2.4 make sure to do this:
- Change AnsPress base page title from ANSPRESS_TITLE to anything you want.
- Save AnsPress options.