Forums
-
- Forum
- Posts
-
- Installation
- 28,438
- Troubleshooting
- 62,525
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
..
by declaring $bb_post = $bb_post[0]; i assume $bb_post is an array. now, since i see appearing the last post of a topic i tried to substitute that line with $bb_post = end($bb_post), thinking that maybe the actual first post stayed at the end of the array; i still get the last post though.. any other suggestion?