Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 12 years ago

Last modified 8 years ago

#3627 closed enhancement (wontfix)

Support post formats in BP-Default

Reported by: sadr's profile Sadr Owned by:
Milestone: Priority: minor
Severity: minor Version: 1.5
Component: Templates Keywords: needs-patch needs-ui
Cc: mercijavier@…, karmatosed@…

Description

I searched the forum & trac and only saw it briefly discussed:
http://buddypress.org/community/groups/creating-extending/forum/topic/post-formats-in-wp-3-1-bp-1-2-8/

With post formats now being a core WordPress feature, I think the default BuddyPress theme ought to support them.

Some existing BP themes already support post formats, e.g. 'Canvas BuddyPress' by WooThemes and 'Visual' by DevPress. Consider contacting them for patches.

(there was no '1.5.1' available in the version list)

Change History (10)

#1 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.6

Thanks for the suggestion.

(there was no '1.5.1' available in the version list)

'Version' is the version on which you're experiencing the problem. 'Milestone' is the version by which we hope to fix the issue. Only core devs have access to Milestone.

Putting in 1.6, with the understanding that we'll punt if we don't get patches.

#2 @Sadr
13 years ago

Thanks for the information and consideration.

#3 @DJPaul
13 years ago

  • Keywords needs-patch needs-ui added
  • Priority changed from normal to minor

#4 @karmatosed
13 years ago

I think the way twenty-eleven does custom post formats may be good for this. It would involve us going along a content-postformattype.php route changing the calls to be something like this:

	while ( have_posts() ) : the_post();
		get_template_part( 'content', get_post_format() );

However, it means galleries, images and other post types get a chance to be styled beyond the normal format. Also for things like aside / chat you can really make them fit better styling wise.

Version 0, edited 13 years ago by karmatosed (next)

#5 @boonebgorges
13 years ago

I haven't seen any love for this ticket, so it's likely that it'll get punted (unless we get some really stellar patches really soon!)

#6 @boonebgorges
13 years ago

  • Milestone changed from 1.6 to Future Release

#7 @mercime
13 years ago

  • Cc mercijavier@… added

Interested in giving this some love as well :-)
However, given that plans are on for porting bbPress template parts method to BuddyPress wouldn't this be immaterial by BP 1.7 or is it still worth the exercise?

#8 @karmatosed
12 years ago

  • Cc karmatosed@… added

#9 @boonebgorges
12 years ago

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Are we agreed that we're not doing significant further dev to bp-default (at least not as shipped with BP)? Post formats will be handled by the WP theme when using theme compat.

#10 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.