Forums

Join
bbPress Support ForumsThemestheme without table ?

Info

Tags

theme without table ?

  1. is there a theme that use only css ? I see kakumei use also the table..

  2. It is possible to make a theme that does not use tables. bbPress is very flexible with themes. I am not aware if there exists one though...

    But it uses tables by default because the list of topics and forums is in fact tabular data. I think it has nothing to do with table-based web-design of the 90's (if that's your concern).

  3. http://bbshowcase.org/forums/?bbtheme=genealogias-bb

    I'll upload a new version in a few weeks if you're interested. Right now I have it installed in http://foros.ryuuko.cl (but adapted for the Thesis theme in WordPress).

  4. http://www.kevinjohngallagher.com/___alpha/bbpress_as_phpbb/

    Released last October/November time mate

  5. Creating a theme without a table is easy enough, just remove the tables from the theme. However the question you need to ask is "why?".

    The default phpBB3 theme ProSilver uses a table-less layout and instead use definition lists to achieve a 'table-like' look, but most HTML/accessibility experts consider this to be an abuse of definition lists and do not recommend it. Tables are for tabular data and most people consider things like a board index to be in fact tabular, hence tables are typically used.

  6. You must log in to post.