[00:41] rodrigoprimo joined #tikiwiki [03:06] goj_killedByISP joined #tikiwiki [03:48] blast_hardcheese joined #tikiwiki [05:42] ietc joined #tikiwiki [06:18] Mbecker joined #tikiwiki [06:18] Mbecker Hi [06:19] Mbecker Just had a question, not sure if anyone would be able to help [06:21] Mbecker I have a tiki page with hundreds of attachments on it that I want to split up into seperate pages. When I copy and paste the wiki mark up to these new pages it says it cant find the attachments. Is there any way to transfer the attachments to another page without re-uploading them all? [06:28] Mbecker If anyone would be able to point me in the right direction it would be much appreciated. matthew.becker17@gmail.com [07:00] Bsfez joined #tikiwiki [07:54] marclaporte joined #tikiwiki [08:39] xavi joined #tikiwiki [08:43] fidel polom [08:57] CIA-75 tikiwiki: 03xavidp * r42164 10/branches/9.x/templates/mail/user_watch_calendar.tpl: [FIX]Usability: add an empty line before and after the body of the event for better readability [09:22] hhm joined #tikiwiki [09:54] redflo joined #tikiwiki [11:02] lorinc joined #tikiwiki [11:04] fidel hi - is there some kind of diff available which lists all changes from tiki9(beta2) to tiki9(final)? [11:07] changi fidel: no, but we can provide one [11:09] fidel hi changi [11:10] fidel would be interesting in general. we are heavily using/testing 9b2 - and are somehow curious if some of those points we noticed as bugs and might not have report them already are mentioned or not [11:11] fidel so if possible without big effort - i would really appreciate having a changelog ;) [11:33] Bsfez joined #tikiwiki [11:38] Bsfez1 joined #tikiwiki [11:50] jacmoe joined #tikiwiki [11:51] CIA-75 tikiwiki: 03changi67 * r42165 10/branches/9.x/lib/parser/parserlib.php: [ROLLBACK r42109] Broke maketoc [12:01] marclaporte joined #tikiwiki [12:02] changi fidel: a changelog or a diff patch ? [12:03] fidel changi: sorry - i ment changelog [13:13] rodrigoprimo joined #tikiwiki [13:21] ricks99 joined #tikiwiki [13:30] ricks99 polom y'all [13:31] ricks99 q: in tiki 9, i have a tracker with a multiselect field. how can i, using a pretty tracker, test to see if a specific option was selected? [13:31] ricks99 thought i could use smarty stripos function in the wiki template page, but Tiki throwing an error. [13:33] ricks99 {if stripos('OptionA', ($f_1)) == true} ..... {/if} [14:18] CIA-75 tikiwiki: 03xavidp * r42166 10/branches/9.x/lang/es/language.php: a few more (bbb) [14:18] xavi left #tikiwiki [14:25] changi fidel: https://dev.tiki.org/dl30 [14:26] fidel ui thank you very much [14:28] fidel changi: very helpful - thumps up [14:44] ricks99 joined #tikiwiki [14:53] Tiki|bot New Forum Posts: Trackers, linking trackers and use part of the data only. (how to get rid of empty cell ?) - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44272 [14:53] Tiki|bot New Forum Posts: Intégration de WebSVN avec Tiki - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=44265 [14:53] Tiki|bot New Forum Posts: Impossibilité de créer des galeries de fichiers ou de modifier l'existante - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44261 [14:56] radek82 joined #tikiwiki [15:01] ricks99 anyone using pretty tracker wiki templates in tiki9? how do i test/evaluate for the value of mutliselect field in my wiki page tpl? [15:03] ricks99 and, how to use a multiselect field in a trackerlist? 1/m throws a tiki errror [15:03] Tiki|bot New Forum Posts: Trackers, linking trackers and use part of the data only. (how to get rid of empty cell ?) - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44272 [15:03] Tiki|bot New Forum Posts: Intégration de WebSVN avec Tiki - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=44265 [15:03] Tiki|bot New Forum Posts: Impossibilité de créer des galeries de fichiers ou de modifier l'existante - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44261 [15:12] rodrigoprimo joined #tikiwiki [15:15] g0th joined #tikiwiki [15:15] g0th hi [15:19] dhazel joined #tikiwiki [15:28] Jyhem polom [15:30] Jyhem ricks99: what error do you get? I'm no expert, but your smarty syntax seems strange. I would have attempted {if stripos('OptionA', $f_1 ) == true} ..... {/if} or {if stripos('OptionA', "$f_1") == true} ..... {/if} [15:31] ricks99 just a generic tiki sytax error. [15:31] ricks99 will try your code... [15:34] ricks99 ... supposed to allow any smarty function in a wiki tpl, right? [15:36] ricks99 ah.. closer.. now getting PHP funtion 'stripos' not allowd by security setting... [15:37] ricks99 where/how do i enable? [15:37] benoitg joined #tikiwiki [15:38] ricks99 ahh.. got it [15:42] ricks99 still getting "PHP function stripos not allowed by security setting" when I add ^^^^ code to my wiki tpl :( [15:44] g0th hi [15:44] g0th how do you usually store custom data? [15:45] g0th I put the tiki on the main web directory [15:45] g0th now lets say I use my own logo, where would I store it? Do you guys create some "custom" or "data" directory ? [15:45] ricks99 g0th: u can, and then FTP it. Or you can upload to the Tiki file gallery [15:46] g0th what's the standard procedure in general [15:46] ricks99 either way really [15:46] g0th hmm I guess normally there are not that many files [15:46] ricks99 if you don't have ftp access, then you're forced to use file gallery [15:46] g0th only the logo icon essentially ^^ [15:47] g0th for ftp [15:47] g0th it should be accessable for apache/etc [15:47] g0th so the rights have to be set correctly [15:47] g0th etc [15:47] g0th I think I'll just make a custom directory at "/" [15:47] ricks99 correct [15:47] g0th of the web [15:47] g0th ok thx [15:49] Jyhem g0th: do you use a Tiki theme or a custom one ? If you have ftp/scp access, the natural place would be styles/yourtheme/ (in my opinion) [15:49] ricks99 +1 [15:52] Jyhem ricks99: hmm and is stristr() allowed by security settings? [15:52] ricks99 how would i know? [15:53] ricks99 or is there a better way to check multiselect values? [15:53] ricks99 guess i could do it in a TPL, but would rather do it on a wiki page [15:54] Jyhem ricks99: sorry, stristr() is a php functio, not smarty :( [15:55] ricks99 d'oh [15:55] * ricks99 knew that! [15:55] * Jyhem is confused and sleep deprived :( [15:56] Jyhem first of all, what is displayed if you display $f_1 ? A value or "Array" ? [15:56] ricks99 all the selected values [15:56] ricks99 in straight text [15:57] ricks99 ValueA ValueB ValueX [15:57] * Jyhem wonders if $f_1 contains 1 value or the array of the multiple selections [15:57] ricks99 it contains a single value of all the selections, plain text [15:57] ricks99 hence my use of stripos [15:57] Jyhem Looks encouraging, but that's beyond my smarty skills :( [15:58] ricks99 guess i could use mutiple checkboxes instead of a single multiselect tracker field :( [15:58] ricks99 but seems like a huge waste [15:59] ricks99 but maybe easier [16:03] Jyhem http://www.smarty.net/forums/viewtopic.php?p=66879 [16:04] * Jyhem got to go, sorry [16:07] ricks99 thanx. same security erorr tho. :( [16:07] ricks99 think i'm gonna have to use separate checkboxes. [16:07] ricks99 at least i *know* that will work [16:12] g0th hmm now I get "The requested URL /HomePage was not found on this server." [16:13] g0th when I try to access the wiki [16:13] ricks99 Are you using SEFURL? Did you update your htaccess? [16:14] g0th I made a ln -s _htaccess .htaccess [16:14] g0th or other way [16:14] g0th first way :) [16:14] ricks99 if you can access the page as tiki-index.php?page=HomePag but not as /HomePage, then it is a problem with your htaccess [16:15] g0th hmm [16:15] g0th is ln -s _htaccess .htaccess in the root dir not enough? [16:16] ricks99 should b [16:18] g0th seems not :( [16:18] g0th it works again after turning the SEFURL off [16:18] g0th thx, I didn't realize about SEFURL [16:19] ricks99 you're welcome. very common issue. b sure to see docs for deatils [16:31] g0th can I copy modules? [16:31] g0th so I don't have to add all information again? [16:31] g0th "duplicate" [16:32] ricks99 y. edit the module and change the name, then save [16:32] ricks99 original will remain [16:34] g0th it is all a bit confusing for me, I need to get used to this first [16:35] ricks99 some good docs at http://tikiforsmarties.com [16:35] g0th for menu module there is "menu", "structure", "module title" and then there are categories, sections [16:35] ricks99 y [16:36] g0th what do I put in menu/structure/module title ? [16:36] g0th for me a menu module should "essentially" just need one information, the "name" [16:37] ricks99 don't understand your question [16:37] g0th I will rtfm [16:38] ricks99 for modules, you can also control who can see the module. tiki has very fine-grained permissions [16:38] ricks99 you can also have modules dynamically show/hide depending on, what tiki section (e.g., wiki, article, blog) is being shown... [16:38] g0th yeah I saw that [16:38] ricks99 or what category is being shown... [16:38] ricks99 etc. [16:39] g0th that I don't understand [16:39] g0th but I'll read about it [16:39] g0th I guess it is something like "tags"? [16:39] ricks99 very flexible. but somewhat more complex than others [16:39] ricks99 tags = folksonomy tagging. similar, but different than categories [16:39] g0th the basic structure is 3 types right? [16:39] g0th admin, user, guest [16:39] g0th admin, registered, sthg else I forgot [16:40] ricks99 in tiki lingo, "structure" means wiki structure (e.g., browse sequence) [16:40] ricks99 are you asking about user groups? [16:41] g0th that was not my initial question, my last question was refering to your remark about fine-grained permissions, it was about confirming that three types are used [16:41] ricks99 even more. you can have permissions for a group/global, for a category, and for a specific object [16:41] g0th but I can go without category if I want? [16:42] g0th it is something like a tag I can give stuff [16:42] g0th and then search for it, apply permissions to it etc [16:42] ricks99 so if you have 3 groupos 10 categories and using blog, wiki, files, you can have 90 different perms [16:42] g0th ? [16:42] g0th got it [16:42] g0th (I hope) [16:43] ricks99 lots of good docs explaining perms. very powerful/very complex [16:43] radek82 where in the database is the force https login in tiki? :P i locked myself out [16:43] g0th essentially our setup is: admin, several users, some guests, probably no anonymous [16:43] g0th I'm not sure about the authentication, probably ldap+tiki [16:44] g0th when I use ldap, it creates a tiki user (or at least it can be set that way) [16:44] ricks99 radek82: most prefs in tiki_preferences [16:44] g0th is it possible to add meta information to that user and create a nice viewable user database [16:44] radek82 ricks99, thanks :P [16:44] g0th maybe it is easier to do that manually [16:45] ricks99 g0th: can use a registration tracker to collect additional user info at registration time, then store in tracker/display [16:45] g0th nice [16:45] g0th I have so many questions, I should first of all read some manual [16:45] g0th like the link you posted before [16:46] ricks99 :) [16:46] g0th how do I save my wiki? [16:46] g0th is it enough to save the database? [16:46] ricks99 do you mean backup? [16:46] g0th I know it says to save additional files but I haven't uploaded any so far [16:47] g0th yes [16:47] g0th the whole tiki is quite big [16:47] g0th so it would be nice to avoid having to save all that [16:47] g0th that's also why it would be nice if I could store all additional stuff (i.e. non svn stuff) somewhere else [16:48] ricks99 depends if you're storing in db or file. You might find http://twessentials.tikiforsmarties.com/What+to+Backup very helpful [16:48] ricks99 [16:50] g0th any other books? [16:50] g0th tiki essentials and tiki for smarties you mentioned on the site [16:50] ricks99 http://tikiforsmarties.com/Books [16:51] g0th which lists exactly the two I just mentioned ^^ [16:51] radek82 ricks99, i changed https_login to Disabled, but its still locked out [16:51] radek82 ive got a broken SSL cert [16:51] radek82 and can't get into tiki [16:52] ricks99 g0th: working on new series: http://series.tikiforsmarties.com [16:52] radek82 feature_switch_ssl_mode and feature_show_stay_in_ssl_mode are set to n [16:52] ricks99 radek82: clear all caches (tiki and browser) [16:52] ricks99 may need to manually empty the TMP and CACHE folders [16:53] radek82 k, trying now [16:53] radek82 just delete everything in TMP and CACHE? im not gonna break anything else? [16:54] ricks99 look in ../temp/ theres a bunch foiles to clear out too [16:54] ricks99 and ../templates_c/ [16:55] radek82 checking now [16:58] radek82 cleaning temp/caceh [17:05] jonnyb joined #tikiwiki [17:07] radek82 can i erase all the files in those dirs? [17:07] radek82 or should i leave wikiplugin [17:07] radek82 and index [17:07] jonnyb hi all [17:18] radek82 baah, cleared all caches, still locked out :*( [17:27] radek82 hrrm [17:27] radek82 now it gives me a different error [17:27] radek82 errorsError [17:27] radek82 You have to enable cookies to be able to login to this site [17:27] radek82 never seen this one before [17:45] radek82 yes! [17:46] radek82 finally got it [17:46] radek82 thanks ricks99 [18:13] ricks99 great [18:24] Tiki|bot New Forum Posts: Display a list of links in a wiki page changing according to user's group - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44273 [18:31] redflo joined #tikiwiki [18:33] ricks99 using trackerlist plugin... i *thought* there was a way to use a wiki/tpl to customize the form iteslf (not the results) [18:33] ricks99 but i can't find anything. did i imagine this? [18:37] sandroandrade joined #tikiwiki [19:24] jonnyb hi ricks99 - still there? yes, you can use a wiki page as a tpl for the form (i thought) [20:00] ricks99 hi jonnyb.... how? [20:00] CIA-75 tikiwiki: 03jonnybradley * r42167 10/branches/9.x/lib/ (setup/cookies.php smarty_tiki/block.tabset.php): [FIX] cookies: Use "." operator to join php strings (not "+"), and correct order of params for js setCookie fn in tabset [20:01] jonnyb hi ricks99 - sorry, i thought you meant the tracker plugin [20:01] jonnyb trackerlist doesn't have a form does it? [20:01] ricks99 sorry, mean trackerFILTER [20:01] ricks99 *sigh* [20:01] ricks99 the 100F temperature must be getting to me [20:01] jonnyb ah right - hmmm, no, that's a hard coded thing [20:02] jonnyb why not try custom_search? it's very pretty! :) [20:02] ricks99 hm... [20:03] ricks99 nice. is that for trackers specifically? is that the search module? [20:05] ricks99 ah found it [20:07] ricks99 can you pass tracker id and field info? [20:07] jonnyb it's a unified search thing, uses the {list} plugin eventually [20:08] jonnyb yes - been meaning to add some more docs and examples [20:08] ricks99 but can be used as a replacement for trackerfilter searches? i can add filters based on tracker fields? [20:08] jonnyb you specify the tracker with: {filter field="tracker_id" content="1"} [20:09] ricks99 awesome. might be what i need! [20:10] jonnyb coolio - i'll try and assist as much as i can, then you might be able to make the documentation more useful (or even another book? :P ) [20:10] ricks99 +100. my next 'books' will be a short series of guides, on a specific tiki feature. "search" would be perfect [20:11] jonnyb i'd recommend playing with the {list} plugin for a while to get used to it [20:11] ricks99 yup. doing that now. thanks for the pointeer [20:11] jonnyb that otaku one would be in the "advanced" section ;) [20:15] ricks99 1 more (last?) tracker issue... using a Date/Time field type. have the Start Year=1900, but Tiki starts at 1970 [20:15] ricks99 is this a hardcoded limit? [20:15] jonnyb is saw a commit re that and wondered the same [20:15] ricks99 ah.. in trunk? [20:15] jonnyb i thought it uses unix timestamps (which do start in 1970) [20:19] ricks99 so tiki can't use dates prior to 1970? [20:19] * ricks99 thought unix timestamps could b negative? [20:47] redflo joined #tikiwiki [20:54] ricks99 ping jonnyb [20:55] jonnyb pong ricks99 [20:55] ricks99 trying a simple custom search: {CUSTOMSEARCH{wiki="myTPL"... {LIST()}{filter field="tracker_id" content="1" [20:55] ricks99 to search the items in my Tracker #1 [20:56] ricks99 myTPL looks like: [20:56] ricks99 First name: {input _filter="content" _field="tracker_field_2" type="text"} [20:56] ricks99 {intput type=submit} [20:57] ricks99 basically, i want to search on the first name of the tracker (field #2) [20:57] ricks99 if I execute the search with the form blank, Tiki properly shows me a list of all trackers, as i expect [20:58] ricks99 but, if I enter "J" for the first name, i get no results. However, there is a tracker with the first name "JOE" that i expected [20:58] jonnyb try J* ? [20:59] jonnyb it might need more chars than that - like jo* [20:59] ricks99 hmm [20:59] jonnyb lucene is word based [20:59] ricks99 tried "Jane" [20:59] ricks99 still no results [20:59] ricks99 there is a tracker with first name "JANE" [21:00] ricks99 what am i doing wrong? doesnt {filter field="tracker_id" conent="1"} define the "scope" of the customsearch to all of tracker #1? [21:00] jonnyb in tracker admin do you have it set to use "permNames" or field id's? [21:00] ricks99 checking [21:00] jonnyb perm names are good, you'll need something like {input _filter="content" _field="tracker_field_firstName" type="text"} [21:01] ricks99 i have a permname for the field [21:01] ricks99 but i just realized, do i have to enable seach for the field? [21:02] jonnyb no, the tracker field search thing is for the old "filter" on tracker_list [21:02] ricks99 thas what i thought [21:02] jonnyb try the search in tiki-searchindex.php [21:02] jonnyb just to check [21:03] ricks99 i have mysql search disabled. but the tracker filter search works [21:03] jonnyb that uses direct mysql queries [21:03] jonnyb rather than the "fulltext" type of search [21:03] ricks99 tiki-searchindex does not find it (but that's because i have search disabled for that field) [21:04] jonnyb shouldn't make a difference afaik [21:05] jonnyb you might need to rebuild the uni-search index if you only just switched it on [21:05] jonnyb on admin/search [21:05] jonnyb is it a big tiki (yet)? [21:05] ricks99 very small [21:05] ricks99 only 3 items in my tracker [21:05] jonnyb should be quick then [21:05] jonnyb bless :) [21:06] ricks99 rebuit. but still no results. [21:06] ricks99 i have a JANE DOE tracker [21:06] ricks99 searching with custom search ^^^ shows no results [21:06] jonnyb still nothing in tiki-searchindex.php [21:06] jonnyb ? [21:07] ricks99 tiki-searchindex finds it [21:07] jonnyb custom search can be quite picky [21:07] jonnyb ok, have you changed the _field name reference to use the permanent name of the field? [21:08] ricks99 on my tpl? [21:09] ricks99 so it should be: ... _field="firstName" ... instead of _field="tracker_field_2" [21:09] jonnyb no, tracker_field_firstName [21:10] jonnyb (assuming firstName is the perm name of that field - you can check it on the field edit dialog) [21:10] ricks99 got it [21:10] ricks99 looks like a min of 3 characters required? [21:11] ricks99 jan finds nothing, but jan* finds JANE DOE [21:11] jonnyb i think that's a Lucene thing [21:11] jonnyb jan~ would also find Jannet and Janey etc [21:11] ricks99 hm... [21:12] * ricks99 really likes how "j" will find jane in trackerfilter [21:12] ricks99 some people have very short names [21:12] ricks99 Al, Joe, Cal [21:12] ricks99 might be back to using HTML for my tackerfilter anyway :( [21:13] ricks99 thanks for your help [21:14] jonnyb no probs [21:15] jonnyb i'd say it's worth pursuing - it's so much quicker and more flexible [21:15] jonnyb i'd guess the "search by initial" thing could be fixable [21:16] ricks99 y. i definately see big advantages. [21:16] Tiki|bot New Forum Posts: pdf of page with tabs - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44275 [21:18] CIA-75 tikiwiki: 03jonnybradley * r42168 10/branches/9.x/templates/modules/mod-quickadmin.tpl: [ENH] quickadmin: Add a quick way of opening the Smarty "debug" window (thanks marclaporte) [21:19] rodrigoprimo joined #tikiwiki [22:05] CIA-75 tikiwiki: 03xavidp * r42169 10/branches/9.x/templates/tiki-view_articles.tpl: [FIX]Icons for watching articles needed to be hidden when actions=n (in newsletters sent by email, etc through plugin articles in wiki page templates) [22:10] xavi joined #tikiwiki [22:10] xavi polom [22:10] xavi ricks99 or any css master? :-) [22:10] jonnyb hi xavi [22:10] xavi hi jonnyb [22:10] jonnyb oops ;) [22:10] xavi I'm in process of sending the monthly newsletter... [22:11] xavi in intercanvis.net (barter networks, etc) but this time with Tiki9 :-) [22:11] xavi and I can't seem to get module upcoming events to get 100% width [22:11] xavi here: http://intercanvis.net/tiki-index.php?page_ref_id=228&no_bl=y#Propers_esdeveniments [22:11] xavi the content there comes from module upcoming events: [22:12] xavi {MODULE(module="upcoming_events", decorations="n", flip="n", nonums="n", showaction="n", notitle="y", nobox="y", max="20", width="100%")}{MODULE} [22:12] xavi but no way, since upgrade to tiki9, it just takes 180px it seems [22:12] xavi I've added this in custom css: [22:12] xavi #role_main .module { max-width:auto !important; } [22:13] xavi but it didn't work... [22:13] xavi I'll try setting it to 600px or something, and not just "auto"... [22:13] jonnyb try with... style="width:100%;" instead maybe? [22:15] xavi ok... 600px worked. uff! I'll try your tip, just in case it works also... [22:17] xavi oups, it didn't work [22:17] xavi ok, hardcoding some value works, at least.... [22:17] xavi I wonder if something should be commited to svn about this display regression... [22:17] jonnyb i'm sure i tackles this some time ago... [22:17] jonnyb tackled [22:18] xavi in tiki6, nobox=y made the content of the module to display 100%, afair [22:18] xavi well, I can't test a god solution to be commited, so I'll keep my hack locally for our tiki9 site for the time being [22:19] xavi see you!