Hi,
Where can I find the above widgets as in askbug?
Top Users / Reputation & Question/Answer stats widgets?
Thanks
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.