-
Henry Wright replied to the topic BP Default Cookie Usage in the forum Miscellaneous 10 years, 2 months ago
Hi @packjazz,
One of the main uses of cookies within BuddyPress is in template message display. In this case, cookies are used to store generated error or success messages and display them after the page has been reloaded.
If you try searching the BP code base for
setcookie
, you should find how else BP utilises cookies.Note: WordPress probably…[Read more]
-
Henry Wright replied to the topic [Resolved] Show Username next to Display Name in the forum How-to & Troubleshooting 10 years, 4 months ago
Hi @packjazz
I don’t think a filter is appropriate in this case. Editing the templates is the best approach in my opinion.
bp_displayed_user_username()
will display the displayed member’s username andbp_displayed_user_fullname()
will output the displayed member’s display name.
@packjazz
Active 9 years, 10 months ago