Recent Bug: Tracker item: #4055 - - Wishlist and bugs reporting : why not to have defined "Related project : Release 70 ; Release 80 ? - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4055 hi :) still trying to get my page with the form working... can i somehow change the select statement in a call to the sql plugin with the values in the form? i'm thinking i'll need to make a plugin to bridge them...any tips on how i might do that? Hello I do not know if I've overlooked but possibly somewhere is what the hardware requirements Tiki Wiki CMS Groupware has? polom tikiverse tikiwiki: 03chealer * r38919 10/trunk/lib/setup/user_prefs.php: [REF] Timezones: minor simplification/correction/clarification (DateTime knows CEST. remove timezone regex check now that there's a proper check) tikiwiki: 03chealer * r38920 10/trunk/lib/setup/javascript.php: tikiwiki: Timezones: when detecting browser's timezone, do not set local_tz to UTC if detected timezone is not recognized tikiwiki: Note: partially reverts r33286. This should cause the timezone to change from UTC to the default timezone when detection fails New Forum Posts: How to do mandatory category for wiki pages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42671 I need to create a list of tracker items, that has a "checkbox" so that the item can be "crossed off" on the list. Is there any easy way to do this that I ahve missed? hi does anyone her know if it is possible to pass filter params by url parameters for a trackerlist or trackerfilter? yes it is aleu, this is great news, can you also tell me how to do that? http://doc.tiki.org/Wiki+Argument+Variables <- it's with these if you include an argument variable on your page with {{yourspecialarg}} you can pass in the value for that placeholder by specifying an url param named the same in this case it would be somethinglike: yourwikihost.com/tiki-index.php?page=myPage&yourspecialarg=yourspecialvalue aleu, the cool thing is, that these arg variables are rendered before the plugins, so they can be used as argument values. so in your case with the trackerlist it would be {TRACKERLIST(... filterfield"200" filtervalue="{{yourspecialarg}}" ...) where 200 is the ID of the field youw ant to filter more filtering options etc. can be found on the individual plugin doc pages. aleu. great, i will immediately try that, thank you very much! aleu, no problem, don't hesitate to highlight me if you have further questions, I have used these features extensively :) everything works very nicely, thanks again! I have however one mor question: how to enable this filtering only if a parameter was entered? so if no url parameter was given I should somehow disable filtering, in order to show all values otherwise i will just get the message that no entry was found aleu, hmm aleu, the easiest way if probably to hack the argument variable parser. is* else you have to maybe do it with the JQ plugin. aleu, depends, do you mind having to edit a php file everytime you upgrade to a new tiki version? aleu, The simplest solution might be to add a link to a similar page that doesn't contain the filtering. because I don't know any way to remove plugin parameters. maybe you could have both the filterfield and filtervalue be set by an argument variable if the filterfield is empty I don't think it knows waht field it should filter by and thus would filter by none. Allthough you'd have to test it long time no polom polom back :-) hi Jyhem Merbster, thank you very much for your ideas, the simplest way, which I will use, is to have a similar page that doesn't filter. filterfield as param does not work, as it says "incorrect filterfield" when nothing is passed. Thanks again very much and have a nice day! aleu, no problem :) polom all hi RobertPlummer Good day to you guys :) hmm Why does tiki interpret a linebreak as a br in the HTML plugin? as a
* Did it always do it like that? jonnyb: pdf export, get a chance to check it out yet? hi RobertPlummer - nope, sorry emergency firefighting only recently :) i'm afraid i did find a little issue with the code plugin on dev.t.o (although greatly improved in general, thanks! :) ) i set the "colors" param to "php mixed" and nothing shows up at all (in Safari) tikiwiki: 03jonnybradley * r38921 10/trunk/lib/trackers/trackerlib.php: [FIX] trackers: Update items count in the tracker definition before updating unified search index (in case it doesn't return) tikiwiki: 03lphuberdeau * r38922 10/trunk/templates/modules/mod-map_layer_selector.tpl: [FIX] jQuery would not send the correct element as 'this', likely because element is added afterwards to the tree, optional layers now toggle correctly Is there any way to rename the 3 tracker item status ? or would I have to rely on JS? :P Merbster: you could try the custom lang.php file? jonnyb, but that would not be page specifik that would be global across the whole wiki I think and then it would not fit I am thkning about using JS to rename the selection text but not the values sounds like the only way for now (without building some new features) this is the FINAL deadline 20 dec. and I have a second project too where I have to build a database that can support enough data to simulate logisitcs at a hospital so I am cornered enough as it is :P New Forum Posts: Print verions of thumpnail pictures - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=42676 Recent Bug: Tracker item: #4056 - - Avatar PNG Background Transparent to Black on Resize - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4056 Recent Bug: Tracker item: #4057 - - Login Hover - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4057 polom lomop on a tracker (form generator), i have a country field (external country tracker). For some country (checkbox y/n in the country tracker) i need to display dialog box that show specific information concerning this country… Any idea someone on how to do that ? Bernard1, what kind of information? images, text, video? or just text? just text hi Merbster :) does it have to be presented in a certain way? Hello btw :) nothing fancy a browser dialog box can do ;) Well there's the new plugindialog box but you'd need to know a bit of jquery to hook it up to the different country links. also if you have 100 different countries I don't know how well it would scale with 100 dialog plugins on the same page. you'd have to test that or ask the author of the plugin Mmm… my idea is to have a "travel" tracker and a "country" tracker. (dynamic link). In the country tracker you have the country name, a checkbox (alert y/n) and a alert text content. when a country is selected and has alert=y the alert text content should be displayed. i fear the plugindialog is not really adapted… you are right if it can be done as simple as an alert() I'd go with that too LOL… me too if knew how to do it ! I am thinking how are you displaying your records? ... good point ! with trackerlist or list ? pretty tracker you can use pretty tracker on either of those template with input plugins for a form generator… I believe that (don't laught i'm not a coder) a kind of condition (if) on the tracker country, with field = country selected. but i have no idea on how to do that you can't really do conditional fields without some jquery stuff ok conclusions; It can be done. But i have to find someone to do it for me. :) tks Mebster, i got a romantic night so i should think about this tomorrow now. cu ;) Rule 354: romantic nights hate computers and playstation I know I live with a woman :) tikiwiki: 03robertplummer * r38923 10/trunk/ (4 files in 4 dirs): [ENH] Refinements to much of the input building process, getting things like repeating and dependancy cleaned up tikiwiki: 03robertplummer * r38924 10/trunk/lib/ (core/Report/Builder.php wiki-plugins/wikiplugin_report.php): [FIX] Handled defaults and if report is blank tikiwiki: 03robertplummer * r38925 10/trunk/lib/jquery_tiki/tiki-jquery.js: [FIX] Code cleanup for visible event tikiwiki: 03robertplummer * r38926 10/trunk/lib/codemirror_tiki/codemirror_tiki.js: [FIX] once visible only needed, not bind tikiwiki: 03robertplummer * r38927 10/trunk/lib/wiki-plugins/wikiplugin_report.php: [FIX] Switched to visible element, it beats the guess work does somebody know if I can use the auth token for another tiki site? or is there soem doc? http://doc.tiki.org/Wiki-Syntax+Links&structure=Documentation+TOC something is broken again with the code plugin - there are a lot of {HTML}