sylvieg : good "night" here it is 2 a.m. I go on the toc subject. Even the class levelx can be introduce in the leaf.tpl it is better to redact [
] in structures-toc.tpl. The classes to add to the *.css are "ul.levelx". In fact I began thinking with an option to have a toc with item numbering (as in structure management) and a button "display contents all"...
...or "till level x" so I had to work on - and...
tikiwiki: 03jonnybradley * r28480 10/branches/experimental/wysiwyg_ckeditor_update/lib/ckeditor_tiki/plugins/ajaxAutoSave/plugin.js: [FIX] ckeditor: better autosave events handling
tikiwiki: 03chibaguy * r28481 10/trunk/styles/layout/design.css: [MOD] Comments transferred from design-reference.css (which will be KILed), since minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28482 10/trunk/styles/layout/design-reference.css: [KIL] Minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28483 10/trunk/styles/layout/layout.css: [MOD] Comments transferred from layout-reference.css (which will be KILed), since minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28484 10/trunk/styles/layout/layout-reference.css: [KIL] Minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28485 10/trunk/styles/layout/layout-tiki3_level.css: [KIL} Idea was to have Tiki3-level reference file for people updating custom themes, but SVN view can be used instead.
polom
any tracker master around?
I'm pursuing to improve the pre-loading of default values in drop downs from plugin tracker
let me paste my code somewhere...
line 1018 here: http://pastebin.com/ALJnuRsw
which is from tiki trunk (r28400) lib/wiki-plugins/wikiplugin_tracker.php
What do you try to do?
hi sylvieg
I try to allow plugin tracker to show the default values in drop downs
when you are filling the tracker in several wiki pages
(I did send a message to devel list yesterday)
it will be a tricky fix .. difference between empty and isset..
yes, I know (tricky)
and it will be even more tricky for "drop down with other", but step by step
it 's a good excuse to invest some of my payed time (mornings) learning some php and tiki coding...
since we would use it for production
see this: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+03&itemId=5
user and pass in private message
when you visit the page without "itemId", then the default values are filled (i.e.: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+03 )
but not, when the page has itemId=N, and there is no value set yet for that field
which is the case always when you attempt to fill in a tracker from several wiki pages through plugin tracker
I mean, I made the algorythm clear in a piece of paper, but I'm not sure on all the details to convert that algorythm into php for tiki
(similarly for "drop down with other", which is trickier)
for instance: echo($flds['data'][$i]['value']); just shows "array".
how can I show the contents of an array with the echo?
tikiwiki: 03jonnybradley * r28486 10/branches/experimental/wysiwyg_ckeditor_update/ (65 files in 36 dirs): [MRG] Automatic merge, trunk 28457 to 28485
sylvieg, do you know where the logics for the default value in drop downs is set?
I'm not sure if I'm in the right place
Hi xavi, my guess is that it is overwritten by the value the item has. This happens at line 1061. Is not it what you would expect?
hi all :-)
hi Gergely , thanks for the hint! :-)
hi ricks99
and how do you show the contents of an array in php?: echo($f['options_array'][0]) shows one value, but there are more
I'm trying echo($f['options_array'][:]) or echo($f['options_array'][0:1]) but no lluck...
hi ricks
the echo I do not know. If you have an item that has an empty field, you may not show that it has already the default value set.
Hi Gergely
ok, thks
hm... is tw.o community site *stil* down?
ricks99: yes, it is for me, at least, yet
hardware or software?
do u know?
hello room, is there any way to change the default search scope (combobox) in tiki 4.x? i need it to be selected in "wiki pages" by default and not in "entire site"
in 4.x, need to manually edit the tiki-searchresults.tpl template. in 5.x there is a built-in option
ricks99: ah ok.. let me check this.. thanks!
ricks99: hardware or software: no idea. I asked in tag list
New Forum Posts: ?? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38042
wohoo, tw.o is back
indeed
ricks99: which part of the code should be modified? I tried some changes but nothing seems to change..
polom all
ricks99: software
@juano: in the