Login     Sign up
Comments Postion
Abhimanyu (@abhimanyusharma003)
Join date: Aug 12th 2010
Community posts: 124
View Profile
Send Message

Can we reverse the position of new comment..

new comment must take place below the previous comment..

175 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

file ss.inc.php in includes/libs

function comment_get

sql query: change [code]order by id [b]desc[/b][/code]
into [code]order by [b]asc[/b][/code]

175 months ago
Abhimanyu (@abhimanyusharma003)
Join date: Aug 12th 2010
Community posts: 124
View Profile
Send Message

Thanks great help.. it works..

But after refreshing page..

can it be done without refreshing page..!!

175 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

at the moment no.

still a lot of things needs to change here.

the comment box should apear below the comments stream,
the comment box should also disapear when the comment is entered.
and comment stream should be updated without refreshing the page

175 months ago
Abhimanyu (@abhimanyusharma003)
Join date: Aug 12th 2010
Community posts: 124
View Profile
Send Message

Hmmm..!!
So.. true..

175 months ago