Tiki|bot: New Forum Posts: menu problem Tiki 12/14/trunk - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091
New Forum Posts: Question about "Leave a comment" - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56089
New Forum Posts: menu problem Tiki 12/14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091
New Forum Posts: Question about "Leave a comment" - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56089
New Forum Posts: menu problem Tiki 12/14/trunk - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091
New Forum Posts: Question about "Leave a comment" - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56089
New Forum Posts: menu problem Tiki 12/14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091
New Forum Posts: Question about "Leave a comment" - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56089 Tiki-KGB: 03anbumania r55328 10branches/14.x/lib/jquery_tiki/tiki-jquery.js * [FIX] 5625 Wrong comments count display NAN issue fabricius: joined #tikiwiki Tiki-KGB: 03anbumania r55329 10branches/14.x/lib/jquery_tiki/tiki-jquery.js * [FIX] 5625 Wrong comments count display NAN issue Tiki|bot: New Forum Posts: css/suckerfish menus broken this morning: Tiki14 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56105 Cr0vaX: polom Tiki-KGB: 03luciash r55330 10branches/14.x/templates/mail/user_watch_comment.tpl
[FIX] comment mail notification: better readability and consistency (the string is already there in the subject) Tiki|bot: New Forum Posts: css/suckerfish menus broken this morning: Tiki14 - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56105
New Forum Posts: menu problem Tiki 12/14/trunk - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091 Tiki-KGB: 03jonnybradley r55331 10branches/14.x/themes/jqui/options/haus/css/haus.css * [FIX] css: Primary button colours (were dark grey on dark blue) - no LESS yet Telesight: joined #tikiwiki Tiki|bot: New Forum Posts: css/suckerfish menus broken this morning: Tiki14 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56105
New Forum Posts: menu problem Tiki 12/14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091 fabricius: joined #tikiwiki jonnyb: joined #tikiwiki
polom luciash: pom pom jonnyb: hi luciash
thanks for the link to kayak on the 'fest page (sadly it's a WSoD for me ;) )
think i'll be using easyjet anyway - probably arriving thursday evening... luciash: jonnyb: that is fine! we just need to figure out where we meet
jonnyb: thu is July 2nd ? jonnyb: yup luciash: jonnyb: more in prv msg jonnyb: luciash: more for you too in prv :)
joined #tikiwiki Telesight: joined #tikiwiki nelsonko: joined #tikiwiki fabricius: joined #tikiwiki Jyhem_laptop: polom jonnyb: hi Jyhem_laptop Jyhem_laptop: hi jonnyb, I see you have flight details and all :) jonnyb: yes, thought i'd book them before they got too expensive Jyhem_laptop: I also would like to see Prague, I heard nothing but good things about the place. «staying in Prague Thu & Fri (somewhere)» what about we share "somewhere" ? :) -: Jyhem_laptop currently learning/battling d3.js Jyhem_laptop: if there's interest, I can show what I did in svg :) Dep: joined #tikiwiki
Hi guys! :D
I have a silly question for you :) Jyhem_laptop: the only silly thing is to not ask Dep: I have atikiwiki 6.x installation and I want to use the iFrame plugin inside a WIKI page
lol
but the "src" option is this
https://IP/mypage.php?name={{user}}
It works but still ask "plugin pending approval" for every user! Jyhem_laptop: yes, that is correct Dep: There is a way to disable "plugin execution pending approval" at all? nelsonko: joined #tikiwiki Dep: Jyhem_laptop: Yeah, I know that is correct but I have a lot of those iFrame and it's not "nice" to ask users to approve things Jyhem_laptop: No, that would be like disabling security. Not unless you edit the code Dep: ok, understand
a workaround? Jyhem_laptop: I have some solution for this same issue with trackers. Let me look it up Dep: :)
thanks a lot! Jyhem_laptop: be patient, hard to find, but I will Dep: lol np
thanks Jyhem_laptop: Hmm, not sure this works for you DarthDepa: let's try lol Jyhem_laptop: What I did was for thacker plugin or trackerfilter DarthDepa: mine it's a strange case, I know Jyhem_laptop: I set {DIV(type="div" class="hidden" id="placeholdercg")}{{CGname}}{DIV} DarthDepa: but I really don't know how to make it works! Jyhem_laptop: (replace CGname with user) DarthDepa: ok, and how the iframe can take that value from there? Jyhem_laptop: then I did some jQuery DarthDepa: yeah, in the same page it works
but I have an iFrame, damn :'( Jyhem_laptop: {JQ()}$cgname = $("#placeholdercg").html();
$jq("#ins_128").val($cgname + " : "); // to prefill a text field DarthDepa: yep Jyhem_laptop: {JQ}
See, this was about prefilling some value in the tracker input field DarthDepa: Do you think that I can make somthing similar in the frame's src source code?
something like "window.parent.var"
lol Jyhem_laptop: maybe you can rebuild the src attribute in JQuery using $placeholder -: Jyhem_laptop looks up an iframe source syntax DarthDepa: with jQuery it's possible to get a "parent" variable
so I can use your suggestion in my case
*_*
I will try soon
I set in the wiki page the variable in an hidden DIV (like you do) and get it's value from the scr's source code with jQuery! *_* Jyhem_laptop: I would have put the jQuery in the same page that calls iframe
so you just need to change $("#someid iframe src").value() -: Jyhem_laptop has not tried DarthDepa: It'syep
It may works
I will try :) thank a lot
You are my savior! lol
Really thanks :) Jyhem_laptop: no problem DarthDepa: bye bye Jyhem_laptop: Hmm, more like $("#someid iframe").attr("src",computedvalue) but I guess he'll figure it out Tiki|bot: New Forum Posts: css/suckerfish menus broken this morning: Tiki14 - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56105
New Forum Posts: menu problem Tiki 12/14/trunk - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091
New Forum Posts: css/suckerfish menus broken this morning: Tiki14 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56105
New Forum Posts: menu problem Tiki 12/14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56092
New Forum Posts: menu problem Tiki14/trunk - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=56091 Tiki-KGB: 03jonnybradley r55332 10branches/14.x/lib/jquery_tiki/tiki-maps.js
[FIX] maps: Use $.extend to make a deep (complete) copy of the feature in finalMapRefresh (used in custom map systems such as the cartograf print map function)
03jonnybradley r55333 10branches/ 1013.x 1013.x/lib/jquery_tiki/tiki-maps.js
[bp/r55332][FIX] maps: Use $.extend to make a deep (complete) copy of the feature in finalMapRefresh (used in custom map systems such as the cartograf print map function)
03jonnybradley r55334 10branches/ 1012.x 1012.x/lib/jquery_tiki/tiki-maps.js
[bp/r55333][bp/r55332][FIX] maps: Use $.extend to make a deep (complete) copy of the feature in finalMapRefresh (used in custom map systems such as the cartograf print map function)
03jonnybradley r55335 10(61 files in 58 dirs) * [MRG] Automatic merge, branches/14.x 55319 to 55332 fabricius: joined #tikiwiki redflo: joined #tikiwiki fabricius: joined #tikiwiki fabricius1: joined #tikiwiki fabricius: joined #tikiwiki
joined #tikiwiki