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?