about the wire
-
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
- The topic ‘about the wire’ is closed to new replies.