Opened 14 years ago
Closed 14 years ago
#4663 closed enhancement (fixed)
Activity template function to get parent activity's user ID
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.7 |
| Component: | Activity | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
bp_get_activity_parent_content() exists and returns the content of the parent activity item. This is used for the "in reply to" link, when an activity comment reply appears in a person's activity stream. I'd like to add a function which returns the activity parent's user ID, so templates can display information about the user that the comment was in reply to.
Patch attached.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This looks good and useful to me.