I would like to remove avatars for questions and answers.
Hi Rahul
I need a situations that all visitors can upload photos, is it possible?
I think this script should do something.
function ap_user_can_upload_image(){
if(is_user_logged_in() && ap_opt(‘allow_upload_image’))
return true;
return false;
}
Is there any demo for AnsPress, I want to see default theme.
Hi again, I just noticed that AnsPress refuses all lightbox plugin in questions, answers, comments, …
Is there a way of getting around the issue?
Hi there, first thank you so much for this plugin, it’s really good!
I was just wondering, is there a way to custom the file limitation size in the upload form? I searched in all the code, didn’t find this 500000 Bytes limitation …
Could have some help please 😀
I’m getting a 404 error when testing user profile page, when I click on it to open. On my testing site.
Please advise