Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Reversing the order of forum posts within a topic


Virtuali
Participant

@gunju2221

Wouldn’t recommend at all changing the core, especially the templatetags.

Just write a simple function using the templatetags.php in bp-custom something like:

`function bp_has_forum_topic_posts() {
global $topic_template;

$defaults = array(
‘order’ => ‘DESC’

}`

not tested

Skip to toolbar