marclaporte: joined #tikiwiki marclaporte1: joined #tikiwiki Tiki|bot: joined #tikiwiki
New Forum Posts: Revamping the Update Notifier: please provide feedback before we start the work - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48893 Tiki-KGB: 03xavidp r47317 10mods/trunk/wiki-plugins/r/temp/.htaccess
[FIX]Needed since Tiki11 to include in an iframed wiki page some html files produced by R packages (such as rCharts) server side at the corresponding temp cache folder for that site (in multitiki environment) and wiki page.
03xavidp r47318 10mods/trunk/Packages/wikiplugins-r.info.txt
[FIX]Fixed for Tiki11+ the iframed wiki pages to include some html files produced server side by R packages (such as RCharts). Nowadays relative urls to .html files can be loaded in the iframe chibaguy: joined #tikiwiki
polom. -: chibaguy is hoping for easier-to-customize menu styling in future Tiki versions. Too much work messing with #tiki-top .cssmenu_horiz etc etc. ;-) chibaguy: Of course the styles, selectors, properties should be documented and easy to apply to a new theme, but I've been lazy, I guess, so now I have to pick at my theme with an inspector to figure out/recall what to modify for the end look. Telesight: joined #tikiwiki marclaporte1: chibaguy: will Bootstrap help? chibaguy: I haven't looked at Bootstrap menus yet, but I imagine they are less complex than the Superfish menus we use now. But actually I've seen some criticism/comments about Bootstrap menus, so wasn't sure if we'd want to shift to them completely, or offer a choice of menus.
At least by default (I don't know if it's configuration) Bootstrap menus' dropdown displays with a click, not a hover, which is nonstandard. Also, no shadows; also, CSS is provided for only one level down. I guess this is all due to the "mobile first" approach.
So maybe it's something we need to discuss.
But Superfish menus are progressing, too, for touch interfaces, so maybe we can support both.
But I'm having fun with Tiki and Bootstrap experiments so far: http://zukakakina.com/tikitrunk/HomePage .
^^^ Compare PC and tablet or phone views. ;-) marclaporte1: :-) chibaguy: joined #tikiwiki Tiki|bot: Recent Bug: - Pagination doesn't work on 11.x - http://dev.tiki.org/item4709
New Forum Posts: issue with 11.x regression (route.php): how to show a local html through iframe - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48897 pianoliv: joined #tikiwiki chibaguy: joined #tikiwiki arildb: joined #tikiwiki rodrigoprimo: joined #tikiwiki Tiki|bot: joined #tikiwiki
joined #tikiwiki nkoth|nelson: joined #tikiwiki
joined #tikiwiki Tiki-KGB: 03changi67 r47319 10branches/11.x/lib/tiki-js.js * [FIX] Sometimes foo is null rodrigoprimo: joined #tikiwiki marclaporte: joined #tikiwiki amette: polom fabricius: joined #tikiwiki marclaporte: joined #tikiwiki
polom Tiki|bot: New Forum Posts: Need Plugin execution pending approval - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48898 Tiki-KGB: 03xavidp r47320 10branches/9.x/lang/ca/language.php * typo
03xavidp r47321 10branches/10.x/lang/ca/language.php * typo
03xavidp r47322 10branches/11.x/lang/ca/language.php * typo redflo: joined #tikiwiki nkoth|nelson: joined #tikiwiki aluno: joined #tikiwiki skulltrail: Hello guys
i have a problem changi: skulltrail: it happens
skulltrail: what is it skulltrail: i'm trying make a feature
to files in galleries be shown categorized
and i'm editing file-fallery php
i understand how works
the section and foreach to show the files information
on template
but
i need differently show run foreach
like foreach inside foreach
with a muldimensional array
This array contains the others arrays with files information changi: skulltrail: and what is the problem ? skulltrail: my way not working yet
and i don't know what i can make
my idea is which the how i'm running the array, is wrong
The template file is list_file_gallery_content
"list_file_gallery_content.tpl"
i'm trying add a new section/foreach above the section "{section name=changes loop=$categs}"
folow the way described on this "http://www.smarty.net/docsv2/pt_BR/language.function.foreach.tpl" and this "http://www.smarty.net/docsv2/pt_BR/language.function.section.tpl"
but...Don't work
=[22:12] rodrigoprimo left #tikiwiki changi: skulltrail: you could start to display the $categs content using {$categs|@var_dump} do be sure you have your content
skulltrail: after that use var_dump with your changes value to see what's inside
skulltrail: we are using v3 of smarty arildb_: joined #tikiwiki skulltrail: thnak you