Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#912 closed enhancement (no action required)

No customisation possible for the Wire

Reported by: grosbouff's profile 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

Change History (2)

#1 @DJPaul
15 years ago

  • Type changed from task to enhancement

#2 @johnjamesjacoby
14 years ago

  • Component set to Core
  • Resolution set to invalid
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.