[00:00] <jonnyb_i> Yes, part of it anyway - I think *= means partial match [00:01] *** redflo has left [00:02] <jonnyb_i> There was one too many ] in there [00:02] <jonnyb_i> Try [00:02] <jonnyb_i> $("a[href*=tiki-download.php]").click(function(){return confirm("do you agree?");}); [00:05] *** rodrigo_sampaio has joined #tikiwiki [00:05] <raghu> No Sir..I am not able to get a popup [00:06] <marclaporte> {literal} is needed? [00:06] <jonnyb_i> Ah, could be [00:07] <jonnyb_i> I thought the custom js didn't need that [00:07] <jonnyb_i> Might need wrapping in $(document).ready also [00:07] <jonnyb_i> Hard to do on the phone, sorry [00:08] <jonnyb_i> Bit it should be close... [00:08] <jonnyb_i> Bit/but [00:11] <jonnyb_i> Maybe try wrapping in {jq} tags in custom footer HTML box also [00:12] <jonnyb_i> Need to do security soon, so probably more to [00:12] <jonnyb_i> morrow... [00:13] <raghu> thanks.... [00:14] <jonnyb_i> np [00:16] *** raghu has quit IRC (Quit: Page closed) [00:25] *** jonnyb_i has quit IRC (Quit: Colloquy for iPhone - http://colloquy.mobi) [00:32] *** dabright1 has joined #tikiwiki [00:32] *** dabright has quit IRC (Read error: Connection reset by peer) [00:36] *** Trebly has quit IRC (Ping timeout: 240 seconds) [00:40] *** ricks99 has joined #tikiwiki [00:44] * ricks99 back in NC... good to b home [00:49] *** ricks99_ has joined #tikiwiki [00:49] *** ricks99 has quit IRC (Read error: Connection reset by peer) [00:49] *** ricks99_ is now known as ricks99 [00:56] *** Caarrie|away is now known as Caarrie|sleeping [00:57] <Tiki|bot> New Forum Posts: Unsuccessful upgrade from 4 to 6 - https://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40831 [00:57] <Tiki|bot> New Forum Posts: Views of data stored as tables in database - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40826 [00:57] <Tiki|bot> New Forum Posts: Does it support video platform??? - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40825 [01:03] *** jonnyb_i has joined #tikiwiki [01:03] <jonnyb_i> Getting nearer to flying, in smelly airside bar now (prices still not too bad!) [01:07] <Tiki|bot> New Forum Posts: Unsuccessful upgrade from 4 to 6 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=40831 [01:07] <Tiki|bot> New Forum Posts: Views of data stored as tables in database - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40826 [01:07] <Tiki|bot> New Forum Posts: Does it support video platform??? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40825 [01:09] *** jonnyb_i has quit IRC (Quit: Colloquy for iPhone - http://colloquy.mobi) [01:30] *** chealer has joined #tikiwiki [01:30] *** chealer has quit IRC (Changing host) [01:30] *** chealer has joined #tikiwiki [01:53] <sylvieg> chealer: Back In Canada? Thx for the keyboard btw (will have to do some trads...) [02:04] <chealer> sylvieg: I am :-) [02:04] <chealer> I'm getting used to my temporary keyboard, will do some futuristic shopping tomorrow :-) [02:05] <chealer> it's a pleasure (and don't worry about translations :-) ) [02:06] <chealer> marclaporte: is your health improving? [02:09] <chealer> TikiFestBoston7 had 100% reliable Internet access, and I even had it in both return buses :-) [02:18] *** amex has joined #tikiwiki [02:20] <amex> Hi guys, I am new to TIKI and hence am encountering a few problems while designing my website. I want to add a selection wizard, which would let users answer 7 or 8 questions and depending on the answers, it will automatically give a selection that is best fit for the answers that they have given. It's a little urgent guys, so I would really appreciate your help. Thanks [02:28] <ricks99> can probably do this with a series of trackers [02:29] <amex> Sorry ricks99...I am actually really new and don't have too much experience in the same. ...Could you be elaborate that a bit [02:32] <ricks99> can use trackers to build forms. see docs for details http://doc.tiki.org/Trackers [02:32] <amex> Thnks...I will surely go through it.. [02:53] <CIA-82> tikiwiki: 03sampaioprimo * r33552 10/trunk/lib/comments/commentslib.php: wrong field name when creating a new forum [02:55] <rodrigo_sampaio> marclaporte: r33552 fixes the issue you reported related with the intranet profile [03:05] *** kiilo has left [03:11] *** coaboa_ has joined #tikiwiki [03:12] *** coaboa has quit IRC (Ping timeout: 255 seconds) [03:15] *** ricks99 has quit IRC (Quit: Now available, the first and only Tiki book. Get it at http://twessentials.keycontent.org) [03:26] *** amex has quit IRC (Quit: Page closed) [04:24] *** chealer_ has joined #tikiwiki [04:28] *** chealer has quit IRC (Ping timeout: 255 seconds) [04:29] *** dabright1 has quit IRC (Quit: Leaving.) [05:05] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [05:49] *** Yonixxx has joined #tikiwiki [06:14] *** Yonixxx has quit IRC (Quit: Leaving.) [07:23] *** qoumaq has joined #tikiwiki [07:49] *** sri_ has joined #tikiwiki [07:52] *** sri_ has quit IRC (Client Quit) [08:04] *** topi_ has joined #tikiwiki [08:05] <topi_> Hi everyone, I have to create a wizard which allows the users of my site to answer a few questions and my website will provide them necessay links depending on their answers. How do I do this? [08:10] <coaboa_> hi topi: you may use http://doc.tiki.org/Dynamic+items+list as base. [08:10] *** coaboa_ is now known as coaboa [08:11] *** coaboa is now known as coaboa_ [08:11] *** coaboa_ is now known as coaboa [08:12] <coaboa> topi_: Instead of different OS Versions you can enter links to pagees or display conditional content [08:15] <topi_> Thank...I got it...Cheers [08:15] *** topi_ has quit IRC (Quit: Page closed) [08:21] *** marclaporte has quit IRC (Quit: See you later! http://marclaporte.com) [08:50] *** xavi has joined #tikiwiki [08:50] *** xavi has left [09:48] <CIA-82> tikiwiki: 03chibaguy * r33553 10/trunk/styles/fivealive.css: [FIX] Minor page header style regressions, etc. [11:45] <luciash> polom [12:08] *** Caarrie|sleeping is now known as Caarrie|away [12:29] *** GillesM has joined #tikiwiki [13:22] *** jonnyb has joined #tikiwiki [13:25] <jonnyb> Spring poloms [13:35] <luciash> cloudy spring polom [13:35] <jonnyb> hi luciash - nice hare back in London - no snow! Blossom instead :) [13:37] <jonnyb> no hares here actually [13:37] <jonnyb> some jet-lag though... [13:38] <luciash> cool :) we got some sun too, but then snow and but it got cloudy today afternoon... not much blossom here yet [13:38] <luciash> but it will come one day ;) [13:38] <jonnyb> of course [13:45] <luciash> anyway, going outside for a walk [13:45] <luciash> bbl [14:00] *** kiilo has joined #tikiwiki [14:30] *** kiilo has quit IRC (Ping timeout: 255 seconds) [14:37] *** rodrigo_sampaio has joined #tikiwiki [14:44] <jonnyb> polom rodrigo_sampaio - morning? [14:46] <rodrigo_sampaio> good morning jonnyb [14:46] <rodrigo_sampaio> jonnyb: how was your flight? [14:46] <jonnyb> not bad, very delayed [14:46] <jonnyb> BA's computer system wen down - quite a few hours delayed [14:48] <rodrigo_sampaio> damn [14:48] <jonnyb> glad i'm not on that team! 50 planes stranded around the world waiting for data [14:49] *** jonnyb_i has joined #tikiwiki [14:49] *** jonnyb_i has quit IRC (Remote host closed the connection) [15:04] <chealer_> polom [15:04] *** chealer_ is now known as chealer [15:16] *** GillesM has quit IRC (Quit: Quitte) [15:19] *** GillesM has joined #tikiwiki [15:20] <jonnyb> polom chealer - you get back home ok? [15:26] <chealer> jonnyb: yes, and with Internet connectivity all along :-) [15:26] <jonnyb> wow, good one! [16:29] <luciash> jonnyb: i bet they run windoze ;) [16:30] <jonnyb> there's every chance [16:30] <jonnyb> (although i had a nice chat with a microsoft guy at unconfoo) [16:31] <luciash> good u got home safely [16:31] <jonnyb> thanks - glad to be back but it was a great trip [16:31] <luciash> :) [16:31] *** qoumaq has quit IRC (Quit: qoumaq) [17:19] *** kiilo has joined #tikiwiki [17:37] *** dabright has joined #tikiwiki [17:46] *** rodrigo_sampaio1 has joined #tikiwiki [17:46] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [17:54] *** rodrigo_sampaio1 has quit IRC (Ping timeout: 252 seconds) [17:59] *** shotintoeternity has joined #tikiwiki [18:00] <shotintoeternity> Hi everyone, I'm working on configuring a wiki and having problems with how modules/menus are displayed [18:01] <shotintoeternity> You guys are a huge help and was wondering if someone might be able to help configure this [18:01] <shotintoeternity> I'm trying to make it so that anonymous users are able to see a module in the left hand sidebar but not see the admin module [18:06] <shotintoeternity> What happens is when I log in with the admin credentials, I can see the admin module and the new module I created [18:07] <shotintoeternity> When I'm anonymous, I can only see the title of the module I created and not the admin module [18:07] <luciash> what do you want to achieve ? [18:08] <shotintoeternity> Sorry, I meant menu not module [18:08] <shotintoeternity> Hi luciash [18:08] <shotintoeternity> I want to have a sidebar that anonymous visitors can view on the wiki [18:09] <shotintoeternity> But right now anonymous users can't see it [18:09] <luciash> make sure u asign the module to anonymous [18:10] <shotintoeternity> I'm almost positive it's assigned to anonymous [18:11] <shotintoeternity> I can see the title of the module [18:11] <luciash> ok then [18:11] <shotintoeternity> The menus aren't showing up though [18:11] <luciash> what does the module contain ? [18:11] <shotintoeternity> But when I log in, the menus show up [18:11] <shotintoeternity> It contains two different menus right now [18:12] <shotintoeternity> One is called "Main Page" that is just a reference to the index page [18:12] <luciash> {menu ...} ? [18:12] <shotintoeternity> Sorry, I'm a little unclear on the differences between modules and menus [18:12] <luciash> what module is it ? [18:12] <luciash> custom ? [18:13] <shotintoeternity> The module is called "Translation Nexus" [18:13] <shotintoeternity> Yeah, it's a custom module [18:13] <luciash> and when u see the code of the module, what does it contain ? [18:14] <shotintoeternity> The groups it's assigned to are admins, anonymous, and registered [18:14] <luciash> i mean content [18:14] <luciash> u can check the content of the module on the second tab [18:15] <luciash> by editing it [18:17] <shotintoeternity> It contains two links below it [18:17] <shotintoeternity> For instance [18:17] <shotintoeternity> Right now [18:18] <shotintoeternity> I see the sidebar "translation nexus" on the left hand side here: http://fictioncircus.com/wiki [18:18] <shotintoeternity> It has nothing under it now [18:18] <shotintoeternity> But when I log in, I see each of the links under it [18:19] <luciash> can u paste what it atually contains somewhere ? [18:20] <shotintoeternity> Sure [18:20] <shotintoeternity> It's attached to the menu called "Nexus Menu" [18:20] <luciash> is it possible u have nebaled "check the perms of the links" on admin wiki and the pages are not visible to anonymous ? [18:21] <luciash> s/enabled/nebaled/ [18:21] <shotintoeternity> It shows up with two items under it that link to other parts of the wiki when you log in [18:22] <shotintoeternity> Very possible [18:22] <shotintoeternity> Trying to check [18:23] <shotintoeternity> Where can I find "check the perms of the links" option? [18:25] <shotintoeternity> PS Thanks for all your help :) [18:26] <luciash> on the Wiki admin panel i think [18:27] <shotintoeternity> Is it somewhere specific in the admin panel? [18:27] <shotintoeternity> Sorry, I'm a total newb [18:28] <luciash> i can have a look [18:29] <shotintoeternity> Thanks :) [18:40] <luciash> cannot find it myself (maybe seen it on future trunk devel) [18:40] <luciash> what was the code in the module content ? [18:41] <luciash> can u put it on http://pastebin.com/ ? [19:03] <shotintoeternity> Hi Luciash, just trying to put in the menus [19:03] <shotintoeternity> It's short enough that I could post here [19:03] <shotintoeternity> Don't know if I'm doing it right [19:03] <shotintoeternity> {menu id=43}{menu id=44}{menu id=188} [19:05] <shotintoeternity> I'm trying to use one of them only right now [19:05] <shotintoeternity> I used {menu id=43 type=vert} in the module content [19:06] <shotintoeternity> On the page you can see what I'm talking about [19:06] <shotintoeternity> http://fictioncircus.com/wiki [19:07] <shotintoeternity> Right now, the "translation nexus" module needs to have menu options under it [19:07] <shotintoeternity> Just like the regular menu does [19:07] <luciash> ah, ok, you use menus then... please make sure, the menu items on tiki-admin_menus.php has nothing assigned or Anonymous assigned for each [19:10] <shotintoeternity> Weird [19:10] <shotintoeternity> I did that, and it's still not working [19:11] <shotintoeternity> I'm not using CMS functionality at all [19:11] <shotintoeternity> I assigned anonymous to everything in tiki-admin_menus.php [19:13] <luciash> if it works for the second "menu", it must be working for the "translation nexus" too [19:14] <luciash> you can also try clear the Modules Cache on Admin > Modules [19:14] <luciash> or make a linebreak between the menus [19:15] <luciash> gotta go [19:15] <luciash> bbl [19:20] <shotintoeternity> Thanks for your help! [20:04] *** USlacker has joined #tikiwiki [20:08] <Tiki|bot> New Forum Posts: Reporting and analysis of Tracker data? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=40837 [20:22] *** Trebly has joined #tikiwiki [20:50] <CIA-82> tikiwiki: 03changi67 * r33554 10/trunk/lib/ (3 files in 3 dirs): [MOD] Avoid function calls in a FOR loop - quality.tiki.org [21:18] <CIA-82> tikiwiki: 03gta74 * r33555 10/trunk/lang/de/language.php: [TRA] more german translations [22:54] *** Trebly has quit IRC (Ping timeout: 240 seconds) [23:47] *** rodrigo_sampaio has joined #tikiwiki [23:52] *** jonnyb has quit IRC (Quit: nite nite) [23:57] *** kiilo has left