[00:10] diggy joined #tikiwiki [00:25] Tiki|bot joined #tikiwiki [06:30] fergy joined #tikiwiki [06:36] fergy Howdy. I'm completely new to Tiki3. I want to edit the main menu top left side of my screen to add new pages. Current menu has :HOME and Calendar I want to add a few of my own pages. I've tried to read the help /guides no luck. [06:38] fergy Any suggestions [06:40] Tiki|bot joined #tikiwiki [07:37] TomJarvis joined #tikiwiki [07:54] TomJarvis fergy: have you figured out how to make a menu? [08:37] redflo joined #tikiwiki [08:48] xavi joined #tikiwiki [09:50] mamy joined #tikiwiki [09:51] mamy hello, does anyone wish to help me implementing my wiki system as im new to this? [10:20] Olaf_Stefanov joined #tikiwiki [10:51] Telesight joined #tikiwiki [10:55] Tiki|bot joined #tikiwiki [11:25] Tiki|bot New Forum Posts: Most annoying featu Request blocked - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51239 [11:25] Tiki|bot New Forum Posts: Where can I edit the note at the bottom of the Register page? - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51238 [11:25] Tiki|bot New Forum Posts: Closing regressions and bug in wishlist - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51236 [11:35] Tiki|bot New Forum Posts: Most annoying featu Request blocked - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51239 [11:35] Tiki|bot New Forum Posts: Where can I edit the note at the bottom of the Register page? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51238 [11:35] Tiki|bot New Forum Posts: Closing regressions and bug in wishlist - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51236 [12:14] arildb joined #tikiwiki [13:10] ricks99 joined #tikiwiki [13:15] ricks99 polom y'all [13:19] rodrigoprimo joined #tikiwiki [13:28] ricks99 left #tikiwiki [13:45] Tiki|bot New Forum Posts: how does WANTEDPAGES filter out the pages with alias? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51249 [14:12] mamy hello there, anyone can help in menu custom? [14:16] Tiki|bot New Forum Posts: how does WANTEDPAGES filter out the pages with alias? - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51249 [14:16] Tiki|bot New Forum Posts: Most annoying featu Request blocked - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51239 [14:16] Tiki|bot New Forum Posts: Where can I edit the note at the bottom of the Register page? - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51238 [14:26] Tiki|bot New Forum Posts: how does WANTEDPAGES filter out the pages with alias? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51249 [14:26] Tiki|bot New Forum Posts: Most annoying featu Request blocked - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51239 [14:26] Tiki|bot New Forum Posts: Where can I edit the note at the bottom of the Register page? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51238 [14:31] xavi left #tikiwiki [14:46] Tiki|bot New Forum Posts: LDAP settings not picking up Real Name attribute - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=51250 [14:57] arildb joined #tikiwiki [14:58] Tiki-KGB 03lphuberdeau r49964 10trunk/lib/search/searchlib-unified.php * [ENH] Support changes to statistics APIs for ElasticSearch >= 1.0.0 [15:28] rodrigoprimo joined #tikiwiki [15:38] Tiki|bot0 joined #tikiwiki [15:39] Lonecrow joined #tikiwiki [15:39] robertplummer polom [15:39] robertplummer ^ all [15:42] rodrigoprimo joined #tikiwiki [15:49] rodrigoprimo joined #tikiwiki [15:55] fabricius joined #tikiwiki [16:06] Tiki|bot joined #tikiwiki [16:14] Tiki-KGB 03lphuberdeau r49965 10trunk/ 10(9 files in 7 dirs) [16:14] Tiki-KGB [MOD] Goal events stored separately to simplify usage and reduce database size, also avoids double-entries if activities are stored multiple time through various paths [16:33] Tiki|bot joined #tikiwiki [16:50] Tiki|bot joined #tikiwiki [17:09] DarkCalf joined #tikiwiki [17:24] Tiki|bot joined #tikiwiki [17:33] TomJarvis joined #tikiwiki [17:33] TomJarvis polom [17:36] Tiki|bot joined #tikiwiki [18:00] RobertR joined #tikiwiki [18:01] RobertR Hey all [18:01] RobertR Great job on 12.0 [18:03] RobertR Can I nest a second tracker item inside a wiki page tracker template [18:03] RobertR The second item is from a different tracker [18:14] RobertR How would I integrate a tracker field input into a link in a wiki page template [18:15] RobertR ie. {$f_11} doesn't work...is this even posible? [18:21] RobertR How about a hint on how to escape the tracker field input {$f_11} to keep it from being parsed out but still passing to the tiki-view_tracker_item.php [18:25] Tiki|bot joined #tikiwiki [18:26] RobertR Thanks anyway...take care [18:26] TomJarvis RobertR: You could do it by creating your own tracker [18:27] TomJarvis I meant to say plugin [18:37] Tiki|bot joined #tikiwiki [18:40] TomJarvis In a plugin you could [18:40] TomJarvis SELECT `itemId` FROM `tiki_tracker_items` WHERE `trackerId` = '1'; [18:40] TomJarvis create an array if itemIds from the returned rows [18:40] TomJarvis do over the array [18:40] TomJarvis SELECT `fieldId`, `value` FROM `tiki_tracker_item_fields` WHERE `itemId`=\"$itemID\"; [18:40] TomJarvis Process the fields and return the link html. [18:41] TomJarvis If he was only looking for the user, maybe turning on Argument variables (https://doc.tiki.org/Wiki+Argument+Variables) and using {{user}} would have worked [18:42] robertplummer TomJarvis: Just wondering when you became familiar with Tiki. [18:42] robertplummer TomJarvis: I appriciate your help yesterday [18:42] robertplummer appreciate [18:46] TomJarvis I had a eGroup that was taken over by Yahoo Groups, and Yahoo Groups cancelled my group for inactivity in 2003. [18:46] TomJarvis So I looked for something to replace it and discovered CMS (http://www.opensourcecms.com/). [18:46] TomJarvis I tried a number of them, including Tiki. Tiki didn't work very well and I moved on. [18:46] TomJarvis In the end I went back to Tiki and have been using it since March 2004, coming up on 10 years. [18:47] Tiki|bot joined #tikiwiki [18:47] Tiki|bot New Forum Posts: Setting a Link in a Wiki Page Tracker Template - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=51254 [18:48] Tiki-KGB 03jonnybradley r49966 10branches/12.x/ 10(5 files in 5 dirs) [18:48] Tiki-KGB [ENH] cart: Add a way of collecting weights of items added to cart and optionally display that in the module (thanks Bernard) [18:48] Tiki-KGB 03jonnybradley r49967 10(6 files in 6 dirs) * [MRG] Automatic merge, branches/12.x 49962 to 49966 [18:50] robertplummer TomJarvis: nice story [18:50] robertplummer TomJarvis: Tiki has a way of bringing you back in ;) [19:04] Tiki-KGB 03lphuberdeau r49968 10trunk/ 10(11 files in 7 dirs) * [MOD] Keep track of goals reached [19:30] Tiki|bot joined #tikiwiki [19:57] Tiki|bot joined #tikiwiki [20:30] Tiki-KGB 03jonnybradley r49969 10branches/12.x/templates/modules/mod-cart.tpl * [MOD] cart: Add weight in a hidden input for js access [20:30] Tiki-KGB 03jonnybradley r49970 10branches/12.x/lib/payment/cartlib.js * [MOD] cart: Add trigger when add to cart has finished for external js [20:38] Tiki-KGB 03jonnybradley r49971 10branches/12.x/templates/modules/mod-cart.tpl * [FIX] cart: Oops [20:42] Tiki|bot joined #tikiwiki [20:55] Tiki|bot joined #tikiwiki [20:58] rodrigoprimo joined #tikiwiki [21:12] Tiki-KGB 03jonnybradley r49972 10trunk/lib/payment/cartlib.js 10trunk 10trunk/templates/modules/mod-cart.tpl * [MRG] Automatic merge, branches/12.x 49966 to 49971 [21:40] Tiki|bot joined #tikiwiki [22:05] Tiki|bot joined #tikiwiki [22:43] Olaf_Stefanov joined #tikiwiki [22:44] RobertPlummer joined #tikiwiki [22:44] RobertPlummer polom all [22:45] RobertPlummer lphuberdeau: Did some research with the jison on the parsing technique used, and in short we found a way to make it WAY FASTER! [22:45] RobertPlummer This means wikiLingo gets faster. [22:46] RobertPlummer lphuberdeau: If you are curious - https://github.com/robertleeplummerjr/jison/commit/c5c86f61d71cf4ca21e98fc48ea36b27aa9029c9 [22:47] RobertPlummer We use the \G with regex so we don't have to splice/substring strings, and providing an offset. [22:48] RobertPlummer I had no idea about the \G, apparently Firefox is the only one who provides support for it in the browser. Except it is a "y" for sticky regexp behavior. [23:08] Tiki|bot New Forum Posts: Tiki Webinar 20/02/2014 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=51257 [23:28] Tiki-KGB 03lphuberdeau r49973 10trunk/ 10(8 files in 4 dirs) * [MOD] Add reward management (user credits only at this time) [23:31] Tiki|bot joined #tikiwiki [23:50] Tiki|bot joined #tikiwiki