[Bb-trac] [bbPress] #825: reverse post order
bbPress
bb-trac at lists.bbpress.org
Fri Mar 14 18:26:28 GMT 2008
#825: reverse post order
-------------------------+--------------------------------------------------
Reporter: zmaroti | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 0.9
Component: Back-end | Version: 0.8.3.1
Severity: minor | Keywords: reverse,post order
-------------------------+--------------------------------------------------
Would be nice if the reverse post order would get into 0.9. It needs
actually two modifications in the core files:
/topic.php line 21
$posts = get_thread( $topic_id, $page );
change to
$posts = get_thread( $topic_id, $page, true );
and
bb-includes/template-functions.php line 720
get_page_number( $topic->topic_posts );
change to
$page = 1;
If it would be a conditional choice and user could set it in his profile
it would do great help for us. Since many of my friends prefer the reverse
order (we use another forum where there is one main topic and zillions of
posts on like 100 pages, and on bbpress always hitting the jump to last
post button when you jump to your favourite topic is bad for many of us).
--
Ticket URL: <http://trac.bbpress.org/ticket/825>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list