Site logo

Archived topic

BBpress reply numbering fix

2 replies · Started by Max on June 30, 2016

Viewing posts 1–3 of 3

Tom

The native BBpress installation does not have consecutive numbering for replies.

I have tested the following fix in a GP child theme and it works:

In the (bbpress) loop-single-reply.php file replace:


<a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_id(); ?></a>

with


<a href="<?php bbp_reply_url(); ?>" class="bbp-reply-permalink">#<?php bbp_reply_position(); ?></a>

I am already running my own functionality plugin and I really don't want to also run a child theme to incorporate this fix.

Is there anyway to incorporate this fix into my functionality plugin php rather than using a child theme.

Thanks in advance for your kind assistance.

Regards

Max

I don't think that would be possible as you're required to overwrite a template file, which requires a child theme.

You can always ask the bbPress devs if they have any ideas :)

You can always ask the bbPress devs if they have any ideas

LOL...

This archived topic is closed to new replies.