Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#687 closed enhancement (fixed)

Dramatically improve WP integration with different CSS techniques.

Reported by: oaoao's profile oaoao Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc: oaoao

Description

Buddypress would be helped tremendously by three things:

  1. Call in current or specified Wordpress/MU theme header and footer.
  2. Restyle CSS to stretch to any reasonable width (800 -> unlimited?)
  3. Reclass and style elements to be self-contained.

In other words, a BP theme could be created that dropped fluidly into whatever current Wordpress theme is being employed. This will require different CSS techniques. Primarily, the BP CSS should not set any global resets and generic tags. Instead, everything should be referenced within the BP container:

<div id="bp-container">
(everything)
</div>

#bp-container .... {}

I suppose percentage-level font sizes and such should not be used, as they may be inherited by different theme environments.

Either way, anything closer to this goal would be a good thing-- right now it is a prohibitively arduous task to get BP looking like whatever central WPMU theme one is using. It makes sense that something so intimately tied with a OSS package would integrate more smoothly.

Change History (2)

#1 @oaoao
15 years ago

  • Cc oaoao added

#2 @DJPaul
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

The themeing situation has much improved with BP 1.1/trunk. It pretty much does what you've requested.

Note: See TracTickets for help on using tickets.