polom I wonder why, at themes.tw.o, trying to assign the Application Menu module, I get an error "php layers not available at this site", while at zukakakina.com I can assign the module and it doensn't care that php layers isn't turned on. themes.tw.o was recently updated to current svn branch 5.0; zukakakina.com has older 5.0 code, if that makes a difference. Application menu shouldn't need php layers. chibaguy: hi chibaguy: no idea but i guess it is just wrongly formulated error message hi luciash Yes, I don't see any sign of php layers being used for that menu. ah, my mistake. at themes.tw.o Application Menu is a custom module that specifies php layers. ah luciash, I was just looking at the Shadowbox gallery page at zukakakina.com. The popups don't recognize the viewport size, it seems; I have to scroll to see the whole image. This isn't right, is it? doesn't seem to be which one specifically ? image ? or ? the images, when they are larger than the space. lemme check chibaguy: hmm, you are right chibaguy: it worked before with shadowbox for sure Also, I thought that, before, there were navigation links on the images in the set of three. Or am I thinking of something else? something else there was just prev / next link no 1, 2, 3 well, no prev/next now, it looks like. right :-/ The image sizing seems to work ok in a file gallery image popup. it is messed up with the lot of new img wikiplugin params i guess apparently so. Recent Bug: Tracker item: #3499 - - Colorbox popup for wiki images doesn't recognize viewport size. - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3499 New Forum Posts: Tracker rows - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37870 New Forum Posts: Wiki Page Attachments - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37871 tikiwiki: 03jonnybradley * r28115 10/trunk/lib/ (3 files in 2 dirs): [FIX] Cclite payments: Error checking was causing errors (also more tidying and testing of cclite plugin) rehi tikiwiki: 03cdrwhite * r28116 10/trunk/ (lib/socialnetworkslib.php tiki-socialnetworks.php): [FIX] removing facebook-sdk dependency and curl dependency tikiwiki: 03jonnybradley * r28117 10/trunk/ (5 files in 4 dirs): [CSS] Remarksbox: Some small layout tweaks (& colours in jqui) polom polom xavi1 polom if I want to add a new action with its corresponding icon to the custom header "sitemycode"... hi jonnyb and luciash :-) could we have cookie stored state for closed remarksboxes in trunk pretty please ? ;) ... such as one the shown there already for admin {icon _id=database_refresh title="{tr}Clear all Tiki caches{/tr}" href="tiki-admin_system.php?do=all"} how do I know which icons I can use? they're all in pics/icons xavi1: yes, look in the pics/ just leave out the .png ending s/one the/one of the brr, ok, I was in img/icn, img/icons / img/icons2 it'll use ones in the styles dir if they're there img/icons should b killed :-p ok, thanks next question: how to I make that line only shown if a setting is enabled? example: I want to add something like: {if $preference.bla_bla eq 'y'}... or was it $prefs ? :) probably {icon _id=admin_i18n title="{tr}Enable interactive translation{/tr}" href="tiki-edit_languages.php?interactive_translation_mode=on"} with appropriate icon, that I'll search right now but this line should be only shown if "use db for translation" is enabled ok, thanks, luciash, I'l search jonny, and one more for you: how can I see the icons in aptana/eclipse? graphically, I mean double click? jonnyb: ^ :-) 8) I mean all together, not one by one (you wanna kill me!) ok, never mind, I'll go to external tools... (file manager out of eclipse) :D :-) one by one is all eclipse can manage afaik (there might be another plugin for that though) ok, fair enough, jonnyb (thanks for tips) jonny, would the syntax be like this?: if( isset( $prefs['lang_use_db'] ) && $prefs['lang_use_db'] == 'y' ) { or like this?: {if $prefs.feature_lang_use_db eq 'y'} ^jonnyb depends which language you're in - #1 is php, #2 is smarty like this i would say sorry that I feel as if I'm still asking newbie questions, but... I feel as a newbie, still for smarty, yes in sitemycode, smarty then also whether you're after lang_use_db or feature_lang_use_db (one of them is probably correct) however, for smarty, I don't get the feature name... feature_lang_use_db does not exist lang_use_db does so I'll try with that looks like it's only lang_use_db New Forum Posts: Date / Jscalendar Tracker Field - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=37879 phpmyadmin to the rescue sitemycode is the place for you then! :-) so, this bit doesn't seem to be right, then: {if $prefs.lang_use_db eq 'y'}{icon _id=world_edit title="{tr}Enable interactive translation{/tr}" href="tiki-edit_languages.php?interactive_translation_mode=on"}{if} not working? looks ok to me argh, so it did for me, but I forgot to end properly the last if clause got it {/if} anyway, still WSoD... :-/ I'll remove my part to bring the site back aha, after fixing the {/if}, my problem was called "tiki cache". Solved *g* ok, it works now. I'll commit to trunk, at least i guessed that I hope I can use interactive translation from now onwards like crazy at every single site where I see non-translated strings... as well as other users with tiki_p_admin :-) I had a nap today! :-D the first one (30 min) in many many months.... i meant that quick admin only for development testing... it got stuck somehow there though and got into the releases :-p there was a blurry bit on the plane - probably counts as a nap cool blurry bit :-D we missed you luciash heh, and besides that, xavi, the interactive translation was fixed again by lph in the meantime, right ? "development testing": luciash, it's perfect for users with tiki_p_admin. It's been always handy, imho (last time i checked interactive translation in branch5 it was broken by regression iirc) luciash: yes, and it works even with Catalan!!! (I can't believe still :-) ) luciash: give it another go. lph refactored/improved it for mozilla, and I can tell you that it works xavi1: hmm, google chrome here now xavi1: but i will try jonnyb: would you mind if I commit this small icon+link in 5 also? (sitemycode) hmm, who invented Change password enforced must be "Minimum 5 characters long" now in trunk ? handy for users/admins when willing to help translating, and they get lost in the many clicks, otherwise, to have that blue bar on it's admins only (and we like translations) no idea yes, it's admin only that part in sitemycode i was used to put "test" there for my localhost admin ;) luciash: isn't that a pref? jonnyb: yes, but i tried fresh install now and it wasn't required before for sure seems some security evangelist came in ;) it's just little branch in my localhst testing path, nothing bad i mean tikiwiki: 03jonnybradley * r28118 10/trunk/styles/jqui/options/excitebike.css: [CSS] excitebike: buttons & pagetitle you mean the pref now has a minimum? (how?) no, i mean it's enabled now in default install to require that minimum it wasn't there before that makes sense doesn't it? you can change it (safer seems best to me) for sure, it's just a little change that i cannot use my 4 characters password anymore to test fresh installs :) :D or maybe :P no problem, i will try to remember it, hopefully it will not change to require 6 characters next time ;) every keypress counts hmmmm i get "An error occured during the profile validation. This profile cannot be applied. Message: Cannot map object options: "allow_[creator_modification, one_item_per_user]" for tracker:User Profile" in trunk tikiwiki: 03jonnybradley * r28119 10/trunk/styles/fivealive.css: [CSS] fivealive: roundy corners for remarksboxes ik but in the YAML is allow: [creator_modification, one_item_per_user] tikiwiki: 03xavidp * r28120 10/branches/5.x/lib/setup/prefs.php: tikiwiki: [MOD]Add shortcut with icon and link in Quick_Admin (sitemycode) for admins to tikiwiki: show the settings for interactive translation when "use database for tikiwiki: translation" is enabled (otherwise many clicks needed to reach that place). tikiwiki: Thanks jonnyb and luci for tips on where to see the icons and the right syntax tikiwiki: to make it work. no underscore but ": " instead think i put that error message in... ooh oups, is it part of the wiki page content then ? :D phew no, it means the parser can't work out what to do with the attributes (or whatever they are) eh, nope, it doesn't seem to be *g* it used to just fail silently i see, but it works for branch5 (at least it worked if i remember correctly) one_item_per_user i think try spaces in the options allow: [ creator_modification, one_item_per_user] there is space this is exactly there: allow: [creator_modification, one_item_per_user] #one_item_per_user will work only if profile repository runs on Tiki 5.1+ probably oh you mean before the first one space too ? odd shouldn't make any difference to the repo yaml is odd i will try to apply the same in branch5 first g'night mates, bed time here (nap was not enough :-) nn hmm heh, the 5 minimum password is in branch5 too :) bueheheh, the profile cannot be applied in branch5 now either, but the error message is completely different: An error occured during the profile validation. This profile cannot be applied. Message: Object (#user_profile_tracker) of type tracker in profiles.tikiwiki.org:SNiPTT does not validate grim one of them must be wrong ;) sounds like both... mind you - i think that's why i added the error reporting to trunk at least it tells you where it broke the 5x one just fails generally (right?) ah, so you mean in trunk it tells me, but not on branch5, right ? that was the theory fair, thanks :) same error, just more obscure in 5 (phew!) i will try to fix it for trunk then but i don't get what is wrong there on the line really, the syntax seems correct to me i'll have a look tomorrow brain too soggy for yaml now do you think we can get rid of class="link" in 6? (yet) sure better check with Gary... yea ah, jonnyb, i think the profile rpository doesn't run Tiki 5.1 yet, right ? so the error probably is why it doesn't validate no, it doesn't matter what the repo is running (i think) it's where you're applying it that does the parsing etc hmm, so it validates on local tiki ? ah, hmm, then i am confused again what it can be that's my understanding well, i changed it to this and it validates now in trunk → allow: one_item_per_user hmm - not right, i'll try and remember to check (remind me) oki at least it installs now again ... i will try more tomorrow too gotta go to catch some dreams bye good idea :)