Skip to:
Content

BuddyPress.org

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

Change History (2)

#1 @DJPaul
17 years ago

  • Type taskenhancement

#2 @johnjamesjacoby
16 years ago

  • ComponentCore
  • Resolutioninvalid
  • Status newclosed

Wire is deprecated. You can use the activity stream now though! :)

Note: See TracTickets for help on using tickets.