#4596 closed enhancement (fixed)
Template function to get group->creator_id
Reported by: | DJPaul | Owned by: | modemlooper |
---|---|---|---|
Milestone: | 1.7 | Priority: | low |
Severity: | minor | Version: | |
Component: | Groups | Keywords: | needs-testing has-patch |
Cc: |
Description
We should add a groups template loop function to return the group->creator_id property. We already have many simliar functions for the group's other properties, and we should expose this to avoid theme authors having to access the global directly.
Attachments (1)
Change History (8)
#3
@
12 years ago
- Keywords has-patch needs-testing added; needs-patch removed
patch creates two functions:
bp_group_creator() and bp_group_creator_permalink()
#4
@
12 years ago
- Keywords needs-patch added; has-patch removed
Thanks for patch. I think we should also add a function to just return the user ID?
Note: See
TracTickets for help on using
tickets.
Puntable unless someone wants to write a patch for fame and glory.