Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3243, comment 22


Ignore:
Timestamp:
05/29/2011 09:29:55 PM (15 years ago)
Author:
bowromir
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3243, comment 22

    initial v1  
    773: Reducing HTTP request is not really an isue.. Currently style.css loads BP-Default, Adminbar.css and Reset.css. Assuming someone decided built their own BP enabled theme, they skip reset.css because they handle it themselves and import buddypress.css without the global styling. That would be a a performance gain and much cleaner css. Honestly if people concern that much about 1 http request, a  CDN, Minify Plugin or even manual CSS combining can handle this request.
    88
    9 BP-Default is just a WordPress theme in the end.. I think it's focus should be the same as TwentyTen is for WP. A perfect example of a well coded, cleanly organised theme, that shows what you can do with WP. You can easily create Child Themes based on it, but at the same time it's full of code you can strip, re-use and learn from. With the improvements being made BP-Default can become such a theme as well, but one of the first things should be seperating BP stuff from WP/Global stuff.. Now with the templates, and hopefully in the future with the actual templates :-)
     9BP-Default is just a WordPress theme in the end.. I think it's focus should be the same as TwentyTen is for WP. A perfect example of a well coded, cleanly organised theme, that shows what you can do with WP. You can easily create Child Themes based on it, but at the same time it's full of code you can strip, re-use and learn from. With the improvements being made BP-Default can become such a theme as well, but one of the first things should be seperating BP stuff from WP/Global stuff.. Starting with the css, and hopefully in the future with the actual templates :-)
    1010
    1111Thanks for reading :D