SVN: Commit by chibaguy :: r 14512 /mods/trunk/themes/planetfall/ (13 files in 4 dirs): [MOD] Update of Planetfall theme for TikiWiki 2. SVN: Commit by chibaguy :: r 14513 /mods/trunk/themes/planetfall/ (10 files in 6 dirs): [SVN] unneeded theme directory deleted and templates and styles directories moved to planetfall directory. SVN: Commit by chibaguy :: r 14515 /mods/trunk/ (2 files in 2 dirs): [MOD] Planetfall theme package.info.txt and Readme.txt updated. Planetfall theme updated for TikiWiki 2: http://themes.tikiwiki.org/tiki-directory_redirect.php?siteId=55 . http://themes.tikiwiki.org (front page) now has thumbnails with demo and download links for themes updated or made new for Tiki 2. Download links are to svn mods, for easier updating. ...more coming soon :-) chibaguy - the very man !! A quick question. I'm trying to do a registration tracker and have hit a small problem. I need to integrate the registration tracker into the registration page, so that the details can be recorded before the regristration is completed hi Paragtim, sorry but I haven't tried that yet and don't really know how to go about it. Ok - Its on my list for this week, so I'll keep you posted if I get anywhere Did you read this already? -- http://doc.tikiwiki.org/tiki-index.php?page=User%20Tracker&redirectpage=Registration%20Tracker Yep, Not the best setup I've ever come accross but I have got one working as part of the registration routine. Its just in the wrong place !!! Comes in after you hit the register button !! Would like it to kick in after email and before register Maybe you need to modify tiki-register.tpl. Probably - I'll need to have a good look at it later today. Have a progress meeting in 90 mins. Have to survive that first I once did that a long time ago, just added a paragraph that said clicking below constitutes agreement to the terms of service, sort of thing. But it was just hardcoded text and tags, nothing dynamic. Thats where i wanted to go but the suits want a record of the users acceptance (legal dept) !!! I guess registration itself woudln't do? even with the paragraph indicating agreement is implied.... They need an explicit click? If (when) I get this past the pilot stage it will only be for the employees of a large multi national and will contain some company confidential info that may lead to disciplinary action against them if mis-behave When I was researching the validity of click-to-agree, I found a lot of precedents for just prefacing the click with a paragraph and ending with "clicking here means you agree." That saves extra form processing. But your suits might want something more explicit. "click here to agree to the terms" then "click here to register" or something. They do - They want the creation date of the "acceptance" per user registration. Got that working. The tracker records all the data, but for appearance it needs to load into the register page prior to clicking the register button. Should be able to make it work. Then just need to get the EULA in with a click to accept button and we have cracked it ok, tiki-register.tpl is the file to modify, as far as I know. Talk to you later - time to hit the showers !!! ok SVN: Commit by sept_7 :: r 14516 /trunk/ (4 files in 3 dirs): [FIX] a better fix to tabs navigation SVN: Commit by sept_7 :: r 14519 /third_party/smarty/ (8 files in 4 dirs): [UPD] update Smarty from 2.6.19 to 2.6.20 SVN: Commit by nyloth :: r 14518 /branches/2.0/tiki-contact.php: [FIX] contacts: needs both 'feature_contact' and 'feature_messages' to work I think I saw somewhere a javascript confirmation for a multiple action... does somebody remember where? ping all does anyone know how you add the character ' to a wiki text? if you add it it doesn't show in the document a single quote? it works for me. sorry, i forgot to say it's used in a quoted string {img src="img/wiki_up/popupfirefox.png" desc="Questa finestra pop-up proviene da Firefox, in quanto presenta l''icona david di Firefox e il testo 'Mozilla Firefox'."} the ' in l'icona (i tried to use two ' signs there, but that didn't work either i've also tried \' ricks99: ^ to include it within the alt attribute, u need to encode it with the ascii number. try this: desc="......~146~Mozilla Firefox~146"} ~146~"} let me try that worked! actually, i think ~039~ is the single quote but actually that's another yeah was about to say i think 146 is the more appropriate one though but since all other text uses the ' quote, that's probably better thanks a lot ricks99 ! np see the docs for a list of all codes: http://doc.tikiwiki.org/tiki-index.php?page=Wiki-Syntax+Special+Characters&bl=y ricks99: that's awesome info. i really appreciate it! would be nice with a shorthand escape character. like \' for ', etc is there a way to "batch" page change notification emails? instead of receiving a notification for *every* page save, id like to receive only 1. I don't think there is now and not have any more emails until I actually visiit the page for pages that are in flux with lots of edits, my users get bombarded with 30+ notifications per day hi all - what have I missed? http://irc.amette.eu/irclogger_log/tikiwiki?date=2008-08-26,Tue can somebody upload files? dammit the upload file is completly broken in trunk SVN: Commit by sampaioprimo :: r 14520 /branches/2.0/lang/pt-br/language.php: fix pt-br translation changing theme is also broken in trunk if feature_userPreferences is off :-( not a good day hi, is there anyway to decrease the height of the textarea field in which user edits are made? i am talking about tiki-editpage.php reason i ask is that i am trying to have this page pop up in a new window, and the textarea field is too big, esp in 1024x768 browser windows you should have a bottom - otherwise for default - I think int is textareasize.php buttom hmm - i changed defaultRows: 20 --> defaultRows: 10 in textareasize.php but the text area seems the same height to me how do I activate/desactivate the plugins? what is the link? from magic.... content / plugins so it is a execute perm (was dreaming about 2 perms / execute / insert) thax btw lph the prefs handle the activation.. you can still handle custom prefs/perms from within the plugin yes but I wanted to have for isntance admins able to add REDIRECT in page but not other user - but everybody can see the result. I think I can not do that inside the plugin .... and it does not see easy .... not really possible... if you can edit the page, you can add a plugin yeh ... just dreaming it could be done in the htmlpurifier perhaps... I guess the only way to get close to this would be to have something like object preferences then admins could enable the plugin for specific pages and make sure those pages have restricted permissions to avoid abuse yes can be too but sometimes I would like for admins not to strip the input (admins should be able to add javascript directly - perhaps at this level the plugins could be stripped ...... just idea other alternative would be have something like admin-authorized execution after saving the page, you save the hash of the plugin params/content and the plugin cannot execute until the admins reviewed it (actually has something in that direction down on paper for something else) :-) could be good my problem is that editpage is a mess and it's getting terribly hard to figure out what's going on actually, it could be a runtime thing... which makes it slightly easier can't believe I just said parse_data is less of a mess than something else ??? in a call to a function that compute the hash/key just before the update_page in tiki-editpage - it will not mess with the rest - but you still have to change parse_data with a new hash entity...... my own vision just figured the easy way to do it is check the hash when rendering and display an error / admin controls if not present no need to touch edit page actually, this is mostly needed for the dynamic/webservice plugins I've been planning with nelson so it will happen soon (maybe next week) cool I just love when generalizing an idea makes it easier to implement thanks sylvie Hi. Upgrade from 1.9.x to 2.0 Trying to attach a file to a forum and get a blank/white screen afterward. Upon checking, the message is posted but no file. Checked PHP.INI file and am 2MB. The file was 1.1MB check the memory limit rather than the upload file size Thanks for reply. Memory limit is set at 128MB that should be plenty I don't have a better suggestion LOL. Thanks for trying. I looked on the dev.tiki site to see if had been reported as bug. Didn't see that it had what's your php error reporting level in tiki? try activating logging to file from php.ini will do....stand by. I did try both in safari and firefox, getting same error it looks like an internal error [26-Aug-2008 16:06:53] PHP Fatal error: Call to a member function numRows() on a non-object in F:\Inetpub\wwwroot\tikiwiki\lib\tikilib.php on line 330 lphuberdeau, I would have never thought of checking this file! awesome! checking all files independently sounds like a bad idea anyway ;) does that error mean anything to you? I'm clueless basically means someone made a modification without testing if it even remotely worked HA. So a bug then. Shall I report it on the dev site? try removing line 390 and 330, and tell me if it works if it does, I'll just patch it for 2.1 release ok, stand by No, that didn't work. However a new error in php log: [26-Aug-2008 16:21:31] PHP Fatal error: Call to a member function fetchRow() on a non-object in F:\Inetpub\wwwroot\tikiwiki\lib\userslib.php on line 1468 undo that write "die($query);" on line 329, try again and show me the output k, stand by [26-Aug-2008 16:30:26] PHP Fatal error: Call to a member function fetchRow() on a non-object in F:\Inetpub\wwwroot\tikiwiki\lib\userslib.php on line 1468 hmmm removed the comments I made on 330 and 390. Added the die on 329 my guess is something went wrong with your upgrade can we rerun the upgrade? hi can someone tell me in what page the "Edit Remove Rename Lock Perms History" buttons at the bottom of a page are defined? yeah, I misread the second error message that die thing was useless LOL. i am hoping to add a "Close" button since the editpage.php will appear in a new window I'll take that back out however, it demonstrates something terribly wrong is going on main issue is that you have queries failing silently yeah, not good. Can we rerun the upgrade? which is not tiki-like, and I have no idea why that is the case which version did you update from? 1.9.x forgot the x. It wasn't 11, I think it was 10 when you did the upgrade, what did you do? ran the upgrade script. It ran with several errors, but nothing major. The tiki docs stated that upgrade errors are normal did you run 1.8to1.9 before 1.9to2.0? no. I was already at 1.9 yeah, but 1.8to1.9 was used for intermediate versions as well did I misread and supposed to run 1.8to1.9 first? only if you were not at 1.9 latest but that might not be the problem well, dang (I have no idea what the problem is) LOL how did you transition to the new set of files? Don't understand the question you had the tiki 1.9.10 files sitting in a folder... did you overwrite with 2.0 or make a clean install? was it locally or on a remote server? oh, sorry. I overwrote (is that a word) with 2.0 it was a local install at server I would try with a clean install to see if the problem is there before blaming the upgrade ok. I will run test tomorrow. May I come back tomorrow and report findings? 1.9.10 to 1.9.11 was really minor, I don't think there were any DB changes anyway does tikiwiki support ajax within plugins? quite vague plugins basically allow you to do anything right, i understand that; just wasn't sure if there is some security restriction that would prevent ajax / javascript as long as the js is in the plugin code and controlled, there is no immediate danger user input is dangerous lpubherdeau: yeah i can imagine; would you / anyone else happen to have some info about including js functions in php plugins? i thought they always had to be defined in the section no they don't, but you can also use headerlib to include stuff in head lpubherdeau: thanks - is headerlib a file / function? if so, where is it located / defined? (google gave me nothing :) ) lib/headerlib.php included by default, available as global $headerlib lphuberdeau: hmm - i do not see headerlib.php in the lib\ directory...could it be called something else in tw 2.0?