of course because french hosters are expensive has somebody a clear idea what is the difference between drupal CCK . and tracker? for me i'ts chinese :) drupal has the pathauto :-! a dynamic sefurl ... sylvieg: It doesn't matter whether I give show_image.php the scalesize=360 or not, I keep getting the original image. I think you can not do it - becaue you need to be in a defined scale... so far I remember I see the thumb parameter, and that produces the size of my defined thumb (200). Oh, GD lib needs to be configured with permitted scales? I think scale are not dynamically computed .. I THINK some code is missing Oh I am depressed http://learn.awakenedvoice.com/2007/07/30/drupal-cck-and-views-tutorial/ we have to work... sylvieg: Ah, I see thumb testing code in rebuild_image(). Tsk. it should not be to hard to have a dynamic scaling.... sylvieg, unless they completed their port to drupal 6, they also have to work ;) lph give me more - I need some stimulus.. hum, started watching the video, downloading all field types sounds like a pain to me ok - but not sure we are doing better drupal is a lot more people, can't beat them everywhere lph did you ever look into drupal code - is it clean? i nver look at drupal - I must admint Does anyone know where the pref "$show_author", in the "tiki-read article" template is stored, or can be set? Good evening, btw... are you 1.9 or 2.x? 2.2 ikeco: Isn't show_author in Articles>admin types? lemme look--brb seesm to be that 1) you are still on the prefs all way that in a prefs in an admin panel - or perhaps you forgot to upgrade the database and have not the column in the database there is such a setting there...let me see if it does what I expect--thanks sylvieg: I think ikeco was looking for the admin panel, not the DB table. both actually---and it does work...right on! sylvieg, about halfway through.. they did a nice job on the UI in the sense that it does not look as cluttered as tiki's, but I feel it has the same problem: it's implementation driven I see the classes and relationships when I look at the UI it's also very complicated in the sense that you need to know what you're doing so far, I can see their pluggable field types as an advantage because it cleans up the code URL stuff is nothing major everything views except maybe the RSS part can be done through wiki pages and plugins I was expecting more I heard someone praising the thing before... really not up to my expectations polom back? y lphuberdeau: : do you know if your office is open tomorrow 10am? Patrick & I will go and work there lphuberdeau, will tiki-page_controls.tpl be implemented in other sections of Tiki sometime soon? Also the Actions dropdown appears on individual forum posts. This will also require template changes. (http://ui.tikiwiki.org/tiki-browse_image.php?galleryId=5&imageId=28) I wonder if this will be done in a new way, or should the current forum post actions just be restyled as a dropdown list. The basic question that I've styled the forums a couple of times already based on uploaded prototype images and wonder if I should wait for different tpls, or work with what we have now. Before doing it again. Same for blogs. The templates for comments/posts are unified across Tiki sections/features. Is pkdille doing this? (email sent) polom chibaguy hi marclaporte hi all anyone see my rss+tracker question on tw.o forums? lphuberdeau: : are you at your office one day this week? Patrick and I are going this afternoon could be Thursday might be able to switch for tomorrow if it's urgent, but I would need to confirm ok if you can, it's good for me you mean thursday? SVN: Commit by sylvieg :: r 16047 /trunk/tiki-view_tracker.php: only formatting and quote lphuberdeau: : did you confirm? SVN: Commit by sylvieg :: r 16048 /trunk/ (3 files in 2 dirs): [FIX]tracker: multilingual etxt and textarea is there a way to disable TikiWiki-2.0 from using its own internal user passwords and instead ONLY rely on ldap? err sorry 2.2 or is this impossible? I have an issue with users changing their ldap passwords and tikiwiki not reflecting the change otherwise, logins work ? is anyone even reading this? sorry. i have no experience with ldap authentication mib_6mmsxt: yes use the ldap in admin->login yeah...it still checks the internal user db and it wont update passwords is there any way to just remove the internal pass DB check? that would solve it all : ( for admin or any user? admin is fine, all other users can login unless they change their ldap password strnage ... working for me... then tiki wont allow a login either with their old password or new ldap password has there been a new release since early november? if so, ill try updating to that and see if any ldap changes have been made i do have one option unset that most seem to leave and am not allowing tiki user creation if the user exists in ldap due to the nature of the wiki Authentification method is pear auth? would this cause the issue of the internal DB passwords not being updated upon ldap auth? yes Create user if not in Tiki? is unchecked user will be created in tikiwiki in anuy case - only the login/pass will be checked in ldap hmmm they are being checked, i can validate that but tiki wont allow a login if the tiki stored password and the ldap password stop matching is this due to the Create user if not in Tiki? being unchecked? no if ldap it does not check the password in tiki thats not the behavior i'm witnessing : ( let me try this again then nope, won't work : ( would this be because the user's were created, and then ldap auth was turned on afterwards? I had to that as a work around due to a flaw in the user creation process I do not think it changes something if the user has being created before but I never tested this case alright the reason I did that is when creating a new user with tiki and pear selected as the login method, you cannot add the user because it requires a password but the password field is blank. there isn't a password stored in the mysql db though strange strange I do not have this behavior ... I'm using 2.2 ill be back in a bit i need to make sure something hasn't changed on ldap i don't actually have control of that server alright i can change my password and get a correct ldap response using it but tiki wont allow my auth is there any way to actively watch how the auth process is moving along inside tikiwiki or what page controls the actual login process? the ldap code is in lib/pear/Auth/Container/LDAP.php otherwise the code is in tiki-login.php or lib/userslib.php ok thanks i see what you mean about the user creation thing how they are made anyways ok so looking at lib/userslib.php it looks like the code only updates the name? i dont see where its pulling in the new password, but i'm not very familiar with php yop SVN: Commit by alain_desilets :: r 16049 /trunk/lib/core/ (3 files in 3 dirs): Still working on automatic paralel text alignment. try to load jpgraph mod -keep getting impossible to copy message SVN: Commit by sylvieg :: r 16051 /trunk/tiki-assignpermission.php: [MOD] clear cache button - forgotten commit SVN: Commit by sylvieg :: r 16050 /trunk/templates/tiki-poll.tpl: comment_button SVN: Commit by sylvieg :: r 16057 /trunk/lib/userslib.php: [FIX]user: name pattern can be empty->no limitation SVN: Commit by sylvieg :: r 16056 /trunk/tiki-admin_trackers.php: notice SVN: Commit by sylvieg :: r 16055 /trunk/tiki-login.php: [FIX]login: all login errors must not redirect to login box hmmmmm, so about the ldap logins i've changed a couple things around in my userslib.php page but i can't seem to get it to just ignore the case of the auth not matching tiki but matching ldap because i can watch a successful bind occur yet i'm still denied entry i'm assuming tiki still checks the has of the password before login correct? i've found the line where it checks to see if my user is present in tiki and authenticated in ldap it SHOULD be updating the DB password, but I don't appear to have that working? something doesn't seem to be meshing between the ldap and tiki systems if tiki fetchs the info on ldap , it does not copy the passwd on tw then how do i make tiki stop checking its internal stuff nevermind i fixed that tiki wiki gets very unhappy if you don't allow the user to be created in the tiki if ldap says ok and tiki says no so i just forced tiki to go on IF the user was found in ldap now to see if this allows my users to still be correct SVN: Commit by alain_desilets :: r 16058 /trunk/lib/core/ (2 files in 2 dirs): Still working on automatic paralel text alignment. sadly, no this doesn't work hi I'm having trouble with including javascript src files inside a plugin it doesn't seem to read it at all, even if the .js file only has one line: window.alert("hi"); clicc : : what version of tiki? the latest, 2.2 I think mib_6mmsxt: : greg matin is resident LDAP expert my goal was actually to create my own AJAX inside of a page that I'm generating from a plugin and I originally wanted to include a js file so that I didn' thave to spit out every line of javascript to the $ret var in php I've already tested on a separate page and it works outside of tikiwiki, so its not anything to do with server config at least SVN: Commit by sylvieg :: r 16059 /trunk/ (7 files in 4 dirs): [FIX]tracker: multilingue on text & textarea in normal view and TRACKER My podcast dir is not showing .flv suffixes. Is there a config option for what suffixes are to be visible? Hi all. Sorry for breaking in but if you want a "drop down box" in main window to link to several "intertikis" what code shall i use ? what's the state of tikiwiki and ajax anyways? I think in theory at least, it would benefit so much in terms of load time it is better and better ;-) haha awesome I can't wait From what I've seen, the state is "Delaware". Used to be "Rhode Island". :-) SVN: Commit by sylvieg :: r 16060 /trunk/templates/tiki-poll_results.tpl: broken layout For a price, the state can be "Illinois". Real nice web site you've got here. Would be a shame if something was to happen to it. :-( it is when pkdille did his find changes. It was a globla change SVN: Commit by sylvieg :: r 16061 /trunk/img/ (leftbar.gif mainbar.gif rightbar.gif): transparent icons in polls i am an idiot I figured it out, nothing wrong with it We all know there's nothing wrong with being an idiot. All been there. :-) haha SVN: Commit by sylvieg :: r 16062 /trunk/lib/trackers/trackerlib.php: sql syntax SVN: Commit by sylvieg :: r 16063 /trunk/lib/wiki-plugins/wikiplugin_trackerstat.php: missing global I am trying out search engine friendly urls for the first time and everything seems to be working fine, except that now the tiki-contact.php page no longer displays for anonymous users. I have the permissions set correctly, but as soon as I enable the htaccess file it stops allowing anonymous users to view the contact page. I tried deleting the renaming rule in the htaccess file but that did nothing. I'm running TikiWiki 2.2. Than do you have alloww anonymous contact... in admin->general? http://doc.tikiwiki.org/tiki-index.php?page=Structure&structure=Documentation -> (8.48) http://doc.tikiwiki.org/tiki-index.php?page=Documentation&structure=Documentation is 4.31 I don't understand the 8.48 what does this number mean? ah it is the place in the structure? I thought I did, but it turned out it was disabled. It's working now. This is strange, the contact feature was working fine before I tried the search engine friendly url stuff. I'll play around to see if it was just my mistake. Thanks sylvieg. sylvieg: But it's inconsistent buggy.. I think this is a bug, every time I enable/disable a feature in the admin menu "contact-anon" becomes disabled I wonder if this has always been buggy or a regression from 1.9 ezrakatz_: you are right it is fiuxed in the next version delete the line ./tiki-admin_include_features.php: "contact_anon", That fixed the problem, thanks again! SVN: Commit by sylvieg :: r 16064 /branches/2.0/tiki-admin_include_features.php: [FIX] contact_anon was turned off each time a feature was changed- backport hi all sylvieg: : do you have an idea about this or I should just log as a bug on devtwo? ned first to reproduce th bug on my local... you can get a copy of doc.two :-) I still have to fix the intertiki on doc... can not reproduce on my local... ok, InterTiki is more important I have the bug here on a local wiki intertiki bug? no, structure bug i think I have an idea did you delete a part of the structure? I am not sure the number are reset correctly the structure UI ... needs really a revamp .. th structure numbering is completly bugged not just the UI :-( the lib is way too slow that's on my plate too yes the database schema is 'conceptual' not ok for mysql well, it's not ok in any kind of relational db the same for categ need to represent properly tree in db yeah in db or cache... has to be right in the DB from the start .. I have not the solution for the best representaion - I saw a couple of articles about this - but never try Hello everyone (from newbie) oh, don't worry about it, I know precisely how to do it, just need to clear up the higher priority stuff first ok marclaporte- it will a some job to fix this the information comes directly from the database and it is not updated correctly - so ... +1 for lphuberdeau marclaporte: fill up a bug report looking for jpgraph guru so far, the queue looks like this... ui.tw.o... permission/category... ... structures s/this tre in relational database first jpgraph has a php 4 and a php5 download k using 5 otherwise jpgraph is very nice to use.. sylvieg: In my day, at school they taught us how to write fixed length records on tape and when to change tapes. And we liked multitape databases. ... and we hung an onion from the paper tape reader. You're not so cold either. Out I go to 1 degree weather. and artificial intelligence - it was the big dream for me it was a few months ago excusa happy: what is your problem with jpgraph - it is only used in tw in contributions haapy left...