May I know if Anspress integrate nicely on WordPress and Buddypress multisite setup?
If a search returns empty or null results, eg. http://anspress.io/questions/search/?ap_s=kittens, where do I go to change the copy?

hi
How do I install the Turkish language file
How can I solve this error >>>http://safakcaliskan.com.tr/question/bana-soru-sor

Thank you
how can i active this option
Hello, How do we get the rss feed or wordpress feed url for anspress question page and all the questions
Hi!!
I want to make clickable the URL’s on the comments/answers.
If I write in my functions.php the following:
add_filter( 'comment_text', 'make_clickable');
doesn’t work.
If I write:
add_filter( 'the_content', 'make_clickable');
works, but also make clickable in the question area, and I only want the answers/comments section.
There is a way to do it?
Thanks.
I want to replace <i class=”apicon-chevron-down”> with something else. Also is there a list of icons?
I was trying to find a way to make login form just like it’s there on your site anspress.io

But, I couldn’t find a way how you added WordPress Social Login to Drop down menu?
My “Theme My Login” settings are –

I even tried with WordPress Social Login Settings –

Are you doing custom integration by using –
<?php do_action( 'wordpress_social_login' ); ?>
or something else?