Hi!
I’m trying to customize bbpress, which ain’t that easy as many of you may know. My problem is that the number on the right hand side in the reply header is showing the wrong number (I my opinion). It shows the id of the reply instead of the reply number inside the topic.
For example:
I start a topic, post the first reply. The reply header says #36.
Second post, reply header says #37 etc.
I want it to be like this:
First post is #1, second post #2 etc.
How do I accomplish this? Should I use some sort of if statement or loop in php? Or is there any premade function that does this?