[00:00] *** miek has joined #tikiwiki [00:01] Hello.. I'm having trouble with a TikiWiki Install and was wondering if someone here could please spare some time to help me? [00:03] I am trying to set up category/group permissions. So I want to be able to assign users to a group, and have a corresponding category for each group. Then only users from the group can view the pages for that category [00:04] This is all working fine, however when a user creates new content, the "categories" tab is not visible for them. Only the administrator can see it. [00:11] do they have tiki_p_browse_categories or view ? [00:13] I can't see any tiki_p_browse_categories. They have tiki_p_view_category [00:15] I wanted to try "Default category assigned to uncategorized objects edited by a user with this default group" as a temporary workaround but that doesn't seem to work either. [00:23] ah, hmm, no idea then, maybe someone else :( [00:25] Okay. I just realised the time difference. I'll ask again later. [00:26] miek: which Tiki version do you use? [00:26] 5.0 [00:27] miek: do users have tiki_p_modify_object_categories? I don't know if it's relevant for creations, but it is for edits. [00:28] luciash: but DNS seems to work fine, assuming 213.19.47.154 is the right IP [00:28] Ah... that was it. [00:28] Thanks for the help [00:29] "pingdom tools", hehe [00:36] *** Caarrie|away is now known as Caarrie [00:52] *** Caarrie is now known as Caarrie|sleeping [00:53] *** miek has quit IRC (Quit: Page closed) [01:07] *** white has joined #tikiwiki [01:11] *** JoernOtt has quit IRC (Ping timeout: 258 seconds) [01:49] *** goj|ghost has joined #tikiwiki [01:53] *** goj has quit IRC (Ping timeout: 248 seconds) [01:53] *** goj|ghost is now known as goj [02:25] *** josy has joined #tikiwiki [02:25] hi, is anybody out there? [02:26] i have fresh installed tikiwiki 5 on my www-root, and now i want move it into subdir www-root/tikiwiki - how do i can do this ? [02:28] i didnt find any "configuration.php" like i now from other cms .. is there any php where i can change the path or do i have to install it from scratch or .. ??? [02:32] *** josy has quit IRC (Quit: Page closed) [02:59] *** hair_k has joined #tikiwiki [03:00] *** hair_k has quit IRC (Client Quit) [04:25] *** FrankP has joined #tikiwiki [06:02] *** FrankP has quit IRC (Ping timeout: 246 seconds) [06:45] *** redflo has joined #tikiwiki [07:05] New Forum Posts: Online dictionary and knowledgebase - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37913 [07:15] *** Wilkins has joined #tikiwiki [07:27] *** chealer has quit IRC (Remote host closed the connection) [07:55] *** MartinCleaver_ has joined #tikiwiki [07:55] *** MartinCleaver has quit IRC (Ping timeout: 265 seconds) [07:55] *** MartinCleaver_ is now known as MartinCleaver [08:12] *** j0n3 has joined #tikiwiki [08:12] hi! [08:25] *** chealer has joined #tikiwiki [10:08] *** chibaguy has joined #tikiwiki [10:08] *** ChanServ sets mode: +o chibaguy [10:24] *** Caarrie|sleeping is now known as Caarrie|away [11:20] tikiwiki: 03jonnybradley * r28189 10/trunk/lib/wiki-plugins/wikiplugin_tracker.php: [FIX] Tracker plugin: Only show user fields that actually appear in the fields list, otherwise use a hidden input (correction for r28184) [11:43] *** ricks99 has joined #tikiwiki [11:58] *** Dan__ has joined #tikiwiki [11:58] hey is anyone from tiki wiki here? [11:59] Im here [11:59] i need some help if u can [12:00] basicly, im trying to set it up so that anonymous users can get on the site and upload files to the file gallery [12:00] which is have working [12:01] however users can upload to the filegallery without creating one or going into one if you get me, i dont want them to be able to upload to the root file gallery if you understand [12:02] you need to set the permissions for the gallery (to not allow anonymous uploads) and the subgallery (to allow anonymous uploads) [12:02] you can alos accomplish this by using categories [12:03] will that allow annonymous users to upload to all subcatergories [12:03] just not the main gallery [12:03] you can use categories. put the main gallery in a category with 1 set of perms, and sub galleries in a category with 2nd set of perms [12:04] how do i do that [12:04] sorry i just started using this [12:04] :S [12:04] do u know how to create categories? have u looked a tthe docs? [12:05] ive enabled categories [12:05] but dont have a clue where to go from here [12:05] see http://doc.tikiwiki.org/category [12:05] thank you [12:05] :)( [12:05] :)* [12:05] welcome [12:05] polom [12:05] hi luciash [12:05] *** Dan__ has quit IRC (Quit: Page closed) [12:05] hi ricks99 [12:29] *** xavi has joined #tikiwiki [12:32] * ricks99 loves the Custom Center Column Header in L&F. With it + CSS, i no longer have to modify the TPLs! [12:32] :) [12:34] polom [12:34] need advice on js errors on tiki5 [12:35] related to the message I sent to the devel list (help box doesn't show up for me any more in two different servers with recent tiki5) [12:35] I inspected with firebug the possible errors, and I see two places [12:35] 1): [12:35] if (window.needToConfirm && window.editorDirty) { 2043 return 'Ets a punt de marxar d'aquest pàgina. Es perdran els canvsi des de la teva darrera visita. Segur que vols marxar d'aquesta pàgina?'; 2044 } [12:36] well, sorry, I mean: if (window.needToConfirm && window.editorDirty) { return 'Ets a punt de marxar d'aquest pàgina. Es perdran els canvsi des de la teva darrera visita. Segur que vols marxar d'aquesta pàgina?'; } [12:36] see that the text is in catalan with a single quote in the translation, which might be breaking other stuff... [12:36] can it be due to this problem with the single quote in the js message? [12:37] yes [12:37] :-( [12:37] must be in double quotes or escaped [12:38] so this brings back that issue with some files (tpl? js?) with strings (to be translated) surrounded with single quotes... [12:38] :-/ [12:39] why not to put the apostrophe as \' in the translation language file ? [12:40] and use single quotes there too to force to do that by translators [12:40] better to fix the tpl - because is still ned to be done [12:40] +1 to sylvieg's comment [12:41] *** RavenC has joined #tikiwiki [12:41] hi all [12:41] hi RavenC [12:41] ack. cannot seem to include mulple conditions in an {if} statement in custom cetner column: {if ($mid eq 'tiki-forums.tpl') or ($mid eq 'tiki-view_forum.tpl') or ($mid eq 'tiki-view_forum_thread.tpl')} ...{/if} is crashing my tiki [12:42] what did rick do wrong? [12:42] perhaps the ... is buggy [12:43] ricks99: why the parenthesis ? [12:44] readability [12:44] luciash: why not - it is not a bug [12:44] ricks99: valid point [12:55] tikiwiki: 03sylvieg * r28190 10/trunk/ (4 files in 3 dirs): [MRG] Automatic merge, branches/5.x 28182 to 28187 [13:05] tikiwiki: 03sylvieg * r28191 10/trunk/ (2 files in 2 dirs): notice [13:06] xavi: have you tried to escape single quote? [13:07] uh ¬¬ I was not on bottom ... [13:08] haven't read replies... [13:08] *** j0n3 has quit IRC (Quit: Page closed) [13:09] j0n3: I confirm that it's that single quote. Once changed for some other fake single quote (`, for instance), everything is fine [13:10] hmm, why not use proper typographic apostrophes ? [13:10] :-p [13:11] xavi: [13:11] ’ [13:12] *** jonnyb has joined #tikiwiki [13:12] "U+2019 RIGHT SINGLE QUOTATION MARK - single comma quotation mark - this is the preferred character to use for apostrophe" says my Character Map app [13:13] sorry, luci, the spanish (& Catalan) keyboards write this aprostrophe: ' , and not others [13:13] wiki apostrophe: the one with the minimum number of key strokes, i.e.: ' [13:13] po'lom [13:14] polom johnnyb [13:14] pol'l'o`m [13:14] xavi: :) i know, everybody can't follow the perfect typography world [13:14] xavi: looks like a quick fix to your js error is to add a backslash infront of each apostrophe char in your language file [13:15] did we ever come up with a plan for how to treat tra() strings for javascript? [13:15] jonnyb, I won't do that, sorry. I'll commit a quickfix (shorter) soon [13:15] my keyboard is the same, i even don't know what combination is on my to write that "preferred" apostrophe [13:15] to block.textarea.php? [13:16] hi jonnyb [13:16] hi luciash [13:17] xavi: the string i think that's breaking your js isn't in a template (i think) [13:19] ok, whatever., my quickfix (proven to work) is to replace the single quotes of just one string in language.php for fake apostrophes. That'll do for the time being, until a proper patch is applied to all tiki code [13:20] fair enough [13:20] it's a chewey one [13:20] it’s true [13:20] :) [13:20] RavenC: trackerlist is a mysterious place [13:21] RavenC: View is simply ignored [13:21] I wonder how it gets the association then... interesting [13:21] RavenC: view=page is correct but you have to use page selector to make it work to create the page selector value wiki page automagically [13:22] and display that then [13:22] yes, that was created [13:22] imho it will work the same if you don't use View=page [13:23] oh, ok. [13:23] :) [13:23] (omit) [13:23] must be some misconfig on your side that view=page shows blank page [13:23] that is where experience is wonderful! [13:24] like perms maybe [13:38] tikiwiki: 03xavidp * r28192 10/branches/5.x/lang/ca/language.php: [13:38] tikiwiki: [FIX]Quickfix as a workaround for the broken js features (like wiki edit help [13:38] tikiwiki: box, plugin helpers, ...) in some cases with languages with single quotes in the [13:38] tikiwiki: translated strings. A proper fix is still due in the whole Tiki code to avoid [13:38] tikiwiki: these recurrent problems when Tiki is used in some languages with single quotes [13:38] tikiwiki: as apostrophes. [13:39] ok, c u (bbl) [13:39] *** xavi has quit IRC (Quit: Page closed) [13:44] tikiwiki: 03sylvieg * r28193 10/branches/5.x/lang/fr/language.php: typo [13:50] one other question regarding syntax... I have seen references that use = and => ( i.e. sort_mode=>f_21_asc vs. sort_mode=f_21_asc). Is there a difference, and which should be used. I cannot see a difference when i use it one way versus the other [13:50] * RavenC promises this will be the last question before lunch!! :) [13:50] good question - is there a doc about it? [13:51] => is the old syntax = is the new [13:51] also, sometimes it's uppercase with brackets and a closing tag, and sometimes not... [13:51] i've looked at docs and at your site, and see both used [13:51] depending if you use the plugin editor [13:51] i think [13:52] uppercase and () is old symtax minor is new one [13:52] both are supported [13:52] i see. ok, thanks for the explanation! Just trying to do things correctly [13:52] for backward compatibility [13:52] it is when lph merged wiki stuff like {img with plugin [13:52] sometimes i get the two mixed up [13:52] hehehe [13:52] must be quite confusing for n00bs [13:53] I can attest to the fact that it is... ;) [13:53] yep, we should promote the simpler way [13:54] so {trackerlist trackerId=1 view=user wiki="My Template"} should be the preferred way [13:55] rather than {TRACKERLIST(trackerId=>1, view=>user, wiki="My Template")}{TRACKERLIST} [13:56] awesome! [13:56] *** daniel has joined #tikiwiki [13:56] hey anyone there i need some help please :) [13:56] but be careful when mixing with Smarty syntax (e.g. wikiplugin as part of a wiki page template used for pretty trackers) [13:57] ok [13:57] baby steps here :) [13:58] on the other hand uppercase TRACKERLIST adds on readability of the wiki code [13:58] kk [13:59] *** FrankP has joined #tikiwiki [13:59] anyone there for some help? :) [13:59] daniel: no, we are not here :) [13:59] Daniel, don't ask to ask, just ask! :) [14:00] * jonnyb definitely isn't here [14:00] haha ok, got 2 queries [14:00] one is that i would like a setting so that all created galleries are public so that anyone can upload/download etc.. [14:00] and the 2nd is that whenever i try to download either as an admin or anonymous [14:01] it brings up an error page with a url www.xxxx.com/dl6 [14:01] and cant download [14:01] 1) give the perms to Anonymous group [14:01] the perms are all set [14:01] do i need the checkbox ticked tho? [14:01] 2) enable .htaccess if you enabled SEFURLs [14:01] when u create a gallery [14:01] tikiwiki: 03jonnybradley * r28194 10/trunk/modules/mod-func-messages_unread_messages.php: [ENH] Unread messages module: Add param to allow module not to display when no messages waiting [14:01] ahh kk let me try that [14:03] tiki_p_download, tiki_p_... all for file gals set ? [14:03] all permission are set [14:04] but other annon users cant upload to file galleries unless when the gallery was created the "gallery public" checkbox is ticked [14:04] i would like that to be contstantly ticked [14:05] ah, yes, that must be ticked [14:05] yeh i would like that constantly ticked [14:06] you need to create custom link to create new gallery with param in url to have it ticked by default i guess or check if it's an option on Admin > File Galleries [14:06] na theres no option [14:07] as the clients that will be using it just want to type in a gallery name and press create [14:07] but i wonder when Anonymous creates the gallery, then all the other Anonymous users should be able to put files there, no ? [14:07] *** chibaguy has quit IRC (Read error: Connection reset by peer) [14:07] thats what i thought [14:07] but they cant [14:07] the upload file button disapears [14:07] fixed it [14:08] dont know how [14:08] changed some php [14:08] and it works [14:08] :S [14:08] random [14:08] thx for all your help tho [14:08] *** daniel has quit IRC (Quit: Page closed) [14:08] that doesn't sound right to me, but anyway :-p [14:36] *** CIA-65 has quit IRC (Ping timeout: 246 seconds) [14:43] *** ricks99_ has joined #tikiwiki [14:45] *** ricks99 has quit IRC (Ping timeout: 245 seconds) [14:52] *** rodrigo_sampaio has joined #tikiwiki [15:02] * luciash playing with RaphaelJS [15:09] *** CIA-62 has joined #tikiwiki [15:14] *** white has quit IRC (Quit: Bye) [15:34] *** Aalandriel has joined #tikiwiki [15:38] *** CIA-62 has quit IRC (Ping timeout: 240 seconds) [16:04] *** niclone has quit IRC (Ping timeout: 258 seconds) [16:09] *** Wilkins has quit IRC (Ping timeout: 240 seconds) [16:27] *** CIA-65 has joined #tikiwiki [16:40] tikiwiki: 03sampaioprimo * r28196 10/trunk/robots.txt: [ENH] add tiki-slideshow.php and tiki-slideshow2.php to disallow list in robots.txt [16:43] *** redflo has left [16:50] *** niclone has joined #tikiwiki [18:07] tikiwiki: 03sampaioprimo * r28197 10/trunk/ (3 files in 2 dirs): [ENH] show blog and post title in [18:11] <CIA-65> tikiwiki: 03sampaioprimo * r28198 10/trunk/tiki-view_blog.php: [ENH] when viewing blog show description in <title> [18:18] <CIA-65> tikiwiki: 03jonnybradley * r28199 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX] Trackerlist plugin: Add the rest of the offset paramerter which removes the mystery 'undefined' one (missing from r24697?) [18:22] *** chealer has quit IRC (Remote host closed the connection) [18:25] <CIA-65> tikiwiki: 03jonnybradley * r28200 10/trunk/ (2 files in 2 dirs): [18:25] <CIA-65> tikiwiki: [ENH] Trackerfilter plugin: New export facility. [18:25] <CIA-65> tikiwiki: Export CVS of filtered items directly from trackerfilter plugin. Set export button label to activate (can only filter _or_ export currently). [18:25] <CIA-65> tikiwiki: Also uses export_itemid, export_status, export_created, export_modif and export_charset params - not exposed to plugin editor by default. [18:28] <CIA-65> tikiwiki: 03jonnybradley * r28201 10/trunk/ (tiki-export_tracker.php tiki-export_tracker_ajax.php): [FIX] Tracker export: urldecode parameters, required when accessed via trackerfilter, doesn't seem to harm normal operation. [18:55] *** chealer has joined #tikiwiki [18:58] <Aalandriel> anyone whos head I can crack open for some insight into the tracker-export function? [19:02] <CIA-65> tikiwiki: 03sampaioprimo * r28202 10/trunk/templates/comment-footer.tpl: [FIX] add parameter _ajax=n to {button} so that the anchor in the link is not removed [19:07] *** redflo has joined #tikiwiki [19:11] *** juano has joined #tikiwiki [19:13] *** FrankP has quit IRC (Ping timeout: 276 seconds) [19:20] <CIA-65> tikiwiki: 03jonnybradley * r28203 10/trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: [MOD] Trackerfilter plugin: Allow it to operate in export mode without any filters specified (or showing) [19:34] *** daniel has joined #tikiwiki [19:35] <daniel> hey can anyone help me with finding the file so i can edit/delete the buttons in file galleries such as list galleries , create a gallery etc.. [19:35] <daniel> i would like to change what they say/ do [19:37] <daniel> anyone able to help? [19:37] <ricks99_> what do u mean finding a file? [19:38] <daniel> well i cant find out how to do it within the admin menu so i guess its in a php file or somehting [19:38] <ricks99_> you can edit the php or tpl files directly, if desired [19:39] <daniel> yeh but i dont know which one im looking for hope you can help [19:39] <daniel> i need to get rid of the browse images button in the file gallery [19:39] <daniel> as well as the duplicate file gallery button [19:39] <daniel> and change what the others say [19:39] <daniel> :) [19:39] <ricks99_> did u turn on the smarty template usage indicator" [19:40] <ricks99_> this may help: http://twessentials.keycontent.org/Modifying+Templates [19:40] <daniel> no how do i do that [19:41] <daniel> how do i turn on the smarty template [19:41] <ricks99_> did u look at the link? [19:41] <daniel> im trying [19:41] <daniel> im on my netbook so its a bit slow haha [19:41] <daniel> trying to conserve battery [19:41] <ricks99_> see "Finding the Right Template" [19:42] <ricks99_> on the themes tab of the admin: look & feel page [19:42] <ricks99_> see docs for full details: http://doc.tikiwiki.org/Look+and+Feel [19:42] <daniel> ok thanks for the link will have a look [19:42] <ricks99_> lots of good info [19:42] *** daniel has quit IRC (Quit: Page closed) [20:17] *** hans_ has joined #tikiwiki [20:20] <hans_> I started working with freetags. When I click in the cloud I see a list of pages containing the freetag. But not all listelements have content. Some have just the headline "wiki". When I look in the database, everything looks ok. [20:24] <CIA-65> tikiwiki: 03jonnybradley * r28204 10/trunk/lib/wiki-plugins/wikiplugin_trackerfilter.php: [FIX] Notices [20:25] <CIA-65> tikiwiki: 03jonnybradley * r28205 10/trunk/lib/smarty_tiki/block.self_link.php: [FIX] self_link: Test for feature_ajax before removing the anchor (thanks Rodrigo) [20:26] *** juano has quit IRC (Quit: Page closed) [20:27] <CIA-65> tikiwiki: 03jonnybradley * r28206 10/trunk/templates/comment-footer.tpl: [FIX] Rollback r28202 now button/self_link respects anchors when feature_ajax is on [20:28] *** jonnyb has quit IRC (Quit: I am going outside... I may be some time...) [20:31] <RavenC> [16:03] Gwick: and she just makes excuses for not having her laptop worked on...i was gonna tell her to send it here..lol [16:03] Gwick: my biggest fear is that something could happen to her and we'd never know [16:03] Chris: yeah, it is like she doesn't want to be bothered or something [16:04] Gwick: uh huh..it's always a different excuse to drag out why she hasn't gotten it taken care of [16:04] Chris: yeah [16:04] Gwick: i' [20:31] <RavenC> oops [20:52] <Aalandriel> Im going nuts here.. do tikiwiki have any kind of reference of classes, variables etc, apart from the extremely user oriented doc.tw.o? [21:00] <sylvieg> http://de.tikiwiki.org/xref-trunk/ /// [21:00] <Aalandriel> awesome thanks [21:04] *** RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~) [21:26] *** hans_ has quit IRC (Ping timeout: 252 seconds) [21:48] <CIA-65> tikiwiki: 03sampaioprimo * r28207 10/trunk/ (6 files in 3 dirs): [FIX] post preview layout is the same as post layout [22:05] <CIA-65> tikiwiki: 03sampaioprimo * r28208 10/trunk/templates/tiki-list_posts.tpl: [ENH] show post title in tiki-list_posts.php [22:07] <CIA-65> tikiwiki: 03sampaioprimo * r28209 10/trunk/ (templates/tiki-edit_blog.tpl tiki-edit_blog.php): [ENH] adjust title and option name in tiki-edit_blog.php [22:13] *** rodrigo_sampaio has quit IRC (Quit: Leaving.) [23:19] *** Caarrie has joined #tikiwiki [23:21] *** Caarrie|away has quit IRC (Ping timeout: 264 seconds) [23:35] *** niclone has quit IRC (Ping timeout: 258 seconds) [23:37] *** MartinCleaver has quit IRC (Quit: MartinCleaver) [23:39] *** ricks99_ has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org) [23:48] *** redflo has quit IRC (Quit: Leaving.) [23:48] *** Aalandriel has quit IRC (Ping timeout: 252 seconds)