Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorflash_os
    • CommentTimeOct 26th 2005
     # 1
    Where should I replace <html> to <html dir="rtl">
    and add "charset=iso-8859-8-i" ?

    How can I add thumbnails/icons to Folders?
    How can I replace "tree name" with my own names?

    For example from your demo: http://files.lussumo.com/index.php?fpp=10&did=0
    "files.lussumo.com/Captain Hero" to "Main/Captain Hero"

    Thanks in advance.
    • CommentAuthorflash_os
    • CommentTimeFeb 21st 2006
     # 2
    In order to translate to Hebrew I need to replace <html> to <html dir="rtl">
    and add "charset=iso-8859-8-i".
    Where I could find <html>?
    • CommentAuthorfarhaddad
    • CommentTimeFeb 21st 2006 edited
     # 3
    In order to translate to Hebrew I need to replace < html > to < html dir = " rtl ">
    and add " charset = iso-8859-8-i ".
    Where I could find < html >?


    in _default.css

    add

    body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    direction: rtl;
    }



    for the < charset = iso-8859-8-i > I think its not specified in the script you should add it after < head >

    not sure
    •  
      CommentAuthornaaja
    • CommentTimeFeb 21st 2006
     # 4
    •  
      CommentAuthorBergamot
    • CommentTimeFeb 21st 2006 edited
     # 5
    I'm still not convinced that the css file is the proper location for assigning rtl-ness; it seems to me that it's an inherent property of the content itself, not a presentational choice.
Add your comments
    Username Password
  • Format comments as