tikiwiki: 03sylvieg * r32416 10/trunk/tiki-export_tracker_ajax.php: [FIX]tracker: encode also the fieldnames in the ajax export tikiwiki: 03sylvieg * r32417 10/branches/proposals/6.x/tiki-export_tracker_ajax.php: [bp/r32416][FIX]tracker: encode also the fieldnames in the ajax export Hi all! :) is there a way in Tiki to force the URL rewriting with a domain redirection? Lawiz: yes, in apache server .htaccess tikiwiki: 03chibaguy * r32418 10/users/chibaguy/trunk_themes/themes/ (17 files in 17 dirs): [KIL] Old theme versions, now in mods. tikiwiki: 03sept_7 * r32419 10/trunk/lib/init/smarty.php: [FIX] notice : add more picture pathes to secure_dir tikiwiki: 03sept_7 * r32420 10/trunk/ (13 files in 2 dirs): tikiwiki: [MOD] introduce {autocomplete} smarty plugin for less code duplication and tikiwiki: better feature testing.... polom polom hi xavi hi chibaguy ah :-) thanks for remembering I'll gather up the information for that and get started. heh, I wish I could clone me, too, but maybe not without making improvements ;-) :-) well, it's good to document that slideshow because I need to have the info on hand anyway. he he that usually happens to me, with most things I document xavi: I put the info at http://zukakakina.com/jShowOff+demo so far, but it isn't working, naturally :-/ Am I too sleep to notice an obvious problem? having a look well, it works for me if I hit play it moves to second content and after a while (10 sec. or so) moves to the third and manually going forward or backwards also works what did you mean by "but it isn't working"? is there any image to be shown besides the test? No image, just the text lines. Oh, it's working for you? Ah, it's working for me in Opera, but not in FF. ok, I tried with Epiphany-browser hi rodrigo_sampaio ! btw, Gary, themes will benefit from geshi (if it's installed) did you try adding "colors=javascript" to the plugin code syntax? well, anyway, it's pretty simple. You can put in any content, and change the configuration as described on the script's web page. oh well, I mean in zukakakina hi xavi! xavi: I was going to write you an email right now to let you know that I'm back from my vacations welcome back ! :-) xavi: thanks :) nice trip at the mountains? hi rodrigo_sampaio hi chibaguy xavi: amazing trip chibaguy: has there been any discussion about adding jShowOff jquery plugin to tiki code base? xavi: I stayed the whole month in a place called Frey near Bariloche climbing rodrigo_sampaio: if you have pics, and public, send me a link some day (I'll look at the in the evening at home one day with Gloria) no, I think everyone's too busy. It never came up, as far as I know. License is MIT and GPL. chibaguy: so license MIT is compatible, isn't it? yes, i think so rodrigo_sampaio: which mountains? xavi: I will publish something in the next days and then I let you know to me, this jShowOff jquery thing is a very good candiate to bring new look to the home page of the featured profiles in Tiki7 ;-) yes, and very simple. rodrigo_sampaio: ok, no hurries, take you time to re-settle down, of course :-) chibaguy: a few moutains around Bariloche in Argentina ah just checking google images; it looks very nice around there. chibaguy: wait for rodrigo_sampaio's images, They 'll be nicer ;-) oh yeah, for sure. :-) s/wait for/give it a second go with New Forum Posts: How to take powered by tiki out - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40323 chibaguy, see pm xavi, I also like this one: http://dev.herr-schuessler.de/jquery/popeye/ chibaguy: did you consider adding geshi to zukakakina? but the license is gpl so the author would have to agree to a dual license. if you have ftp access (at least), it's pretty easy to add no, I didn't think about that. and this way, you'll have syntax highlight of the html, css, js jq code that you write there and show inside plugincodes that'd be good I did document how to add it , in the page http://doc.tiki.org/PluginCode ok, I'll check on that. and if it looks too complicated, then it means that this page can be improved, since it's fairly easy polom y'all hi jonnyb hello jonny b chibaguy: I agree, I like popeye a lot! there seems to be many nice goodies as jquery plugins yep chibaguy: have you used popeye in any tiki site? No, not yet. :-) :-) I've got to run an errand; will be back soon. re hi chibaguy - just going to look into this modules thing ok, thanks. tikiwiki: 03jonnybradley * r32421 10/trunk/lib/smarty_tiki/function.autocomplete.php: [ENH] autocomplete: Add 'options' parameter to smarty function (and some comments) jonnyb: btw & fyi: I tested the amdin modules in trunk, and while I'm there, I cannot click anywhere else in tiki well, I can click, but links are not working for me I wonder if it's a known temp. issue s/amdin/admin the links on the modules are disabled (except for the app menu) so you can drag them about without ending up somewhere else! as it says in the remarksbox (starting in bold :P ) should be bigger? or just not do that (believe me, it's really annoying) tikiwiki: 03sept_7 * r32422 10/trunk/lib/init/smarty.php: [FIX] Typo thnx marc tikiwiki: 03jonnybradley * r32423 10/trunk/styles/layout/design.css: [CSS] design: looser padding for jquery-ui tabs tikiwiki: 03jonnybradley * r32424 10/trunk/ (3 files in 2 dirs): [ENH] modules revamp: Tabs layout for module parameter sections, and a few other minor fixes you still going chibaguy? r32424 should sort out the modules admin forms (hopefully) tikiwiki: 03jonnybradley * r32425 10/trunk/lib/modules/tiki-admin_modules.js: [FIX] modules revamp: Module flip & edit icons clicks back jonnyb: ah, I see :) he he, sorry, I hadn't read that part (too long all together). After the butllet points I stopped reading +1 to have that last sentence in red or similar I understand that it's a feature, but I must admit that I was not aware of that when I read that page and I must admit that I normally read the interface/pages more than average users you soon would be if it didn't do that, because you'd me somewhere else! if this serves as a reference tikiwiki: 03sylvieg * r32426 10/trunk/lang/fr/language.php: typo tikiwiki: 03lphuberdeau * r32427 10/trunk/lib/core/TikiDb/Table.php: [FIX] Allow more complex sortings as well. tikiwiki: 03sylvieg * r32428 10/branches/proposals/6.x/lang/fr/language.php: [bp/r32426]typo I am having a hard time finding why smarty's not working inside my {jq} code. e.g. {jq} $("#track_102").val="{$x.id|escape}");{/jq} The $x isn't used. The HTML still contains it. Any clue? Things like $("#track_102").parent().parent().hide(); do work. So, jq works. BTW the $x works in the tpl outside of the {jq} hi philback - you need to "escape" back to smarty parsing mode - use two curlies... jq} $("irc://irc.freenode.net/#track_102").val="{{$x.id|escape}}");{/jq} ok, like {{$x ? yup cool! Thanks! :) you rule. (i don;t document much though, sorry) no issue, I'll add that to the trackers page once it works here. ta works for my textarea. $("#area_103").text("{{$calitem.name|escape}}"); but not for my text field $("#track_102").val("{{$calitem.id|escape}}"); no value show odd - trackers use different naming conventions depending on all manner of things anyway, I am much further now :-) the only way usually is to get it to print out exactly what's in the var - could be anything using Firebug now... don't assume what works for textareas is anything like what inputs do $("#track_102").parent().parent().hide(); $("#area_103").parent().parent().parent().hide(); 102= text 103=textarea names also diff otherwise, jq is a godsend mmmh, user error: replace user. My fault. was using wrond $x.y var. Problems compounded :-p @jonnyb, interested in doing a tracker article for ricks99 together? philback: wouldn't mind doing a skype chat to help, but no time for significant "human language" writing (too difficult!) tx guys hi ricks99 - actually, thinking about it i should probably spend the "spare" time reading lphuberdeau's new tracker plans... np. just thinking of a short article to highlight trackers. where we've been and where we'r going. what's the plural of radius? radii hmm, radii radii like latin :) back FrIdAy! jonnyb, I need some some help for JQuery magic prefilling drop down fields I thought I had that working, but I've just noticed that it doesn't work this syntax in a wiki page template: {wikiplugin _name=jq} if (!$("select[name=track_91]").[0].selectedIndex) $("select[name=track_91]").val("temp2");{/wikiplugin} so that's smarty syntax, right? thanks, jonnyb, I'm svn-upping now. and the page where it's called, has this call to the trackerlist: {TRACKERLIST(trackerId="1", wiki="BP Template Section 02")}{TRACKERLIST} chibaguy: i'm just doing a new section for themegen for borders (width etc) - what's next? jonnyb: yes, that's smarty syntax and the last one is wiki syntax, to use that previous content as template so does: {wikiplugin _name=jq} alert("woot"); {/wikiplugin} work? trying why not use wiki syntax (it's a wiki page, right?) well, yes... but I was planning to merge R output with jquery in smarty templates however, you are right, I can skip may be the smarty template s/may be/maybe trying again without smarty template (it must work then) also try doing it in the firebug command line ah, you have a JS error $("select[name=track_91]").[0] should be $("select[name=track_91]")[0] (no dot) ah, ok, thanks i have an i18n question... is it possible to include the page lang selection in a module? we have switch_lang module, but that is for the site interface. is there something specifically for page translation? ... using tiki6 yay, thanks jonnyb, it's working finally! tiny dot... :D I need to document it , before I forget how I did it :-) tikiwiki: 03sept_7 * r32429 10/trunk/templates/wiki_edit_actions.tpl: [FIX] Fix "Preview" button to match other buttons "Cancel" and "Save" ricks99, no idea, I never heard or saw something like that as already coded k. looks like i'll have to modify the translation module tikiwiki: 03sept_7 * r32430 10/branches/proposals/6.x/templates/wiki_edit_actions.tpl: [FIX/bp 32429] Fix "Preview" button to match other buttons "Cancel" and "Save" tikiwiki: 03sylvieg * r32431 10/trunk/lib/smarty_tiki/function.html_select_time.php: [FIX]tracker: export with a time field with no selection must not filter the items with hour, mn, sec equals to space jonnyb, so far so good. But my idea was to prefill the dropdown with some values returned by the R plugin I mean, instead of: tikiwiki: 03sylvieg * r32432 10/branches/proposals/6.x/lib/smarty_tiki/function.html_select_time.php: [bp/r32431][FIX]tracker: export with a time field with no selection must not filter the items with hour, mn, sec equals to space {JQ()} if (!$("select[name=track_91]")[0].selectedIndex) $("select[name=track_91]").val("temp2") {JQ} which is working to prefil with "temp2" I wanted to prefill with the output of a PluginR call I mean, this syntax: {R(loadandsave=1)}cat(column2designNumber);{R} returns number: 4 in the wiki page but I tried with something like: hmmm {JQ()} if (!$("select[name=track_91]")[0].selectedIndex) $("select[name=track_91]").val("{{R(loadandsave=1)}}cat(column2designNumber);{{R}}") {JQ} and it didn't work number 4 is one of the options in the drop down, but is not pre-selected is it trackerlist? try adding the force_compile param "trackerlist"? and what does the source end up with (in the browser) track_91 is in a trackerlist ah, ok it's a template right? nested plugins in templates are a nightmare nope, I'm not using template any more pure wiki page hmm, ok - that's good (some chance of working :P ) see: https://161.116.82.31/tiki/BasicPipe+Section+02&itemId=33 afair, you have an account there, don't you? yes, but must focus here sorry ok I understand don't mind little comments here (just can't cope with yet another browser window now!) he he, I know that feeling looks like the jq plugin stops nested plugins being parsed... so is pluginJq supposed to cope with another plugin call inside the val("")? can you get the R value into a hidden input for instance, then get it from there by jq? mmmm, that sounds beyond my skills but with some url as example, I mguht get what ytou mean doesn't sound like it - i know {tr} works but possibly nothing else you'd have to put the input & R call in an html plugin - might end up with the same prob maybe through smarty it's easier? somehow feed a new smarty var with the R output, and then, use that smarty variable within the jquery value? no var needed, just use the {wikiplugin } thing inside an html tag? ah, ok, ... I'll try thanks for tip xavi: hi, i usually do capture the css "border" definition is an extraordinary thing... hi luciash . What do yo umean by "capture" ? xavi: for example in PTT i have {capture name="foo" assign="bar"}{wikiplugin _name="include" page="MyPage"}{/wikiplugin}{/capture} xavi: then i can work with the smarty variable $bar interesting xavi: for example {$bar|truncate:220} thks and i get content of the include plugin truncated on 220 chars i mean content of the output generated by the include plugin xavi: ah, now i read it is not PTT, but pure wiki page, sorry nope, luciash , I was considering to use PTT if needed so thanks for tip but you can use smarty plugin to do the same even out of PTT i suppose {SMARTY()}...{SMARTY} (but i must admit i never tested that one yet) ah, ok mmm , that smarty plugin seems to allow only the usage of smarty functions already available in a folder in the tiki file tree so not for custom smarty code, it seems but capture is standard smarty function u mean that plugin doesn't allow smarty code in the body ? that would be pretty useless plugin then :-p i thought it is simmilar to the HTML plugin just allowing smarty code inside (with plugin approval of corse) *course xavi: is that so ? I thought as you, but it seems it's not what we expected and see: http://doc.tiki.org/PluginSmarty thx, going to look I tried with smarty code in the body, but nothing happened Recent Bug: Tracker item: #3784 - - Machine Translation broken: results in empty page - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3784 xavi: ah :( it seems limited to smarty functions :( useless xavi: one more reason why we need to keep the smarty code in PTT optional in trunk +1 polom does anyone know if the "Bug_Tracker" profile works with 6.1? Under Categories, it lists: 3.x, beta, Mini-profile (can be included in other), 4.x, 5.x RavenC: try it and if it works, update the cateorization in profiles.t.o hehehe.... I had a feeling that was coming!! :) :-) will do xavi... cannot hurt anything Info: Fournisseur de services Tiki - http://info.tiki.org/article148-Fournisseur-de-services-Tiki xavi, worked perfectly. I will update the category now. Thanks np jonny, I'm trying with a text field first, and not fully succeeded but nearly... jonnyb: in that wiki page I have: {HTML()} {HTML} and below: {JQ()} if (!$("#other_track_91").val()) $("#other_track_91").val(testingr) {JQ} I expected to have the text "temp3" prefilled in the text field 91 but Ihave instead: [object HTMLInputElement] "other_track" and not "track" because that's the syntax for a text field of a "dorp down + other" field type what is testingr? a variable? yes well no I mean, anything, a name fo rthe field Just a bug in wikiplugin trackers: when not logged in, and anonymous being able to insert items in the tracker, I get the captcha. But.. the captcha test keeps telling me: "You have mistyped the antibot code". Any idea on what to do.? A setting or a code dive into the plugin? it can be anything, I guess ok, so you need to get the val() out of it, yes? yes The plugin is in my own code, in a tpl with {wikiplugin _name=tracker trackerId=11 fields=110:101:102:108:109:103:104:105:106:107 action=register showmandatory=y url=socius-register.php?registered&itemId}{/wikiplugin} so you need something like ... $("irc://irc.freenode.net/#other_track_91").val($("#testingr").val()) ok Ahah, the return :-) sorry philback - could well be a bug all right, I am in for a code dive... damn trackers ;-p. philback: fill in your tank before starting the dive! (to avoid getting out of oxygen ;-) BTW, got a team I coach using Tiki for all doc management and collaborative work! Yay! It's a project with a high profile, so once further, I'll ask for permission to publish. There are tons of material in there. Well, I already exhausted several bottles in the past, it becomes quite known territory :-) Power doesn't come cheap indeed! :-) u guys r typing so fast i hardly catch ;) Don't worry, I'll be mostly typing F7: step over in the next few hours... :) yay, again, jonnyb, you got the solution! it works! thanks again :-) xavi: with jQuery it's easy... only disadvantage is you depend on JS (client side) :-D I don't think much of the world works without JS anymore luciash: yes, I agree *g* lphuberdeau: my phone 3g does weird things with js (symbian) lphuberdeau: yep, but if you want avoid surprises it's better to not to (like with the mandatory fields check) jonnyb, now I tried with the pluginR output inside the html call, and it's not parsed I mean, having this code: {HTML()} {HTML} bleh - was fearing that :( jonnyb, I'm still having trouble with the module parameters. Are they working ok for you? I get this content added to the text field (literally): {{R(loadandsave=1)}}cat(column2designNumber);{{R}} xavi: you could split the html into two {html} chunks? ? how can I do that? {HTML()} {HTML} ah, nice trick :-) testing chibaguy: yes, module params were saving for me - what's broken for oyu? What's that R plugin ? New thing? philback: see http://doc.tiki.org/PluginR xavi: somtimes helped me putting the stuff into another plugin "wrapper" (e.g. {DIV()}...{DIV}) and the parsing magically worked again If I assign visibility for one theme, it's ok, but if I add a second, with a semicolon between, it doesn't show up (menu, for example). nested plugins are buggy jonnyb: I get then, inside the text field: " does it? (i thought you said it would be just a number)" it seems that the tag is coming from the icon for the plugin helper I'll remove those icons jonnyb, yes and note the way the = gets encoded in the parameters list. I don't know if that's related or just adding insult to injury. looks like a bug in modlib - i haven't changed those bits (on purpose) yes, the encoded param thing is messy, but it's all done in smarty so hard to sort out appears in the edit form ok (for me) xavi: what does your {R} plug produce then? if it's in an html element already you can probably get at it via jquery it is a number surrounded by
 tags
no id or class? :(
I created a menu called top menu.  For the life of me, i cannot figure out how to set the permissions.  I want it to be visible to registered and admin, and not anonymous.  I cannot find "menu" under any of the sections.  Can anyone point me in the right direction please?
but you mean that I could extend the PluginR to have the output inside some custom div with custom id and custom name, so that the value can be fetched by jquery????
if it's the only one on the page you could use $("pre").text()
RavenC: second tab
interesting this dive into the JQ world!
RavenC: on modules admin
of $("pre:eq(17)").text() for the 17th one
of/or
ok
I see the menu listed nder user modules...
brb (need some food urgently)
RavenC: if u need it in 6 in top (as it seems) you need to put something like {if $user}{menu id=YOURMENUID type=css}{/if} on Look & Feel admin panel in the custom top bar menu code textarea
I selected Admins Registered in Groups in the assigned modules, but when i log in as a registered user, the menu doesn't show
bbl. dog-walk time.
RavenC: in 6 the modules admin is useful only for assigned modules which is not straightforward for top and bottom
RavenC: only for left/right modules
hmmm... ok
makes sense
RavenC: see http://doc.tiki.org/Menu#Contextual_menu_example
tikiwiki: 03sylvieg * r32433 10/trunk/templates/tiki-view_tracker_item.tpl: [FIX]tracker: to really have a no highlight in the edit item tab
RavenC: it's a bit different case, but on the page u can find lot of useful info
luciash:  Thanks for the help  I will see what I can find.  :)
tikiwiki: 03sylvieg * r32434 10/branches/proposals/6.x/templates/tiki-view_tracker_item.tpl: [bp/r32433][FIX]tracker: to really have a no highlight in the edit item tab
sadly, I don't see anything referring to permissions there other than to create/edit...
I guess two menus on the left will have to suffice
:)
RavenC: it is really easy when you know how... i think that bit of info is missing from the docs
what is your menu ID ?
yeah, sadly I am not in the "know" crowd...  hehehe
menuID 43
looks perfect for admin
blank for registered
ok, then go to the Look & Feel panel
I'm thre
second tab
there
ok
Top Bar checked, Menu ID set at 43
check the Site menu bar too 
it is checked as well, sorry
as is search bar...
insert this there: {menu id=43 css=y type=horiz}
leave Menu ID field blank
ok
now before the menu code put this: {if $user}
and after put this: {/if}
so it will look like {if $user}{menu id=43 css=y type=horiz}{/if}
ok, done
now when you Apply, every logged in user (Registered which includes Admins, right ?) will see the menu
ok
Anonymous will not see it
cool
I will try logging in as registered
I log in as a registered user and the top bar is blank
RavenC: oh, maybe it needs to check like this: {if $user neq ''}...
RavenC: sorry
neq means "not equal"
and '' means "empty"
ok, i will put in {if $user neq ''}
still blank...  :/
RavenC: do you have CSS menus feature on ?
Requires CSS Menus ( ok )
ok, humm, can u try clear the Tiki cache ?
just did  ;)
before posting
(though i think it shouldn't be necessary)
RavenC: you didn't set any Group permissions on your menu items, did you ?
luciash:  I didn't know how....
ok, i wonder why it doesn't show up for you logged in then
i thought that was the route to go, but it said nothing was assigned and would use global perms
it definitely works usually
hehehe
RavenC: can you just try to put before the "{menu" some text ?
if it will show up ?
like DEBUG
sure
clicked apply, shows up for admin
logged in as registered, DEBUG appears
fine, so the condition works
just the menu doesn't appear for some reason
hmmmm
do u have other menus ?
I was just about to create another to test  :)
so u can try different id
tikiwiki: 03robertplummer * r32435 10/trunk/ (3 files in 3 dirs): [ADD] Spreadsheet truncation for csv files & notification in tiki-view_sheets.php & tiki-view_sheets.tpl
Created menu 44 ...  changed the one line to reflect that in look&feel... works perfectly
mystery :)
luciash, I bow to your mega knowledge and massive patience.   Thanks very much for assisting me  :)
np, you're welcome
jonnyb, I've created some id and name in the pre generated by pluginR
using the number of the pre didn't work for me
can I use somehow those names?
I tried, with no success....
I'll paste the syntax Iused...
mmmm, 
hmm?
amazing, it works!
with the id and name inside the pre tags
uff!
before I was using val() and it didn't work
but with text() it did
you shouldn't need name. i think (name is really just for values in forms)
so, this works:
{JQ()}  if (!$("#other_track_92").val()) $("#other_track_92").val($("#routput").text()){JQ}  
aha, inputs etc have .val() - other stuff has .text()
being "routput" the id and name of the pre generated by R
yes, that was my mistake!
woo hoo!
:-D
wohooo²
:)
wohooo^10
:-D
xavi: you can also use .html()
can I?
wohoo.html() ? :-D
if u want to preserve html of the element
just a side note ;)
thanks guys for all you help!
with this, I think, I can manage most of my needs playing with tiki trackers, smarty, jq and R
xavi: is your next plugin going to be called "." ? ;)
:-)
tikiwiki: 03xavidp * r32436 10/mods/trunk/wiki-plugins/r/lib/wiki-plugins/wikiplugin_rr.php: [ENH]Added id and name for the pre tags of the R output, so that its content can be easily passed to Jquery. Thanks jonnyb and luciash
lphuberdeau: see pm
as I refactor code in file galleries, I come to realize that there is absolutely no consistency in how anything is handled
lol. you've been working with tiki *how* long? And you just now discovered this?
well, it's worst than usual
those "podcast galleries" are simply a data corruption machine
*g*
depending on how the file gets uploaded, I really don't know if it always goes at the same place under the same conditions
jonnyb, and how to hide the output from pluginR in the page (so that the end user don't see it twice), while allowing jquery to fetch it?
I tried surrounding the pluginR call with ~tc~ ~/tc~, but that prevent jquery to fetch it, it seems
and same with ~hc~ ~/hc~
that would stop it being parsed
ok
you could put it in a hidden div?
hidden div: I feel as if I'm learning black (html) magic today
{DIV(class="hidden")}blah blah...
{DIV(type="hidden")}foo{DIV} 
ah , ok, thanks
mmmm, jonnyb, no output shown then
jquery not prefilling that value
ah, hold on....
it smells like human error...
he he, confirmed, it was human error. 
it works like a charm
thanks again, master j(q)onny :-)
enough for today
for me
ok, bibi - well done :)
bye xavi 
thks
blues concert tonight! yay! :-)
cheers
in 6/proposals branch, i still don't understand what Heading preview for Blogs is supposed to do
(if anything)
i see no way to display/preview a blog heading when creating a new blog
tikiwiki: 03lphuberdeau * r32437 10/trunk/ (lib/filegals/filegallib.php tiki-batch_upload_files.php): [MOD] Extracting batch upload file handling to library
tikiwiki: 03jonnybradley * r32438 10/trunk/ (3 files in 3 dirs): [MOD] themegen: Refactor data structure to allow easier management and addition of new customisable elements (some breakage possible - experimental still)
TW 6.1 - Default HomePage (wiki) ...  has {GROUP(groups=Admins)} to start.  Can I place two groups in that, and if so what would be the syntax?  I tried {GROUP(groups=Admins, Registered)} but it didn't appear to like that.
i belive the syntax is is Admins|Registered. check docs http://doc.tiki.org/plugingroup
thanks Rick, you are correct... I was looking at http://doc.tiki.org/Groups+Management
@RavenC: join us for a doc re-org :-)
:)
hi everyone 
hi Bilal
 New Forum Posts: How to take powered by tiki out - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40323
 New Forum Posts: FancyList - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40312
 New Forum Posts: Announcing the Tiki Service Provider Program  - https://tiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=40311
RavenC: how are you doing?
any tikiwiki experts in here?
for what Bilal  ? 
Bilal:  Great here thanks.  You?   (Sadly, VERY from an expert here)
Do you have a question?
very FAR that is... lol
I am using Tikiwiki 6.0 beta 3 - the links on the site of a page does not work unless the page is fully 100% loaded. While in general websites, and older tikiwiki versions we were able to click on a link even if the page is not fully loaded yet 
because of this it creates a lot of frustration, when we have to wait for the page to be loaded 100% and then we can click on any links on the page
any help, is there any configuration to remove this behavior? can we fix this? 
@Bilal first, I would upgrade to latest 6.1 (6.0b3 is old)
also, which links? in-page links? menu items? etc?
ricks99: specifically if there are tab links within a page, the ajax links, almost all links, the navigation and page links both
ricks99: i will do the upgrade 
ricks99: i can give you url of the site if you want to have a look , its online 
that is because the