stopifnotlimma, lib.loc = mylib? {literal}??? xavi: hehe, that's the alias syntax ;) well, I tried literal in the template, but that prevented the {$f_xxx|escape:html} from being parsed yes, luciash, I thought so :-) ok, I'll go the easy way (disabling alias links) xavi: can u nest it ? anyway, besides that, I got some other line broken this syntax: targets <- read.table(file=file.path(dataDir, targetsFileName), header=T, sep=" ") .... ah well, it might also be due to alias links... ok, I'll disable it first bbl (dinner time). Hopefully, I'll test later back quickly sylvieg, fyi: I also tried adding the {literal} r syntax {/literal} tags inside the text area content , and not in the wiki page template but no success: the first literal tag is shown in the wiki page but not the second... fast food... because it stops with the <- syntax he he nope, dinner not ready yet (I just had the table ready - I'm not the cook today :-) ) perhaps we need to add :wiki to the escape modifier then ;) and <- breaks also ?? didn't try: I'll try right now sylvieg: it is the problem now (( )) sylvieg: i guess the escape:html worked fine for the first problem with <- parsing changes each release - hard to follow New Forum Posts: How do you display 2 Modules side by side in a Wiki page? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40378 xavi: did u try to put {CODE()}...{CODE} around the {$f_XXX|escape} ? ~lt~ worked to avoid the problem with < however, nowadays I have the content display limited " targets <- read.table(file=file.path(dataDir, t..." notice the "..." displayed or ~np~...~/np~ ok, I'l try also what you say, luciash, with the plugin code in smarty syntax at the smarty template that does the list type np didn't work, I tried already bbl (dinner) yea, i also noticed ~np~ is broken nowadays... another regression luciash: a good way to converge perhaps is to put all the broken parsing in the test unit See you for now. Bye. bye philippeback sylvieg: i don't know how to Tiki 6.1 - Q: Did some test entries into a bug tracker. Time to clean house to use now. Deleted one entry, no issue, went to delete second entry and received Error: Sea Surfing (CSRF) detected. Operation blocked. Any ideas ? close the other browser window or disable the feature CSRF luciash: look at lib/test/TikiLib/WikiParserTest.php ok, thanks luciash :) How does the profile repository setup work? I am having trouble accessing it behind a firewall and need to know what I need to open to allow it to work? tiki version 6, fresh install lmnt: I will try now i installed on another server outside of where i am now and it works at my current location i have a web filter and a firewall, i have cleared access in both for the machine tw6 is installed on but still it wont connect RavenC: did you have several browser windows/tabs open at the same time? lmnt: I just tested a profile and it works no, actually just the current one i reloaded the page and was able to delete the rest without issue lmnt: so, yes, likely firewall issue i can see in the logs of the web filter that initially it was blocked, but now it is being allowed so I know its not the webfilter double checking firewall... try this page: http://profiles.tiki.org/profiles That fixed it, I put that in the repository setup on the advanced tab and now I have a green dot! thx! I had an extra "/" at the end ah lmnt: that should have been the default, no? yes i believe so, I might have changed it before I cleared the access in the webfilter and firewall ok good point, I will add a note thanks for the help lmnt: there is already a reset to defaut there my pleasure somebody broke the tabs in trunk with darkroom... there tabs are too large fixed width is not working for me in trunk with default theme trunk is bumpy these days.. does somebody remember where teh setting of all perms to y when tiki_p_admin is on? is done? found it lib/setup/perms.php back wb testing plugin code inside the smarty wiki page template thks did anyone experience where tiki after saving something (a wiki page, admin panel, ...) it every time does blank page and after reload it saves correctly ? reload and resubmits it is it's like "i won't save that, it's too much! ... ok, if you really really want it, i will save it" :-p no idea how can I allow more content from the text area field (from a tracker) to be displayed in a wiki page by means of the trackerlist plugin? it currently cuts the content after a few lines disable the type="list" param remove ok, testing it... luciash: I don't have that param trackerlist plugin is as follows: s/TRACKERLIST}/{TRACKERLIST} ah, hmm, is that copypaste ? yes hmm, so how got that syntax error there in ? ;) tikiwiki: 03sylvieg * r32539 10/trunk/ (db/tiki.sql installer/schema/20110209_p_list_users_tiki.sql): [FIX]users: tiki_p_list_users is now used outside the feature nevermind, i don't know thatn, the truncation is usually done when you put that list or whatever param in there s/thatn/than/ he he, the {TRACKERLIST} was in a scond line, and I just copied into the same line as the rest to paste iton irc (and I made a mistake at copy & pasting time) :) xavi: don't u use |truncate modifier on the field ? xavi: or don't u limit it in the options of the field in tracker fields setup ? aha, that looks like the reason... :-) you have a very fresh head at this time of the day still! great! heheh :) it's my working mid-day ;) :-) you got it, that's it (params of the tracekr field definition) thanks! :-) ur welcome sylvieg and luciash: last question for today: how can I avoid wiki parsing in that content displayed from a text area field in a wiki page with trackerlist by means of a smarty template in a wiki page? I can avoid (foo( bar )) from being considered a wiki link by adding some space between "))"... ... but the R code to paste has many comments , which start with "#" (or "###"), and thus, they are parsed as numbered headings or something else (spaces), but not left as comments... tikiwiki: 03eromneg * r32540 10/trunk/templates/tiki-editpage.tpl: [MOD] change permission level for allowing use of the wiki import in the editor I wish there was a param in trackerlist plugin (or elsewhere) to prevent wiki parsing... xavi: that CODE plugin didn't work ? I tried with ~np~ ~/np~ but it didn't work bt CODE ? but and plugin code was not being parsed... what do u mean ? I tried with {literal}{CODE()}{/literal} r syntax {literal}{CODE}{/literal} but it didn't work (plugin code tags were shown) no i meant without literal sure if u put them in literal, they will not parse and in smarty syntax didn't work either... (I don't remember why): {wikiplugin _name=code} r syntax {wikiplugin} ah, ok, testing then to add plugin code tags inside the textarea tracker field content... i meant {CODE()}{$f_XX|escape:html}{CODE} he he, that didn't work the best, luciash: many html tags were shown but thnks to all your comments, I got the easiest solution: which is adding {CODE()} r syntax {CODE} inside the textarea field in the tracker and escaping html in the smarty that works nicely! thanks for all your feedback! time for bed, after I got some solution for this issue g'night and thanks again :-) xavi: what about this ? → {capture name="bar" assign="foo"}{$f_XX|escape:html}{/capture}{CODE()}{$foo}... ? ok but then your users need to insert it manually ? impatient guys :-p tikiwiki: 03eromneg * r32541 10/branches/proposals/6.x/templates/tiki-editpage.tpl: [MOD] change permission level for allowing use of the wiki import in the editor - trunk v32540 New Forum Posts: Help- Nobody can create or edit pages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40380 polom-back jquery question... if anyone mastering jquery is around... I did write this example: http://doc.tiki.org/PluginJQ#Example_1 and it worked nicely however, I'm trying to use it in a very similar use case (with drop down + other instead of just text fields) and I don't seem to get it working.... Page is... https://161.116.82.31/tiki/BasicPipe+Section+14 if any jquery master around, i can provide an account for you to see the html generated, etc. and/or the jquery code used even if it's pretty much the same as in the example: one checkbox which controls the display of either a text area (if checked) and many drop down+other (if unchecked) until the end of the page lemme have a look ok, thks