AnsPress 4.0 beta 2 is out!

16.29K viewsUpdates
1

Hello Friends,

I have released 2nd beta of 4.0. You can easily upgrade from 3.x to 4.0.Please give it a try and let us know what you think about it.

Thanks.

Download link:

AnsPress 4.0.0-beta.2

Greeeaaat! Will try the upgrade on my staging environment and will report any issue. 😀 Thanks a looooot again for all your work on this project!

You are welcome, Fred.

0

Be the way, what about comments shown by default (option)? Is there any chance to implement that now, as 4.0 is much faster and well optimized?

commented on answer

I will recommend this, but in case anybody wants to auto load comments then all need is this code:
jQuery(‘.ap-btn-comments’).each(function(){
jQuery(this).click()
})

Ok, I will try this, thx! 🙂

Where do i have to put this ?

jQuery(‘.ap-btn-comments’).each(function(){
jQuery(this).click()
})

@rahularyan, this will not work correctly, as it will trigger every comments to open, even if there is no comments posted. Also the wheel is spinning all the time, look: http://sharebucketapp.com/DUxM2NmMzIwMDllNDgwM

I will add few auto load comments.

Cool, that will be very helpful. Maybe last 2-3 comments if any, and then button to see more. This way user sees interaction on site, most people will never click to see comments, and they will miss important informations (people are lazy). Also, I think, that replay button/link besides edit and delete will be good idea. Clicking Add Comment if there is few comments already is not convenient.

You are viewing 1 out of 11 answers, click here to view all answers.