[buddypress-trac] [BuddyPress] #3468: Simplifying Default Theme Structure

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Thu Aug 11 04:01:46 UTC 2011


#3468: Simplifying Default Theme Structure
-----------------------------+-----------------------------
 Reporter:  alanchrishughes  |       Owner:
     Type:  enhancement      |      Status:  new
 Priority:  normal           |   Milestone:  Future Release
Component:  Theme            |     Version:
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+-----------------------------

Comment (by alanchrishughes):

 Well that's exactly what I am talking about, it's soooooo much unnecessary
 code and written so bizarrely and for what? So the #content column can
 fluctuate width a little bit?  I'm suggesting wiping all that out entirely
 and just starting from scratch doing it like Buddypress Template

 <div id="container">

 [HEADER]

         <div id="content">
                 [PAGE CONTENT]
         </div>

         <div id="sidebar">
                 [SIDEBAR CONTENT]
         </div>

 [FOOTER]

 </div>

 with three little lines of CSS (obviously adding some padding or margin
 and stuff to pretty it up).

 #container {width: 1000px; margin: 0 auto;}
 #content {width: 700px; float: left}
 #sidebar {width: 300px; float: left}


 simple...

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3468#comment:5>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list