Opened 17 years ago
Closed 16 years ago
#912 closed enhancement (no action required)
No customisation possible for the Wire
| Reported by: | grosbouff | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | |
| Severity: | 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
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Wire is deprecated. You can use the activity stream now though! :)