-
Henry Wright replied to the topic Total number of posts in the forum How-to & Troubleshooting 10 years ago
Hey @fugglet
Pop this into your template:
echo count_user_posts( bp_displayed_user_id() )
Note, if
bp_displayed_user_id()
doesn’t work in that particular context then you’ll need an alternative way of getting the member’s ID. -
Henry Wright replied to the topic Total number of posts in the forum How-to & Troubleshooting 10 years ago
-
@mercime replied to the topic [Resolved] Change the registration text in the forum How-to & Troubleshooting 10 years ago
@fugglet Unless you’re using the BP Default theme, the change you made won’t affect what shows up in your theme as you found out. Instead of revising core files (which would be overwritten when you upgrade next), you could do either of the following:
– copy over…[Read more]
@fugglet
Active 8 years, 3 months ago