http://www.auscert.org.au/10990 http://www.auscert.org.au/11027 security bulletins regarding drupal New Forum Posts: Modifying Application Menu - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=33139 http://www.fsf.org/blogs/licensing/2008-12-fdl-open-letter shall doc.tw.o do the same? tikiwiki: 03chibaguy * r19012 10/mods/trunk/themes/ohia_tiki_3/styles/ohia.css: [FIX] Wide forum pages in IE8 fixed; minor color improvements. tikiwiki: 03chibaguy * r19013 10/mods/trunk/ (4 files in 3 dirs): [ENH][KIL] More updating for layout.css, etc.; custom code file no longer needed. tikiwiki: 03nyloth * r19014 10/trunk/ (8 files in 6 dirs): [KIL] transition styles has been made useless since new layout.css and are now removed (see discussion on devel mailing-list) polom ! Hi all :) hi nyloth :) hi nyloth, hi luciash :-) :) Hello - does anyone know what permission I need to assign for anonymous and registered users to see the site header I put in the CSS? 2.3 mib_e22qac: i don't understand... site header is always visible by default it is there when I logout but once I refresh or log in as a registered user it disappears, same goes for thumbnails - it just says thumbnail rather than showing the image memory_limit issue ? how would I resolve that? Sug4r: enlight mib_e22qac memory_limit mib_e22qac: 'memory_limit' could be the most frequently asked question about trouble getting blank pages. The PHP memory_limit should be >= 16M (see your php.ini). You can check it with and read more at http://doc.tikiwiki.org/tiki-index.php?page=Requirements+and+Setup&bl#PHP ok i will have a go - thanks:) nyloth: i'm still kind of unsure about the layout.css only solution hi all! the translated items (like the translated items of the plugin list) in the "big blue" help are not sorted alphabetically, how can I change this? nyloth: when debugging it was currently easy for users to switch the transition css off, but with imported layout it will require editing the theme file to disable they are still sorted based on their original english name however they appear in my language sorry i am not very techy! -where should I put this code? gezza: it would need tpl code modification... mib_e22qac: just go to tiki-phpinfo.php or tiki-installer.php to see your memory limit is that in admin? mib_e22qac: the code above you can put in test.php you would need to create that file yes, admin luciash: i see.. which tpl is it? gezza: or php, even found it! gezza: tiki-show_edit_help or something luciash: ok, I try to solve this. I think it would be reasonable to consider this as a fix for the release, the unsorted translated list is confusing for end users, hard to find what you are looking for thanks for your help nyloth: can it be done so that layout.css will be included in header as first stylesheet and optionally switchable ? I think it says that my memory limit =32 nyloth: in html head gezza: yes, other option would be dynamic filtering of plugin names as you type mib_e22qac: i think it's minimum in tiki 3.0, i'd recommend 64 to be safe luciash, a theme isn't required to import layout.css, if the author doesn't want to use it. i'm only on version 2.3 but how do I change it? mib_e22qac: go for 2.4 (for security reasons at least) or 3.0 if you have php5 tikiwiki: 03chibaguy * r19015 10/mods/trunk/themes/andreas09_tiki_3/styles/ (6 files in 2 dirs): [ENH] Andreas09 theme improvements mainly in forums. you can change only on server -- php.ini file or if server allows it via ini_set('memory_limit','64M'); ok thanks:) nyloth, chibaguy : i think i can imagine layout.css having imported lite.css and layout_table.css between whose could admin switch in html head just an idea I don't see the point of that, really. A theme itself is designed to use either lite.css or a table; it's not something that the site admin can decide which he wants to use. I mean he/she can, but it would break the theme if the wrong choice is made. ah, right, sorry :-p when i hear layout.css it really only reminds me a basic layout... like lite is forget it actually I use layout.css for lite.css-based themes and table-using themes, because it's kind of "middle layer" above the very basic stuff and the theme-specific stuff. layout.css has a "page layout" section, where things like lite.css's #col2 and #col3 width overrides can go. yep, i understand... once i was also thinking about making such base.css or that section can contain td widths for table-using themes. so is it for every theme different ? oh, sorry, I made a mistake. every theme has its own layout.css ? layout.css is always the same, but the theme css file has a layout section. ah sorry. CSS is tricky, can fool you mind easily ;) so a table-using theme imports layout.css but not lite.css, and adds its table-related "layout" stuff. yes, I live with semi-confusion most of the time. ;-) would it be possible to have multiple "base" *.css files as you suggested originally put together by one cssbase.php using php include() to reduce http requests ? just to have them separated by feature so in html head tere would be only one