tikiwiki: 03chealer * r30531 10/branches/6.x/lang/fr/language.php: [FIX] French forums: "Chercher par le nom" -> "Chercher par nom" hello all.. anyone know how I could show start ttimes on the monthly view for a calendar? right now only the event name shows.. pvfa: hi, i don't know sorry pvfa: pls come back later, maybe someone else knows thanks.. i was wondering what the deal was.. thanks for letting me know someone is here.. np dcedilotte: any idea how I could show start ttimes on the monthly view for a calendar? right now only the event name shows.. Can anybody tell me with what part of tiki is the messu-read.php and .tpl related? I had to modify the tpl for a customer and can't figure out where I should see the changes. pvfa, I haven't played with the calendar module yet. But my guess is that you can probably modify the .tpl and add the time. dcedilotte: user messages luciash, cool thanks. ok.. where might i find that tpl? and how likely is it that I can figure it out? Ive done HTML/ASP before.. but far from an expert pvfa, in that case, ask somebody on here if they can't modify it for you. I don't really have the time myself at the moment, but I might be able to help you out in a week or two. thanks pvfa: you can figure out which tpl if you enable to log TPL coments in the generated source of a page on Admin > General panel anyone feel lilke doing some modification? thanks luciash Ill go look there now... luciash: not finding it,.. is that in Logging and Reporting? looking at 6-RC1 now yea lemme quicklook @pvfa: try http://twessentials.keycontent.org/Modifying+Templates might b helpful ricks99: thanks pvfa: oh, sorry, it got moved or i remember wrong pvfa: it's on Features panel pvfa: Programmer tab "Smarty Template usage indicator" luciash: thanks, found it ricks99: is it custom html for the newsletters coming from tiki.org there ? i see some annoying wrong html code in the source of the message ricks99: 1) it should be head tag, not header ricks99: 2) there's huge lot of unnecessary CSS ricks99: 3) there is typo in the class name:
Look & Feel panel resuni: second tab ok thanks resuni: enable top menu and insert your menu ID luciash, by top menu do you mean top bar? resuni: Top Bar resuni: Site menu bar resuni: Menu ID input field how do i get to the list of menus? it was in the 'admin' section of the menu i deleted :/ don't know another way to get there go to tiki-admin_menus.php aha id is 43 and it worked thanks man np @luciash: not sure i understand what you're talking about? what page? the upcoming news page? ricks99: neeeeeewsletters :) ricks99: those which come by mail ah.. i have no idea how that is generated it looks fine in my email client ricks99: ok, just tried... i thought u're in charge of managing them when doing these news announcements ricks99: use the source, luke ;) ricks99: probably it just clips the article automatically lol... looks perfect in my MS-Outlook. Maybe you need a *real* email client ;-) ricks99: looking for the TPL, but still couldn't find it ricks99: it looks "almost perfect" in my client too... just the source code generated its annoying and too big to my taste ;) ricks99: better don't look in the source oh... yea. it very messy, i'm sure how do i put the 'admin' drop-down menu back into the menu? resuni: you can't i guess, you shouldn't touch the default menu ;) heh guess not resuni: unless there is a Profile for it is there? resuni: to bring it back is there CSV data or whatever for it? resuni: no idea, just thinking i don't know what CSV data is, but it's written at the bottom of the page :P @resuni: you might find http://twbasics.keycontent.org/Configuring+Menus useful resuni: just checked, sorry, there is no Profile to apply to bring back the default Application menu ok thanks for looking ricks99, i'll check out that link resuni: tiki-admin.php?profile=menu&repository=&page=profiles oh you found something? maybe the "Test_All_Menus" profile could bring something resuni: but not guaranteed resuni: maybe it will bring more mess even resuni: backup first if you wanna give it a shot nah, i'll just leave that alone oki :) seems it breaks Profiles from being expandable by onclick onclick on the Profile name it just says "Loading profile" next to it but doesn't actually show up anything oh, goddamnit, it doesn't expand even when i switch all Ajax off :-/ nope, it simply doesn't seem to work now in the RC :-( aaah, nope, it seems it is only by clicking on the Test_All_Menus profile problem sorry the others expand well, phew sorry for false alarm again ! :) ok... im getting there... using {$event.startTimeStamp|isodate} gives me 2010-11-05T02:58:21+00:00 .. is there a format other than isodate for just the time? time didnt work.. pvfa: try |shorttime modifier just to confirm, you mean by simply replacing the word isodate with shorttime, right? thats not working.. pvfa: sorry pvfa: try |short_time no apologies needed, I greatly appreciate your help.. pvfa: or |tiki_short_time that should be it short_time does not work, but tiki_short_time is much better, gives me 03:25 UTC .. pvfa: you can set up its format on Admin > General > Date and time... pvfa: available modifiers are listed in lib/smarty_tiki/ got it.. removed the %Z and I get 03:25! greatr ok gotta go now, bbl C-y'a luciash. luciash: thanks again\ My site had a small snafu and it got moved into a lower level directory, when it was fixed I lost my banner at the top, anyone have any ideas on how to fix that? When it was moved back out, the premissions went weird but they are all back to normal now and everythign works, but it just doesn't display the top most banner. athanasia: not me, sorry athanasia, are you sure that you moved the folder or the file containing your banner back to the right place? What happened is everything in /public_html/ got moved in to /public_html/site/ So the file directory structure didn't get changed, just moved one level further down athanasia, did you try going in the configs and reconfigure the location for your banner. here, http://brotherhoodofthespider.org and you can see what i mean Its gone.. not like a broken link to an image, but its jsut gone, along with the formatting on the menu athanasia, in that case, I can't really help sorry. Yay I figured it out editing tiki-calendar_calmode.tpl - need to add event time to calendar monthly view but cannot figure out variable.. event name is {$cell[w][d].items[item].name} .. tried replacing name with start, start_Hour.. no luck any thoughts out there? pvfa, according to the code in the PHP file, it seems to pass in start as the start time of the event. If it didn't work, I'm not sure what you should do but start is the start time of the event and end is the end time of the event. well, time for bed. G'night all. thx hi hi polom luciash ? I see small detail in simple.css with tabs which is not accurate. Shall I try to fix it myself (I hope I don't break anyting else in simple.css), or do you prefer that I let you fix it in your theme? in the meantime, I'll give it a go to see if I find how to (suggest to, at least) fix it oh well, luciash (for later, if you read this), it doesn't matter that much. The thing is that the first tab in a tabset was not displaying aligned completeley to the left (at the same horizontal position of the content underneath) but 1 pixel to the right.... I tried with .tabs {margin:-1px 0 0 0;} in my custom css and that fixed the position of the first tab, aligning it correctly with the box underneath, but then, the lower border of the div class tabstoogle thing (I think) got on pixel to the left also (out of the box), and on e to the right (?) polom xavi anyway, not that important, so I don't commit anything, and go back to other important issues hi jonnyb jonnyb: you still up north UK? yup, back home tomorrow safe trip back, then, for tomorrow :-) jonnyb, quick question of another tiny issue with css: the bg image in strasa for "share" is not placed / floated to the right (as it says the css) but it's displayed to the left example: http://r-help-es.ourproject.org/blog1-Trucos any idea? just having a look it's beyond my skills, I'm afraid... I don't know why this float right is not applied in tiki6, but it was in tiki5 ok, thanks i see it btw, fyi, jonnyb, did you know that chrome has also some firebug lite extension? it's inside div.actions which is float:left ah, ok shall I report to the team of blog revamp, then? yes, and safari too - but they both have ok dev tools built in ah, good to know :-) why do you have layout.css and minified css there? checking... ah, must be becasue it's @imported in the theme s css ah, yes i thought minify css minified those too... yes, minify css is on (i don't use css minify really) shall I disable it ? for you right now, I mean? if you want to fix that float thing ok mind you, it's defined float:left in layout too... maybe it's supposed to be 100% width don't know - as you said, one for the blog revamp guys :) mmm, uninified, cleared browser cache, and same display ok, thanks for feedback. I'll send an email to them email sent :-) mmmm, what was the way to show some page (when the user clicks on some link) inside some colorbox/shadowbox/equivalent? I mean, is there an easy way to produce that, adding some syntax/code to the any url? yes - colorbox does html (as an iframe i think) just make the link as normal and rel=colorbox (i think) mmm, I'll check the wiki links page in doc (its for a wiki or extenal link in a wiki page) mmm, jonnyb, fyi, I've just hit an error on doc.t.o "Auto Save an error: undefined" when attempting to save some changes in http://doc.tiki.org/Tiki7 with Chrome 7.x (in case it matters) ik definitely need more coffee then... brb :) page saved, it seems, after I click in accept from the popup :-) and doc.t.o seems to be using REV 30531 (tiki6 rc1) (message for the irc log) the yellow box at the top says beta 3 - where is that set? arg! got the error ok was certain i fixed that one you found it a week or two ago... :-) dejavĂș... when you save right? (and cancel?) yes didn't try cancel cancel ok (for me) hmm - now not getting it (error alert on save) misteries.... another one for you (if you wish, of course): this doesn't seem to work as expected in Tiki6: http://doc.tiki.org/ColorBox#Content_loaded_using_Ajax using soma ajax and jquery in theory should open the homepage in zukakakina, but it opens the homepage in doc.t.o try just $jq("#ajaxload a").colorbox() instead of all that code (where did that come from?) :-) I have no clue at all... I'm just discoveing how to use all that stuff do the toolbar pickers work for you? (like smilies etc) mmm, where do you mean? in edit page? yes, but only once you've made a change - seems to reload the page something bad's happened... :( might have been the "fix" i did last night mmm, doc.t.o display the smilies all right from the toolbar should I try current svn instead? mmm isn't doc up to date? doc: REV 30531 in my server 30531 is latest ok might be some browser caching going on... well, I don't see any reload in chrome 7.x, at least trying in Fx but can't even log in now... Unable to contact remote server. :( same for me :-/ we killed it! :-) back :P jonny, about $jq("#ajaxload a").colorbox() where do I write the external url then? {JQ()}$jq("#ajaxload a").colorbox() {JQ} in the href just a normal link ah, ok there's one here: http://colorpowered.com/colorbox/core/example1/index.html near the bottom hmm, can't seem to trigger the ajax error in Fx mmm, jonny, how do I separate params inside colorbox jquery? I mean, is this allr gith?: {JQ()}$jq("#ajaxload a").colorbox({ href:'http://zukakakina.com/tiki-index_raw.php?page=HomePage', width:"80%", height:"80%", iframe:true;});{JQ} with commas? er, no... mmm, that's why, then, I broke this page: http://doc.tiki.org/ColorBox :-) i'll have a go just with "href", the page was not being displayed in an iframe my changes are here: http://doc.tiki.org/ColorBox#Example2 yes, just meddling with it... :) :-) thanks, and sorry (slow learner here, you know :-) ) you just need |box at the end of the external link less===more jQuery(less) === more :) or have i misunderstood? :-) the link at the bottom to the colorbox site was like that already ;) :-) nice! he he, do you wanna see some other oddity? (from searching for colorbox a few min.s ago: http://doc.tiki.org/PluginImg&highlight=rel=colorbox ) still issues with highlight, it seems (or search, or who knows...) nice - god thing LPH is rebuilding search :) Well, I was searching for "rel=colorbox" :-) (good even) and searching for "colorbox" from that page produces the same ok, back to trackers and colorbox magic :-) and me back the that ajax error xavi: are you finding it always saves ok? (and the autosave is removed when you do?) it's saving ok for me in doc.t.o (if I ignore that error message) and I ignore the autosave link on top from the autosaved version , I mean hmm, it shouldn't be there if you've done a real save - only if you reload the page or quit the browser etc which seems to be what happens for me, except on one of Geoff's servers for some reason i think i need to understand ajax queuing better... (for 6.1) for now i'll just hide the pointless alert ok, fair enough I've added the tip for simple colorbox param in http://doc.tiki.org/Wiki-Syntax+Links#Example1 was missing in that page (where I first went to look for that info) tikiwiki: 03jonnybradley * r30532 10/branches/6.x/lib/ajax/autosave.js: tikiwiki: [FIX] autosave: Suppress ajax error alert when there's no error to report. Occurring in Chrome/Safari when clicking Save. tikiwiki: Also make remove_save wait for auto_save to finish to avoid locking (more to do for 6.1) tikiwiki: 03sampaioprimo * r30533 10/trunk/lib/ (3 files in 2 dirs): wordpress importer: option to set new imported blog as tiki home page hi I can use HTML plugin but not in preview... it says plugin is pending of approval it's approved already j0n3: known issues, I think quite harmless, luckily and I don't know how to fix, of course fyi :( i'm trying to document using yUML polom Using tag works on preview of Wiki page but not viewing final Wiki page. Using {HTML} works the same but inverse hi rodrigo_sampaio hi jonnyb jonnyb: do we have any progress bar in tiki? jonnyb: I would like to use a progress bar to indicate the status of the wordpress importer yes, there's a jquery-ui one - it's used in the tracker export in ajax mode j0n3: sounds like a good plan - what is yUML? jonnyb: I will check it, thanks jonnyb: (hi rodrigo_sampaio ) I'm afraid that sylvieg removed it while fixing the error with tracker item export in ajax yesterday fyi jonnyb: try this http://yuml.me/diagram/scruffy/class/[Centralita AVAYA IP OFFICE 406]Expansion 1<-Expansion[IP OFFICE 500 1],[Centralita AVAYA IP OFFICE 406]Expansion 2<-Expansion[IP OFFICE 500 2],[Centralita AVAYA IP OFFICE 406]SLOT A 1<-RDSI 1[PATCH PANNEL de LINEAS],[Centralita AVAYA IP OFFICE 406]SLOT A 2<-RDSI 2[PATCH PANNEL de LINEAS],[Centralita AVAYA IP OFFICE 406]SLOT A 3<-RDSI 3[PATCH PANNEL de LINEAS],[Centralita AVAYA IP arghgh at least, tracker export now works also with ajax (priority 1) what? :( ok yuml.me xavi: :( jonnyb: many samples there xavi: anyway, I will check the commit history for the progress bar jonnyb & rodrigo_sampaio : "removed" from the interface, not from whatever lib it came from, I guess ok, not a tiki thing then (so i won't have to mend it! ;) ) just a tool for creating UML diagramas using code image it's better to see than reading my explain :S and fyi, rodrigo_sampaio and jonnyb : I could see it progress anyway... it was going for me from like 2% to 100% in 0.0001 sec (tracker with 40 items or so) s/I could see/I couldn't see yes, it only really works with 100s of items ok :-) rodrigo_sampaio or jonnyb : if you try to re-add it to tiki6.x, please drop me a meesage that I'll test in that site where tracker export was not working in other sites of myself, (other settings, servers, etc.), it was working fine so there was (it seems) some conflict with specific set of settings, or server, maybe sylvieg can mend it (after 6.0 of course :P) what? I have nothning to do with the progress icon the places I changed are not related ... I suppose it is another commit well, then, it must have been a coincidence in time. I meant that after I tried your commit (and any others from the few previous hours or days), progress bar in ajax for trackers was gone ok, it must be another commit sorry for typing your name is it a feature because as I switched on and off ajax pehaps the feature was desactivated ok, let me do a quick check (just in case, for the sake of clearness) tikiwiki: 03xavidp * r30534 10/branches/6.x/templates/tiki-index_p.tpl: [FIX]Allow removing the editdate code when the setting is selected to hide that information ajax and xajax are still on ... hi sylvieg - apologies also - i didn't check just trying to keep up with critical failures and no sign of the ajax progress bar there... (as it was a few days ago ) that accordion thing has the first section open, and the user don't have a clue that there are three other things underneath... another tab set (or similar) would be perfect for that... this reminds me of the usability improvement that was done to the wiki helper popup, showing tabs for wiki syntax help, plugin help, search help, etc instead or one section below the other fyi ui-tabs-nav instead of ui-accordion.thingy hi ricks99 hi all :-) and xavi :-) mmmm, it might be related to changing just "accordion" in line 551 of tiki-admin_trackers.tpl for something else which matches ui-tabs-nav... xavi: i agree "sub-tabs" would be better but that was a quicker fix - it was madness when it was one long page (imho) do menu items not get html encoded? i have loads of validation errors about spaces in hrefs and &'s in text @jonnyb: question about jq infinite carousel... never used it myself (hi ricks99) it seems that the location for the icons (next/prev/pause/etc.) are hardcoded to be in ../js/.. but the ../js/ folder is not in tiki 6 (the icons are actually in ../jq... how to fix? do u know? probably override-able - see what variable it is being set to and then set that to something else? of maybe you can set them when you initialise it? check the developer's docs (expect you did already) k. will check into it (quick fix for my site was to simply dupcliate the content into ../js/.. folder wasnt sure if you knew, since u r Mr. JQ jonnyb: quick question, in case it's easy to change (but I don't get it yet) I've changed line 551 in tiki-admin_trackers.tpl (6x) to: {jq}if ($.ui && $(".tabs").length) $(function() { $("#content3").tabs({});}{/jq} but that didn't work (jq tabs are not shown) original line was: {jq}if ($.ui && $(".tabs").length) { $("#content3").tiki("accordion", {heading: "h2"});}{/jq} think i probably tried that xavi - that's why they're an accordion :P :-D ok ricks99: sounds like a good cheap fix :-) ok, it is, then, I forget about it (me back to trackers & colorbox & pluginR s/(me//me :-) y, simply duplicating directories is well within my skill level ;-) tikiwiki: 03sylvieg * r30535 10/branches/6.x/lib/wiki-plugins/wikiplugin_snarf.php: [FIX]snarf: effectively pass the param to code (especially ishtml) back tikiwiki: 03sampaioprimo * r30536 10/trunk/get_strings.php: [ENH] get_strings.php ignore php unit tests dir (lib/test) Recent Bug: Tracker item: #3625 - - Cannot modify user in tiki-adminusers - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3625 hi ricks99 can I ask a question? sure cheers.....images will not display in file gallery and all perms allowed, any ideas? for no users? including admin? thats right are you storing the images in the database or directory? database check your db encoding. this is a common issue. see the release notes for full details. cheers see http://tiki.org/tiki-index.php?page=ReleaseNotes5.0#Corrupted_file_uploads tikiwiki: 03luciash * r30537 10/branches/6.x/lib/newsletters/nllib.php: [FIX] newsletters: typos in html and class (could not resist... you do not see this ;)) polom polom hola xavi hi luciash xavi: i would say it's ok if not aligned to the left edge... worse would be if it was more to the left or "flying above or around" yes, I agree, luciash xavi: did u notice geshi ignores the param wrap=1 ? tikiwiki: 03chibaguy * r30538 10/branches/6.x/styles/strasa.css: [FIX] Removed background image and width from Share icon in blog post. Thanks to Xavi and others for noticing. luciash: I didn't know it was geshi. but yes, I saw that sometimes, the wrap=1 was not being applied even if set I knew that it's not applied if you use line numbering, of course but not when no line numbering incompatible with line numbering in recewnt geshi's becuase the way they handle line numbering since early releases using a table with two cols, I think anyway... tikiwiki: 03chibaguy * r30539 10/branches/6.x/styles/darkroom.css: [FIX] Moved .author_actions icons to the left so all icons are together, in blog post. xavi: ah ok, i noticed that on doc.t.o chibaguy chibaguy :) New Forum Posts: Where to dowload plugins? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39356 New Forum Posts: Centralized Styles - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=39358 New Forum Posts: adding object to category automatically - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39357 hi chibaguy, luciash, xavi and all how would I load a css only if Ipad is user agent? need to set overflow: auto to overflow: scroll only for safari at ipad coaboa: hi, see the link on IphoneDev oki thx hth >devtwo IphoneDev http://dev.tikiwiki.org/IphoneDev sure sylvieg? hi coaboa yes this trick with tracker field auto-increment and itemId doesn't seem to work for me the tips are related to iphone and mainly assumes that screen size is limited but the Ipad has 1024px resolution which is larger than normal fixed width? at least when you edit one item https://161.116.82.31/tiki/item23 ^example I edit it, & save. Is it expected to fil then that field that you added, with the itemId number? the itemid will be set only for new item - otherwise there is a script in thje doc page (didn't do it for me) ah, ok, thanks I'll try with a new one New Forum Posts: Header paragraph in blog ? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39359 hi how do i add a new theme to tiki website !help You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . help Welcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ . >help (help [] []) -- This command gives a useful description of what does. is only necessary if the command is in more than one plugin. jamjam see themes.tiki.org i have download new theme to hdd how do i apply to website upload to webserver and then select from admin-look&feef *feel sylvieg: yes it works with new ones. thanks for tip (I didn't know this feature, and it seems to be there since tiki2 !) but in which directory to upload intp jamjam: styles to styles, and templates to templates ;-) at the tiki root level so probably, you'll see those directories at the level of ./public_html/templates , etc of htdocs instead of public_html, etc bbl ok, see you later also so i just upload new theme to www.example.com/templates ????????????????????????????????] the theme eg. tikipedia has two subfolders 1) templates 2) styles copy those over the already existing folders with the same name in the tiki root dir tikiwiki: 03lphuberdeau * r30540 10/trunk/ (4 files in 4 dirs): [NEW] Allowing to specify a default perspective per given subnet so do i put into themes folder or styles content of themes folder to themes and content of styles to styles WHAT IS THE BEST FREE FTP PROGRAM those folders have to be there if tiki is correctly installed filezilla have to go 50 cent JFK 2012 WATCH OUT jamjam: coaboa meant templates folder == themes folder there is no themes folder in Tiki tikiwiki: 03lphuberdeau * r30541 10/trunk/lib/setup/prefs.php: [FIX] Missing default values tikiwiki: 03lphuberdeau * r30543 10/trunk/lib/ (jquery_tiki/tiki-jquery.js tiki-js.js): [ENH] Use short plugin syntax when no body is required - can't figure out why the code is at two different places I ADDED THE THEME TO STYLES AND THEMES BUT STILL CANT APPLY IN LOOK AND FEEL did you put the .css of the new theme in the /styles folder? and did you clear the tiki cache? yes# odd. should have worked. try clearing ur browser cache too. if i give you my ftp details can you do it for me please] its driving me nutz just look in your /styles folder. If the .css file is there (and it is a valid file), the theme should appear as an option on the L&F page try logging out/then back in tryied it no working can u do it for me pleazse if u want to pm me your login info, i'll take a quick look can i email it to you via hotmail if u rather email sure: smarty AT keycontent DOT org thnaks i will email you later i have to go thanks again :) k polom I got "Auto Save an error: undefined" when saving a ticket on dev.tiki.org, on r30543 hi chealer that's a JavaScript alert, which didn't prevent the modification from being saved jnooy was after that, and probably fixed it in recent svn hi xavi jonnyb, I mean yeah, I'll tell him when he comes because r30543 is the latest if you see the irc log frmo today, you'll see me reporting this a few hors ago, and him fixing it :-) ah, ok, than it's not fixed yet that's in Iceweasel 3.6.12 coaboa: coaboa: to set the width of the viewport of iPad coaboa: and then @media screen and (max-device-width: 480px){ /* All iPhone only CSS goes here */ } coaboa: instead of 480px you put the iPad width coaboa: it's all there > http://www.catswhocode.com/blog/10-useful-code-snippets-to-develop-iphone-friendly-websites thx luciash will investigate it's for iPhone/iPod Touch but should be simmilar for iPad although i've heard rumors that iPad is the next IE6 :-/ lol. testest with safari on windows and thought it'll be the same on ipad... so now as IE9 is out there has to be a replacemnt for IE6 ;-) New Forum Posts: Breadcrumb - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39363 tikiwiki: 03sylvieg * r30544 10/branches/6.x/lib/setup/sections.php: [FIX]categ: to have obectCategoryIds correct when viewing a blog tikiwiki: 03lphuberdeau * r30545 10/trim/ (24 files in 3 dirs): [MOD] Allow to change the connection port tikiwiki: 03lphuberdeau * r30546 10/trunk/ (2 files in 2 dirs): [MOD] Add option to stay on current page when switching perspective tikiwiki: 03lphuberdeau * r30547 10/trunk/lib/tree/categ_browse_tree.php: [ENH] Adding odd/even class on li items to add some contrasts between rows In tiki 3.8 when you send a user message to a group, is it normal that when you check the send messages nothing appears in the receiver field? *sent tikiwiki: 03marclaporte * r30550 10/trunk/lib/wiki-plugins/wikiplugin_code.php: [FIX] put default values to null instead of 0, so that they don't show up when unchanged from default New Forum Posts: Need some help with jquery - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39366 sylvieg? I need some help again with the autosave fields, etc. or access to that site where they use it combining the 2 trackers, etc. in short: I don't get the itemId value from tracker1 to be saved in the tracker2 associated itemId example: https://161.116.82.31/tiki/BasicPipe+Section+13&itemId=46 Recent Bug: Tracker item: #3626 - - dynamic items list does not populate when inserting a new item - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3626 when in the 'forums' section on my site, there's an annoying bar that appears in the toolbar: http://orangutanwarehouse.loud-mouth.net/nex/tiki-view_forum.php?forumId=1 is that a bug in the template? and this is the url that I'm using to fill the other page with the plugin tracker to fill the associated item in the other tracker: https://161.116.82.31/tiki/tiki-index_p.php?page=BasicPipe+Section+13b+new&autosavefields=205&autosavevalues=46 resuni: not shown to anonymous bbl (dinner) yeah, but it still shows the bar when you're in that section you don't need to see the forum to see the problem i have in the toolbar hello hi sylvieg hello xavi try to take away the autosafields/values in the 13b neww page- because there is a conflit of priority between url and params what is in the bar? resuni: seems you have a funny option in your menu what funny option? like an options after Forums? yeah did i do that wrong? I do not know but probably here's what i have: look after gheneral discussion home/news through skype is type:option then i have forums as a section level 3 I need only to know general discussions and the nextone then general discussion is an option that's all i have in the list why forums is level 3 should be level 1? idk i made it level 1 and it made no difference still have that annoying block there back i'll try making it a sidebar instead you should have option, option, option, option, level 0, option thanks, sylvieg, I'll have a look level 0? ok i'll try that xavi I changed the file - put in comments what I deleted try to test - but I am lost.. resuni: ok, that's the horizontal menu. toolbars in tiki are usually the ones with buttons to add wiki syntax quickly, etc hey, that worked thanks oh ok ok, no prob., sylvieg, I'll test again but i made a menu and was able to make it the horizontal toolbar couldn't i just do the same with a vertical sidebar? the same menu can be used vertical or horiz how do i use it as a sidebar then? i'm looking through the look and feel panel and can't find anything create a user menu containing the menu and put the user module in the left/rigth modules i'm assuming user menus are different than admin menus how do i create user menus? resuni: read the documentation about user menus start from here: http://doc.tiki.org/Menus ok sylvieg, solved, itemId is saved in the second tracker now :-) :-) I changed the tracker field where the itemId was to be saved from item list to numeric field, and, it removed the param itemId from the url, and it seems to save now I also changed the tiki-index_p.php for tiki-index.php, just in case somebody with experience using mediawiki importer and inport attachment? wondering if I can put all the files in a subdir as in the xml I have file:xxx.jpg directly sylvieg: speaking about trackers, I also found a bug in tracker exportation. It's not blocking me now that I know, but FYI, if a tracker has a time field, the exportation is empty, at least by default. no fields are exported because the tracker filters entries which don't have the default value for date... that is now. the ajax export on thje old export I bet it is the ajax export? sylvieg: I don't know, the old one I guess, it's been there for a while but ajax is by default now desactivate ajax and check if it is different sylvieg: in tiki-export_tracker.php (I had the date working in the spring - did not try again recently so if you fo tiki-export_tracker.php?trackerId=x you do not have the date? sylvieg: oh, it's for tracker *items* exportation sylvieg: the one that's at the top of "Export Tracker Items" in 5.x, called... "Export Tracker Items" with many exportation settings, including Filters that appear when you click the button but this one can be tiki-export_tracker.php or tiki-export_tracker_ajax.php sylvieg: it was calling tiki-export_tracker.php sylvieg: the problem is not that I don't have the date, it's that the file is empty, because it has no entries so it is filter tath does not work? sylvieg: yes, or rather it works too much... it filters when I didn't ask it to do so sylvieg: they're all filtered because the date of each is different from the current date (which is precise to the minute, it may even be a timestamp) sylvieg: that may only affect the jscalendar type jscalendar & phplayersmenu are survivors in the jQuery age is there a replacement for jscalendar with jquery selecting date is for me painful in tiki Hello there. I'm doing some video editing and need to know: Quicky, would anyone remember in how many languages is Tiki translated? daniam: 49 in tiki6x sylvieg: I can't get now thelist of items... of which tracker? see this: https://161.116.82.31/tiki/BasicPipe+Section+13&itemId=46 or only the depending one I'd like to list the items in tracker3 (more than one) which are linked to the item selected in tracker1 (only one) filterfield of tracker3 seesmincorrect to me??? why 180bis incorrent? s/180bis/180 is OK, tks. So, what do you prefer: a) Tiki is translated in more than40 languages b) Tiki is translated in many languages c) Translation into more than 40 languages Think of titles rolling at the bottom of the screen. though it was 25ish 49 is the total number of langs in the folder ./lang/ daniam: it is hard to gicve a number without quality/completude of each tradf it doesn't mean that they are fully translated... mmm, bed time here if have any further clue, Sylvie, I'll apreciate (I'll check tomorrow) xavi try filtervalue instead od exactvalue please try (if you wish) there on that site thre are some bugs about he dispatch exact/filter otherwise should work ... will have a lokk tomorrow - food time OK, I'll go safe: How about: Tiki is translated in many languages sylvieg: filtervalue produces same effect as exactvalue: ermpty list daniam: better/safer :-) Tks, good night. I will say 49 languages with an average comopletion of ... 60% g'night and thanks sylvie for having a look (& enjoy the weekend! :-) ) I'll go safe. I have to think about the "timelesness" aspect of the clips. Meaning that the wording has to be valid today, tomorrow and in three years.