[00:16] *** Lawliet|away is now known as Lawliet [00:49] *** Lawliet is now known as Lawliet|away [01:13] *** Caarrie is now known as Caarrie|sleeping [01:50] *** goj|ghost has joined #tikiwiki [01:53] *** goj has quit IRC (Ping timeout: 246 seconds) [01:53] *** goj|ghost is now known as goj [03:08] *** Lawliet|away is now known as Lawliet [03:14] *** Lawliet is now known as Lawliet|away [03:15] Recent Bug: Tracker item: #3525 - - Implement Gravatar - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3525 [03:31] *** Lawliet|away is now known as Lawliet [03:36] New Forum Posts: Submission of Articles - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38174 [03:57] New Forum Posts: Problem Uploading CMS Topic Images - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38175 [03:59] *** Lawliet is now known as Lawliet|away [04:15] *** Lawliet|away is now known as Lawliet [05:28] *** chealer has quit IRC (Ping timeout: 265 seconds) [06:10] *** chealer has joined #tikiwiki [06:12] *** Caarrie|sleeping has quit IRC (Read error: Connection reset by peer) [06:13] *** Caarrie|sleeping has joined #tikiwiki [06:13] *** Sug4r has quit IRC (Remote host closed the connection) [06:16] *** sylvieg has quit IRC (Ping timeout: 265 seconds) [06:18] *** sylvieg has joined #tikiwiki [06:18] *** ChanServ sets mode: +o sylvieg [06:19] *** Sug4r has joined #tikiwiki [06:32] *** Lawliet has quit IRC (Quit: Saindo) [07:31] *** coaboa has joined #tikiwiki [07:31] good morning [08:02] *** JoernOtt has joined #tikiwiki [08:02] Hi Joern [08:02] *** JoernOtt is now known as JoernOtt|froscon [08:07] does one know how I can add plugin {BACK ()/} to tiki-pagebar.tpl? [08:57] tikiwiki: 03minger0 * r28656 10/trunk/ (templates/modules/mod-minichat.tpl tiki-minichat_ajax.php): [NEW] minichat module: support for nick names; the channel bar become optional [09:28] *** marclaporte has joined #tikiwiki [09:28] polom [09:28] hello [09:29] could you tell me how I would use the wiki plugin {BACK} in a template? [09:31] {WIKI}{BACK()/}[/WIKI} ? [09:33] I think that could work [09:33] perhaps with the literal too [09:34] lit wik bac wik lit ? [09:35] *** redflo has joined #tikiwiki [09:35] http://themes.tiki.org/Template+Tricks&pagenum=13#Add_wiki_syntax_in_Custom_code_text_areas_of_Look_amp_Feel [09:36] thx [09:41] does not work in a template... something else to look at? [09:42] added a print link to the template which works fine [09:42] added a print link to the template which works fine [09:44] and i want to add the back link to tiki-paebar.tpl [09:46] *** ohertel has joined #tikiwiki [09:47] Hello! [09:47] hi [09:47] * ohertel pokes marc [09:48] polom [10:02] adding {wiki}{literal}{BACK()/}{/literal}{/wiki} just braeks the site. Tryed CCC Header & CS Footer. How can I add it to tiki-pagebar.tpl as this has the very same effect (Tiki Trunk). [10:03] Is it because of the javascript contained in "BACK" Plugin? [10:11] *** changi has joined #tikiwiki [10:12] btw: {BACK()/} just works fine [10:12] if put in a wikipage. [10:12] hi changi [10:22] *** JoernOtt|froscon has quit IRC (Remote host closed the connection) [10:29] *** JoernOtt has joined #tikiwiki [10:29] *** JoernOtt is now known as JoernOtt|froscon [10:30] polom changi [10:32] http://tiki.org/tiki-searchresults.php?highlight=tikiwiki.org&search=Go -> Found "tikiwiki.org" in 12365 pages [10:34] New Forum Posts: Problem Uploading CMS Topic Images - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38175 [10:35] New Forum Posts: Submission of Articles - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38174 [10:35] New Forum Posts: milkyway theme in 5.x? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38171 [11:00] hi [11:00] * changi love his home place [11:05] New Forum Posts: Problem Uploading CMS Topic Images - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38175 [11:05] New Forum Posts: Submission of Articles - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38174 [11:06] New Forum Posts: milkyway theme in 5.x? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38171 [11:12] changi: your home place? :-) Home sweet home? ;D [11:21] how would I address an categorized object from within a template? {if $objectCategoryIds neq ''} shows an Icon but with {if $objectCategoryIds eq '1'} the icon disapears.. [11:21] I want an specific Icon for a catogory on a page. [11:22] *a [11:22] You sure it really is 1? maybe print $objectCategoryIds out and see whats it like? [11:22] 'Ids' suggests somehow that this is an array of some kind, not a single number. ^^ [11:23] im even not sure if this is the varable of the Category ;-) [11:23] ;D [11:24] maybe try a {$objectCategoryIds} and see what it shows in the html code. [11:25] array [11:27] just untaring the source to have a look. ^^ [11:28] joking ;-) I'snt there a variable for the category like for $user? [11:29] ok, you can get the parts from the array like this: $objectCategoryIds.name [11:29] to ge the categ name. [11:29] If it contains anything, though. ^^ [11:29] thx [11:30] Not sure, what do you want to do? :) [11:30] Oh wait, maybe it is $objectCategoryIds.data.name, if the other one doesnt work. hm... [11:31] if categoryId=1 img src=fixedcatogory.png [11:31] if categoryId=2 img src=fixedcatogory2.png [11:31] ah hm. [11:31] etc. hardcoded because im not a programmer ;-) [11:32] For the category of what do you want to do that? [11:33] wiki page [11:33] Ah ok. [11:33] similar to topics icons in articles [11:36] Ah so, like displaying a nice icon on each page to show its category. [11:36] you got it [11:37] Problem is that an object can have more than 1 category. ;) [11:37] ohertel: yes home sweet home [11:37] *** JoernOtt|froscon has quit IRC (Quit: Bye) [11:37] after 2 weeks of vacation [11:37] So you would have to look over all categories and print out all logos for all categs assigned ... [11:38] Something like that is done in templates/categobjects.tpl [11:38] {foreach key=t item=i from=$listcat} [11:39] no, we have 9 Genres, those need an icon the other cats could be ignored, thats wha i think adding the 9 icons to a template is appropriate [11:40] so for me it would be more suitable to fix those Icons to a specific category [11:40] That loop gives you the name of the category I think, in {$t}. [11:40] So you could then add {if $t eq 'something' } inside the loop [11:41] cool [11:41] and close it with {/foreach} [11:41] maybe try with a {$t} first and see what it prints out. [11:41] {foreach key=t item=i from=$listcat}{$t}{/foreach} [11:42] thx, will try that [11:42] If that doesnt work like you need have another look at templates\categobjects.tpl [11:43] maybe you learn something from it I didnt see. ;) [11:43] ok. Do you know why {wiki}{literal}{BACK()/}{/literal}{/wiki} is not usable (neither in custom areas nor in a template)? [11:44] no, sorry. [11:44] thx, go digging ;-) [11:44] exit [11:44] oop, wrong window. :P [11:54] tikiwiki: 03xavidp * r28657 10/trunk/templates/modules/mod-freetag.tpl: [FIX]Make 'add' button translatable [11:58] tikiwiki: 03jonnybradley * r28658 10/trunk/styles/strasa.css: [FIX] strasa: white background for filegal manager and other popups [12:00] tikiwiki: 03xavidp * r28659 10/branches/proposals/5.x/templates/modules/mod-freetag.tpl: [bp/r28657][FIX]Make 'add' button translatable [12:02] tikiwiki: 03xavidp * r28660 10/branches/proposals/3.x/templates/modules/mod-freetag.tpl: [bp/r28657][FIX]Make 'add' button translatable [12:07] tikiwiki: 03jonnybradley * r28661 10/trunk/lib/ (6 files in 5 dirs): [12:07] tikiwiki: [NEW] ckeditor: tikiplugin plugin - GUI for editing wiki plugins. [12:07] tikiwiki: Step 2: Initial implementation. [12:07] tikiwiki: Right or double click on plugins to summon popup form. Will need testing and debugging. [12:07] tikiwiki: Next, actual wysiwyg previews (hopefully). [12:09] *** Caarrie|sleeping is now known as Caarrie|away [12:15] polom [12:16] Hello luci. :) [12:16] hello oliver [12:17] ẗhanks for trying hard to keep tw.o up ;) [12:17] ^^ [12:17] $t is emty [12:18] coaboa: hm, maybe the categs inside the tpl you are in are not available or in another variable and not in 'listcat' [12:19] Im in tiki-pagebar.tpl [12:21] do I have to edit tiki.tpl? [12:22] when trying with $objectsCategoryIds.data.name it works but only with neq'' test [12:23] so I'am lost in how to determine the variable which is used for a specific category [12:24] *value of the variable for a category [12:25] tiki-show_page.tpl is the page used for displaying a wiki. and page_bar is included there. [12:25] so catids should exist? [12:25] But there are no categs used in either, so nothing to copy. ^^ [12:27] Hm, there must be a simple way to just print out all the accessible smarty variable, that would be pretty helpful at this point. ;) [12:28] ok thx. so how could I then determine the values? [12:28] right [12:29] seems more reasonable to add a div to each page manually ;-) [12:29] tikiwiki: 03marclaporte * r28662 10/trunk/ (10 files in 3 dirs): tikiwiki.org -> tiki.org changes [12:30] is there a way to check for the category name in a template? [12:30] Or enhance tiki so it has categ logos. ;) [12:30] asked for that a year ago [12:30] oh ^^ [12:33] try the debugger console on ? [12:36] dont want to debug, just wanted to add a icon1 for category 1 , icon 2 for category 2 by hand in a template [12:37] yes, but the debugger console could give you list of available variables for the page you afre on [12:37] *are [12:37] it does? ah. :) [12:37] {DEBUG} in custum code right? [12:37] hopefully it is still in Tiki [12:38] it was a feature actually [12:38] coaboa: no, you can enable it somewhere in admin menu [12:47] tried to follow the steps on template tricks @ themes.tw.o: now I have info about exce time, memuse, dbquer in footer, added also {debug} to the template and in custom center column code, no effect. [12:48] tikiwiki: 03marclaporte * r28663 10/trunk/templates/ (16 files): tikiwiki.org -> tiki.org changes [12:48] there must be a simple {if $catId=1} [12:49] No, it would be a loop in any case as there might be >1 categs. [12:50] But it seems as the template doesnt get handed over data about categories. Or in a variable we do not find. ^^ [12:51] tikiwiki: 03xavidp * r28664 10/trunk/lang/ca/language.php: [ENH]New strings translated [12:54] In the hello world documentation is stated something using tiki.tpl but I can not imagine which var could be category ID. My test at least show that $objrectCategoryIds is not empty (unlike$t) [12:57] Yah, and it is filled in categories.php $objectCategoryIds = $categlib->get_object_categories($objectType, $key); [12:58] hm, and that one... [12:58] fills an array with all the IDs ... $ret[] = $res["categId"]; [12:58] and hands them back. [13:00] So a loop over this variable should give out all categs ... [13:00] $res [13:00] ? [13:00] tikiwiki: 03xavidp * r28665 10/branches/5.x/lang/ca/language.php: [ENH]New strings translated [13:00] nah, $res is in php, its handed over to the smarty variable then. [13:01] Did you try: {foreach key=t item=i from=$objectCategoryIds}{$t}{/foreach} [13:01] this could work, imho [13:04] Prints "0" [13:05] Ok, and is this page in category 0? :) [13:05] which should be cat 1 [13:05] arrays start with 0 arent they? [13:05] yup [13:06] maybe try with another page which has a different category. [13:06] Just to see if that value changes. ;) [13:07] stays 0 ;-) [13:08] ah wait, maybe this is the index of another array. :P [13:09] replace $objectCategoryIds with $objectCategoryIds.0 in that loop and see what you get. :) [13:10] now the debugger console is started [13:10] $cat [13:11] $cat it is? [13:12] array containing: Array () categId => "1", name, description parentID, hits etc. [13:12] array containing: Array (10) categId => "1", name, description parentID, hits etc. [13:13] thats in $cat? [13:13] but the nextline shows $categId "" [13:15] {$cat} and {$categId}, sorry forgot the braces [13:16] {$cat} contains eg. name => "Poisi" which is the category name [13:16] So there you go. ;) [13:18] if $cat eq 'Poisi' then diesunddas or do I have to address the position inside the array somehow? [13:19] coding for runaways ;-) [13:19] its an array, you need to get it out there... [13:19] $cat.0.name or something. [13:20] I think you can try out in the debug console, no? [13:20] yes [13:29] doing by hand, no time left [13:30] as $cat stay the same in the debugger console regardless of the category of the page I'am on :-( [13:41] got it: {if $objectCategoryIds[0] eq '1'} somelink {/if} shows icon one, {if $objectCategoryIds[0] eq '2'} somelink2 {/if} shows the second and so on. Thx for the support [13:42] will make it through an ugly list as i have no time for learning if/else ;-) thx ohertel for your patience [14:06] coaboa: {elseif ...} [14:18] Thx luciash ;-) Does somebody know why: {wiki}{literal}{BACK()/}{/literal}{/wiki} does not work in a template? [14:22] because {wiki} doesn't support plugins syntax [14:22] use this instead: [14:22] {wikiplugin _name="back"} [14:22] {/wikiplugin} [14:25] thx cool + works like a charm ;-) [14:34] and document! [14:35] on template tricks! [14:35] tikiwiki: 03changi67 * r28666 10/trunk/doc/devtools/ (release.php sharetikidev.sh svnup.sh): [MOD] tikiwiki.org -> tiki.org changes [14:38] tikiwiki: 03changi67 * r28667 10/trunk/doc/readme.txt: [MOD] tikiwiki.org -> tiki.org changes [14:38] are we moving completely to tiki.org ? [14:39] will the old URLs still work or redirect with 301 ? [14:40] going out, bbl [15:00] redirect 301 [15:01] forever [15:42] New Forum Posts: User pages and group editing permissions - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38177 [15:44] *** ksign has joined #tikiwiki [15:45] polom [15:49] *** ksign has quit IRC (Client Quit) [16:42] *** Lawliet has joined #tikiwiki [16:58] tikiwiki: 03rischconsulting * r28668 10/trunk/tiki-wiki_rss_no_diff.php: [16:58] tikiwiki: [ENH]First attempt at rss feed that shows whole wiki page rather than diff. Can [16:58] tikiwiki: be called directly with same options as tiki-wiki_rss.php, but could eventually [16:58] tikiwiki: be integrated into feeds admin by someone who knows how to do so if people like [16:58] tikiwiki: it. [17:40] *** FrankP has quit IRC (Ping timeout: 240 seconds) [17:44] *** chealer has quit IRC (Remote host closed the connection) [17:49] tikiwiki: 03Jyhem * r28669 10/trunk/templates/ (blog_post_related_content.tpl tiki-view_blog_post.tpl): [ENH] Related posts links displayed out of post. Tests of display moved in file controlling display [18:16] re [18:16] marclaporte: good :) [18:17] *** chealer has joined #tikiwiki [18:17] tikiwiki: 03jonnybradley * r28670 10/trunk/ (7 files in 6 dirs): [18:17] tikiwiki: [ENH] ckeditor: Add help button (including functioning plugin help). Wysiwyg help needs writing. [18:17] tikiwiki: Also fixes for tikiplugin to handle {CODE} plugins better. [18:26] *** Tikiwiki|bot has quit IRC (Ping timeout: 265 seconds) [19:30] *** Lawliet is now known as Lawliet|away [19:41] tikiwiki: 03chealer * r28671 10/trunk/templates/modules/mod-search_box.tpl: [FIX] label for Advanced search [19:47] tikiwiki: 03chealer * r28672 10/trunk/templates/advanced_search_help.tpl: [FIX] remove excessive

[19:56] *** redflo has quit IRC (Remote host closed the connection) [20:00] tikiwiki: 03chealer * r28673 10/trunk/templates/tiki.tpl: [FIX] module errors HTML [20:11] *** coaboa has quit IRC (Remote host closed the connection) [20:26] *** Lawliet|away is now known as Lawliet [20:26] *** Tikiwiki|bot has joined #tikiwiki [20:51] *** redflo has joined #tikiwiki [20:58] *** Lawliet is now known as Lawliet|away [21:41] polom [21:54] wb marc :) [22:07] *** ohertel has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.6.8/20100722155716]) [22:52] *** franck has quit IRC (Ping timeout: 246 seconds) [22:53] *** Lawliet|away is now known as Lawliet