iamrice Theme

Posted by Geoffrey Grosenbach Thu, 17 Nov 2005 01:22:00 GMT


Damien Tanner

assert_rice(:damien)

Download iamrice

Send your themes to boss [AT] topfunky [dot] com until midnight on November 28 (using your current time at wherever you are in the world). (A link to your compressed theme is preferred, which will allow you to update your theme without re-sending it to me).

Posted in  | 13 comments

Comments

  1. fuzzyfree said 2 days later:

    I can’t get it to work! It throws an error when I load the page after acivating it…

  2. Tracy said 2 days later:

    I did not have any errors. but in IE it sure looks messed up:

    http://filter.rackeasy.com

    TP

  3. Marco said 2 days later:

    Same here… it’s seriously broken in Internet explorer.

  4. Damien Tanner said 3 days later:

    Sorry about that guys. The zip has been updated to fix a few ie issues.

  5. Sebastian GräßlŸl said 4 days later:

    mhm, i just downloaded the theme and i get an error! So you didn’t fix this! to fix it replace: <= render_sidebars %> with <= render_component(:controller => ‘sidebars/sidebar’, :action => ‘display_plugins’) %> in your default.rhtml on line #38

  6. Sebastian GräßlŸl said 4 days later:

    And same bug like with Typomate. insert “width: 100%;” and float:left into your sidebar-node class

  7. fuzzyfree said 4 days later:

    I still get an error: Application error (Rails) And I get this in the logs:

    Rendering layoutfalseactionerror within ../../themes/iamrice/layouts/default
    Rendering articles/error
    
    Processing Base#index (for 141.158.20.2 at 2005-11-21 11:17:52) [GET]
      Parameters: {"action"=>"index", "controller"=>"articles", "page"=>nil}
    
    ActionView::TemplateError (undefined local variable or method `render_sidebars' for #<#<Class:0x407f61b8>:0x4068101c>) on line #38 of themes/iamrice/layouts/default.rhtml:
    35:            
    36:             <div id="search-results"></div>
    37:             
    38:             <%= render_sidebars %>
    39:             <%= link_to image_tag("powered.gif"),  "http://typo.leetsoft.com/", {:class => "powered" } %>
    40:             </div>
    41: 
    
  8. fuzzyfree said 4 days later:
    I got it working using Sebastian’s fix, with a couple of tries. For clarification, you need to find this:
    <%= render_sidebars %>
    
    in the iamrice/layouts/default.rhtml file and replace with:
    <%= render_component(:controller => "sidebars/sidebar", :action => "display_plugins") %>
    
  9. Damien Tanner said 5 days later:

    Thanks for the fix. Will upload an updated version later today. Very glad to see people trying it out!

  10. null said 6 days later:

    hmm well that fix worked to some extend, comment part is still very bugged :/

  11. Garth said 12 days later:

    I was running the latest stable version of typo and I had problems with this theme. If you use the current trunk version, the problems are resolved, at least me for me anyway! Nice theme Damien, out of all the themes here, it seems the cleanest so far. Good luck.

  12. Kyle Jones said 49 days later:

    He stole my graphic! http://www.flickr.com/photos/kylejones/82412234/

  13. pmark said 76 days later:

    If you try this theme (or any other themes) and comments do not appear immediately, it’s probably because there is whitespace between the comments. Either find a way to remove the whitespace as courtenay suggests or change one line of typo.js as I suggest at bordertown labs.

Comments are disabled