Opened 15 years ago
Closed 14 years ago
#912 closed enhancement (no action required)
No customisation possible for the Wire
Reported by: | grosbouff | Owned by: | |
---|---|---|---|
Milestone: | Priority: | minor | |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
Hi, i'm creating a Classifieds component for buddypress.
I would like to be able to add a Wire on every single classified page.
I succeed to do it; the problem is that there is a "See All" link on this Wire that goes to /groups/classified-1/wire instead of /classifieds/classified-1/wire.
The functions that calls the wire is a core function;
bp_wire_get_post_list( $item_id = null, $title = null, $empty_message = null, $can_post = true, $show_email_notify = false )
Which loads a template that calls bp_get_wire_see_all_link().
But there is no place where I could set a custom url for this...
What should I do ?
Thanks
Wire is deprecated. You can use the activity stream now though! :)