Recent Topics

1 Jan 25, 2010 02:50    

My b2evolution Version: Not Entered

Hello everybody, as you can see I am new to this.

My name is Nils, and I am going yo be a very satisfied b2evolution user ;)

My problem is, that I can't paginate the comments, but my users tend to comment a lot, @ one topic in particular, they posted over 500 comments!

I already know that I have to find another java script to solve this problem, but now I want to change the order of presenting the comment, as in the first comment on top of the page, in order to safe scrollin' time.

I've found this Topic http://forums.b2evolution.net/viewtopic.php?t=4816&highlight=comments+reverse

But it seems that it isn't working, could someone help me with this one please?

I'm using b2evo 3.3 and the main skin is intenze.

Thank's a lot in advance :)

btw this is the website: http://nujij.org

2 Jan 25, 2010 03:33

Edit the file /skins/_item_feedback.inc.php, line 157

$CommentList = & new CommentList( NULL, implode(',', $type_list), array('published'), $Item->ID, '', 'ASC' );

to

$CommentList = & new CommentList( NULL, implode(',', $type_list), array('published'), $Item->ID, '', 'DESC' );

3 Jan 25, 2010 03:52

Thank's sam2kb,

I'll try it rightaway, I'll reply the result in a few moments :)

4 Jan 25, 2010 04:02

Thank's sam2kb,

as you already know, it worked ;)

But as you already also might know, now the comment form is all the way down, how ignorant of mine not to think about that in advance :P

Thank's anyway ! I have learned something that I didn't know, and that is always valuable!

5 Jan 25, 2010 08:19

You can display it on top of the comments list, too bad that comments can't be paginated :(


Form is loading...