Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 2 October 2007

Year: 2007 2008 2009 2010 2011 2012
Month: Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
00:00 num000 i would write it into your root template
00:00 num000 bind it into your root template and the css style sheed will allways be included
00:00 num000 and in the style sheet you can make your changes
00:00 Atre hanoul: I'm leaving for home now so hope you get help/figure it out! das vdanya! : )
00:01 hanoul Ok, Thanks a lot num000
00:01 num000 Atre thank you
00:01 num000 hanoul you are welcome
00:04 annispanties Is there a step by step manual I can use to set up typo3?
00:06 voidus annispanties: i think no. it's a bit more complex to have just-one-main-manual
00:07 num000 voidus what happend to your internet connection? does it work again?
00:07 annispanties Is there any place that will at least give me some hints?
00:07 voidus num000: yes, i paid for this month and it work again :)
00:07 annispanties I have no idea what to do...
00:07 num000 look for books annispanties
00:07 num000 voidus ;)
00:07 voidus annispanties: ... or ask here
00:08 annispanties Thats what I'm doing.
00:08 num000 annispanties are you german speaker?
00:08 annispanties no
00:08 num000 then i can't help you
00:08 annispanties thanks anyways
00:08 num000 i would have a link with some books but it won't help then
00:09 annispanties No one can tell me how to start doing anything at all.
00:09 annispanties ?
00:09 num000 annispanties this if far to much then explaining how to install and start using typo3, believe me you need a documentation
00:09 num000 better a book
00:10 num000 http://typo3.org/documentation/typo3-book/
00:10 annispanties Wow. Thats retarded. Maybe I should try a different CMS.
00:10 num000 ;)
00:10 num000 as you like it but typo3 is cool
00:10 annispanties Doesn't sound very cool.
00:11 annispanties Sounds like they just want to sell me a book.
00:11 num000 i think this would be the case for any content management systems
00:11 num000 you need to read
00:11 num000 annispanties and who earns the money? no t3 doesn't cost you anything
00:12 annispanties Well, that doesn't make any sense to me. If it makes running a website so easy then running the system should be easy too.
00:12 num000 annispanties ohhh, one more good source is google, maybe you have more luck in searching for documentation there
00:12 annispanties or else whats the point.
00:12 num000 i didn't say it is that easy
00:12 annispanties I'll try that before I give up completely.
00:12 num000 there are demonstration sites aswell
00:12 elbart it depends on what you want to use a cms for
00:12 voidus annispanties: say us, what you want to do
00:13 annispanties I just dont want to have to run thru a shit ton of html whenever I want to change something or add something to my site.
00:13 annispanties Simplify.
00:14 num000 annispanties look at this, here you even have at no cost video documentation http://typo3.org/documentation/videos/
00:14 num000 ;)
00:15 annispanties Thats the kind of thing I was asking for in the beginning, thanks.
00:15 num000 annispanties these helpfull people here can help you if you do have particular questions
00:15 annispanties I'll check this out and be back later if I run into problems.
00:15 annispanties thanks again.
00:16 num000 wow, he has gone quite quickly
00:16 num000 :)
00:16 num000 elbart, voidus have you got any typo3 sites i can look how you design your stuff?
00:17 voidus num000: http://typo3lab.com/
00:17 num000 cool
00:19 voidus what?
00:19 num000 that site
00:19 voidus thanks :)
00:19 voidus it's company where i work
00:19 num000 do they develop typo3?
00:20 voidus not typo3 itself...
00:20 num000 with typo3
00:20 num000 i just see they also work with CS-Cart
00:20 voidus yes
00:21 hanoul num000, this is what I have in the setup of my root template. The first line after reference to TemplaVoila is to use the template, the second line in to link to my stylesheet. But it doesn't work. What am i doing wrong?
00:21 hanoul # Default PAGE object:
00:21 hanoul page = PAGE
00:21 hanoul page.typeNum = 0
00:22 hanoul page.10 = USER
00:22 hanoul page.10.userFunc = tx_templavoila_pi1->main_page
00:22 hanoul plugin.tt_news.templateFile = fileadmin/templates/tt_news_template.html
00:22 hanoul includeCSS.file1 = fileadmin/templates/styles/tt_news_v2_styles.css
00:22 num000 no there you need to say
00:23 num000 page.10.includeCSS.file...
00:23 num000 you can wrap them all into one page
00:23 num000 like
00:23 num000 page = PAGE
00:23 hanoul After this there is some stuff for Search, I don't know what I'm doing wrong?
00:23 num000 page {
00:23 num000 ...
00:23 num000 }
00:24 num000 then you do not need to say page all the time
00:24 hanoul I suspected there was something like this. I'll try it now.
00:24 num000 voidus they have done very nice websites
00:24 num000 hanoul did you understand the principle?
00:24 num000 page.10.blablabla
00:25 hanoul Yes, I understand. I'll try it now.
00:25 num000 or as above page { 10.blabla ..
00:28 num000 annispanties http://wiki.typo3.org/
00:30 voidus num000: thansk. some of them done by me. :)
00:30 num000 i wonder who has done the site for claus warner
00:30 num000 a german
00:30 num000 works for t-systems
00:32 voidus hm.. not me)
00:33 num000 heheh
00:38 num000 voidus still here?
00:38 voidus yes
00:38 num000 i was playing the last days with my site
00:39 num000 and i wonder if a 3 colon layout is a good choice
00:39 num000 or using simple a 2 colon layout which gives more space?
00:39 voidus dunno. depends on your need
00:39 hanoul num000 I tried your last advice: page.10.includeCSS.file..., and I think I've got it to work now. Thanks a lot for your help.
00:40 voidus num000: usually part of the site is 2-col and part is 3-col
00:40 num000 hanoul np
00:44 Aktiwers Hey guys.. could anyone help a newbie out with TypO3? I installed Typo3 4.1.2 and the default admin user and pass dont seam to work?
00:44 Aktiwers Any ideas what I forgot to do?
01:12 theconic hey guys
01:12 theconic can i describe a <label> with css, but only the one that has for="firstname" as an attribute?
01:13 theconic so only the <label for="firstname">, not a <label for="lastname"> for example
01:23 ries If I read how stupid Microsoft is lately with there windows update, then I am glad I bought a mac last year
01:56 voidus ries: i'm thinking about installing hackintosh on my pc
02:33 Diblo hello. I got a problem with the lists.netfielders.de typo3 mail system. I got the mail back whit the message: " The message's content type was not explicitly allowed "
02:34 Diblo Is some body know about this ?
02:36 Diblo :s
02:48 Denyerec ries are you around?
04:26 ries Denyerec: see MSN
06:55 d|g hi all
07:35 tsrepadmin good mornibg #typo3 !!
08:17 kboz i would like simple form with few checkboxes and textarea input. from data user input, i would like to generate pdf document and save data to database so i could read those data from database at later time. what would be the most suitable extension to use if any? thanks for the answer!
08:17 just2b good morning
08:20 kboz additionally, is there any extension that would read data from tables/field the user would define ?
08:24 Awillys Morning folks
08:28 just2b hi Awillys
08:29 silithlas hi, I have a problem with tt_news, it worked fine, but 'till yesterday each time I create a news, I have another news in related news by default, always the same. What happened? Thanks
08:59 alexwx hello i have a similiar question, is possible to searhc only in a tt_news ?
09:00 bauschan hi @ all !
09:12 silithlas similar question? as mine? :)
09:21 tsrepadmin does anybody know a linkchecker extension which can list deactivated intern links of a website?
09:35 elbart good morning
10:55 kboz is there anyone who is using HTMLform to pdf extension? i would like to ask question. Thanks!
11:08 dokma_ morning all
11:11 elbart hi dokma
11:13 dokma nick probs :(
11:14 dokma seems to be fixed
11:14 dokma I'm not very good at irc
11:18 danielito i'm not very good at typo3 :) thats why now there comes a newbie-question
11:19 danielito I wanna change the appearance of a plugin. so I go to filelist and see the template I have to change. BUT when I click it, I get "Forbidden, you dont have permission to access /fileadmin/.../.../... on this server
11:19 danielito any hints?
11:41 dokma danielito: perhaps you need to change the file permissions so that apache has rights to access them
11:41 dokma go to shell and take a look at output of ls -al
11:41 dokma in the fileadmin folder
11:42 danielito unfortunately it's a managed server and I do not have shell access :-/
11:42 dokma then check the folder out via file manager
11:42 danielito so there is no general way of editing these template files within typo3? then I have to download via ftp and edit it locally, eh?
11:42 just2b ext quixplorer
11:42 dokma there is
11:42 dokma when you fix the file permissions
11:42 danielito that's what I did dokma! in the file manager I exactly see the file that I want to edit
11:43 dokma but what are the permissions?
11:43 danielito theres a red "R/W" right next to the file
11:43 dokma ok
11:43 dokma and you still get an error when you try to edit it?
11:44 danielito it opens a new firefox windows and I get this error, yes. now I tried to click the icon and choosed "templaVoila" that at least gives me a page
11:44 tobstar which search plugin do you use? I've read about tx_indexedsearch, but I can't find it in the rep
11:45 dokma tobstar: tx_indexedsearch comes with typo3 as much as i know
11:45 tobstar ah ok
11:45 tobstar that'd explain that.
11:45 danielito hm. but no way to edit tho
11:46 dokma danielito I'm pretty sure it's a permissions issue
11:46 dokma what you need to find out is
11:46 dokma the full file permission of your files and directories
11:46 dokma the rwxr-xr-x thingies
11:46 dokma under what user your server runs
11:46 dokma and what is the group in which your files get placed
11:47 dokma on creation
11:47 danielito ok, thanks dokma
11:47 dokma you can probably do all of that via your ftp client
11:47 danielito then I first need the ftp access data I guess :)
11:47 dokma except for the apache thing
11:47 dokma yeah
11:47 dokma where is the site you're developing?
11:47 dokma can I see it?
11:50 danielito huh it's not a site I'm developing, it's a site another guy set up and I have to modify it a bit
11:58 pulponair hi there
12:01 tobstar I'm a bit stuck. Obviously, the indexed search plugin is a different one than typo's default search, but I can't find doc on how to configure the default search plugin
12:01 tobstar Can anybody give me a hint?
12:02 just2b search in ter.. there is an doc ext
12:02 tobstar ok thx
12:05 tobstar I've only found an indexed search doc in the ter, but nothing for the default search
12:08 pulponair hmm is anyone aware of a way to add a "securty question" to the newloginbox "forgot password" feature?
12:09 just2b pulponair hack the ext
12:09 pulponair just2b: i dont want to ..
12:09 pulponair just2b: i am tired of adding features to existing extensions ;)
12:10 just2b pulponair this is the way we need to do it these days ^^
12:10 pulponair just2b: ?
12:11 just2b cause we are better than the authhors
12:11 pulponair just2b : ;)
12:11 pulponair just2b: all that xclassing shit drives me crazy....
12:12 just2b hehe write another loginbox :D
12:13 pulponair just2b: yeah overflowing ter with thousands of different extensions for the same purpose is always a good idea ;)
12:15 just2b sure :D
12:19 pulponair just2b: i submited a featuere request ;)
12:19 pulponair just2b: i sure that feature will be avaiable within the next release ;>
12:21 just2b you submitted a patch too? ^^
12:21 pulponair just2b: nope
12:21 just2b in ve_guestbook you can select the captcha you want
12:21 pulponair just2b: ;>
12:21 just2b this should be the case here too
12:21 pulponair ?
12:21 pulponair i am not talking about a captcha
12:21 just2b ah ok now i got it ^^
12:22 pulponair more about something like "forgot passwort -> "whats your mothers maiden name" -> password send
12:22 just2b but this needs to be added in sr_feuser register and so on, right?
12:22 pulponair just2b: right
12:22 just2b question: what is the tstamp of your record ;)
12:22 pulponair just2b: but afaik userregister is already capable of handling custom field
12:22 pulponair s
12:22 pulponair :)
12:22 pulponair 42
12:22 pulponair :)
12:22 just2b yeah but srfeuserregister is just crap
12:22 just2b ROFL
12:23 pulponair just2b: yeah it is
12:23 just2b so i need to go for lunch.. or mensa is closed ;)
12:23 pulponair just2b: just another fh extension
12:23 just2b dont say the j or fh word :D
12:23 pulponair just2b: but it works (at least a little) and there is no real alternative except for rewriting it by your onw
12:23 just2b or the reverend will come and will get you
12:24 pulponair hehe
12:24 just2b yeah i would like to rewrite it
12:24 pulponair just2b: to be honest : there is more code than functionallity in it.
12:24 just2b of course.. by far.. it just is a greater form with an insert and an update query
12:24 pulponair just2b: yes and some mailing stuff
12:25 just2b oh sorry forgot 3times mail()
12:25 flipmoe5000 can someone help me with a few lines php please?
12:30 pulponair flipmoe5000: :shot
12:30 flipmoe5000 ok
12:31 flipmoe5000 http://phpfi.com/266388
12:31 flipmoe5000 the options are filled with the countries for example
12:32 flipmoe5000 i want to add an empty option before all other options
12:32 flipmoe5000 so that for example afghanistan isnt selected as standard
12:33 flipmoe5000 standard should be en empty option
12:33 flipmoe5000 you understand?
12:33 pmk65 flipmoe5000: Just change the $options = '' to contain an empty option tag.
12:34 pulponair flipmoe5000: : line 3 : $options = '<option value="0">Please choose</option>'
12:34 flipmoe5000 the first line?
12:34 pulponair yeah
12:34 flipmoe5000 ok thanks
12:34 flipmoe5000 sorry for that question ...
12:34 flipmoe5000 ;-)
12:35 pmk65 you might also need a check in the submit routine, to check if a 0 value is returned..
12:36 flipmoe5000 but afghanistan is still selected first
12:36 flipmoe5000 http://213.239.198.158/www/de/login/register.html
12:37 pulponair flipmoe5000: <option value="AFG" selected="selected">Afghanistan</option>
12:37 pulponair flipmoe5000: since selected =="AFG" :)
12:38 flipmoe5000 yes
12:38 pulponair flipmoe5000: so it has been set as default somewhere in the code
12:38 flipmoe5000 jep
12:38 pmk65 is anyone here using Indexed Search on a multi language site?
12:39 pulponair pmk65: i do
12:40 pmk65 are you interested in betatesting an addon for Indexed Search, that Im working on? it's an AJAX based autocompleter.
12:41 pmk65 The last part I need to get working, it to get it to respect the language settings of IS.
12:41 pulponair pmk65: i am interessted but i aint got time atm (as always)
12:43 pmk65 pulponair: ok. no problem. :) You can see it in action here (just type a few letters): http://test3.typomedia.dk/index.php?id=101
12:49 marc| hi, any recommendations which extension to use, to include a swf into t3?
12:50 flipmoe5000 @pulponair: Can you give me some more advice regarding the preselcted option?
13:03 Denyerec Anyone present have any experiences, good or bad, with Timtab ?
13:04 just2b bad.. didnt get it working ^^+
13:04 just2b manual is crap
13:04 Denyerec That was my initial evaluation :S
13:04 Denyerec Client wants a blog w/comments on their typo3 site.
13:05 Denyerec I'm wondering if it's worth doing a separate wordpress install & using a SSO extension
13:05 pmk65 If you disregard the manual, and doesn't use the TimTab templates, then it's possible to get it working fairly easy.
13:06 pulponair Denyerec: makes sense
13:06 pmk65 Instead follow the tt_news manual, and set a standard tt_news setup up. Then add the TimTab and guestbook plugins WITHOUT using the TimTab setup.
13:07 pulponair Denyerec: i personally try to avoid large t3 extensions if proofed standalone software is avaible
13:07 pmk65 Then you take the special markers from the TimTab template, and insert those in your tt_news template.
13:07 Denyerec The thing is pulp, having to write a whole WP template and cross-train them... :S
13:07 just2b pulponair are there real large extzs, excl tv?
13:07 Denyerec I see pmk
13:07 Denyerec Any major pitfalls ?
13:07 pulponair just2b: the commerce crap
13:07 Denyerec I already have tt_news, for example.
13:08 pulponair Denyerec: that is true
13:09 pmk65 Denyerec: no it works ok, and uses the same setup as tt_news. If more people can write in the blog, you should also install this one: http://typo3.org/extensions/repository/view/cron_setdefaultauthor/0.1.0/
13:09 pmk65 It sets the autor & email fields of tt_news recorts to those of the current BE user.
13:12 Denyerec oooh handy
13:13 Denyerec so I can just drop tt_news onto the "blog" page
13:13 Denyerec and leave the config for the "news" page alone
13:13 Denyerec thing is.... I do some news-specific setup in my template TS, which changes settings globally for tt_news
13:13 Denyerec how would I move that over to only affect the news page ?
13:15 pmk65 create a couple pages with a tt_news list and singleviews, and verify that they work correct.
13:15 pmk65 Then add an extension template on those pages, where you change the tt_news typoscript settings. That will affect that page and subpages.
13:17 pmk65 The only things you need to change on the TimTab page is this: http://phpfi.com/266393
13:19 pmk65 61 is a Sysfolder where I store the Guestbook comments
13:19 pmk65 60 is a Sysfolder where I the Blog posts (tt_news records)
13:19 pmk65 59 is my SingleView page
13:19 pmk65 58 is my Listview page.
13:21 Denyerec Thanks for all the pointers pmk65
13:22 Denyerec Got a few more questions tho :)
13:22 pmk65 Oh forgot. On the SingleView page, you should insert the Guestbook twice. 1st in LIST mode, and 2nd in FORM mode.
13:22 Denyerec When someone comments on the blog, are the comments visible immediately?
13:22 Denyerec is there any way to hold them for moderation etc, perhaps send a "You have a new comment" email to the webmaster?
13:23 pmk65 yes. but I can't remember if you can change that with a config option. You'll have to check the manual.
13:24 pmk65 You can. Theres a setting called Website validation: in the flexform of the guestbook.
13:25 pmk65 sorry. its named "Manual backend release of new entries?"
13:31 Denyerec Right right
13:31 Denyerec Cool
13:31 Denyerec ok thanks pkm
13:35 danielito hm. I am administrator of a typo3 installation, but cannot edit files of a extension, it says "Warning: fopen(/usr/www/Users/<removed>/typo3conf/ext/user_myplugin/pi1/class.user_myplugin_pi1.php): failed to open stream: Permission denied in /usr/www/Users/<removed>/t3lib/class.t3lib_div.php on line 2412"
13:35 danielito any hints?
14:30 Denyerek Ok.
14:30 Denyerec I have a huge show-stopper of a bug.
14:30 Denyerec Typo3 core stylee
14:30 Denyerec This single line of PHP code executes without error on my server:
14:30 Denyerec exec("/usr/bin/convert start_image.jpg -transparent red output_image.gif");
14:30 Denyerec Which would indicate to me, that imageMagick is present, correct, and working just fine.
14:31 Denyerec HOWEVER
14:31 Denyerec I am *completely* unable to get the install tool to recognise that IM is installed. All the tests skip, telling me that IM is disabled, when it clearly is not.
14:32 Denyerec I offer a prize in GBP sterling to anyone who is prepared to step up and assist in fixing it.
14:32 tobstar "This single line of PHP code executes without error on my server:" <-- does this mean there's no error displayed or does it really work
14:32 tobstar you get the output image etc.
14:36 Denyerec I get the output image
14:36 Denyerec and it is as expected
15:02 pulponair Denyerec: have you been able to make your im work?
15:02 pulponair meanwhile?
15:03 Denyerec Nope
15:03 Denyerec it's driving me mad
15:03 Denyerec I'll happily give you a login if you think you can crack it
15:03 pulponair Denyerec: ok
15:03 Denyerec pm
15:03 pulponair sure
15:03 pulponair :)
15:04 pulponair Denyerec: have a look at your query window :)
15:07 stanman hi
15:09 stanman anyone awake in here? I want to delete a complete site i tried making with templavoila, but i don't know how. anyone?
15:14 stanman ok.. rtfm
15:14 stanman managed
15:14 stanman anyone know about templavoila?
15:14 ries Denyerec: ?
15:15 Denyerec Hey
15:15 ries Denyerec: I send you some extensive comments about yout IM problem
15:15 ries you need to go back to your ISP
15:15 Denyerec I have
15:15 ries and let them fix it
15:15 Denyerec been on the phone to them all morning.
15:15 Denyerec They swear everything is symlinked as it should be, taht the permissions are correct etc
15:15 Denyerec AND as I can use IM from PHP myself
15:16 Denyerec they claim there is nothing more they can do.
15:16 Denyerec My own scripts can use IM
15:16 Denyerec but TYpo3 cannot.
15:16 ries did you tell them about : isable_functions dl,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,popen,proc_open,posix_uname dl,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,popen,proc_open,posix_uname
15:16 ries shell_exec is disabled... so you cannot execute anything
15:17 Denyerec exec works fine
15:18 Denyerec EG: exec("/usr/bin/convert start_image.jpg -transparent red output_image.gif");
15:18 Denyerec That line of code works perfectly.
15:18 Denyerec it creates the output as you would expect, using IM.
15:26 flipmoe5000 can someone tell me why no registration confirmation mail is sent to a fr user?
15:26 flipmoe5000 mails to the admin will be sent
15:26 elbart re
15:36 umc guys... if you have more languages... is there any place you can specify that you want the country code for the default language, instead of DEF
15:36 umc I have dutch as default, english as second... flags are displayed ok, but one is DEF, the other EN
15:40 AlexTheGer1 hi there
15:41 AlexTheGer1 is there a way to tell a website that it should use non-transparent pngs when in use with a IE < 7 and use otherwise the transparent png?
15:50 Tchinkatchuk hi all
15:50 Tchinkatchuk I try to use a plugin in header by this way :
15:51 Tchinkatchuk page.headerData { 7 < plugin.tx_mediacssswitcher_pi1 }
15:51 Tchinkatchuk But it is not workin at all.
15:51 Tchinkatchuk Is it possible or not ?
15:53 Tchinkatchuk ok sorry for it
15:53 Tchinkatchuk ^^
16:00 stanman hi, how can i let templavoila use preformatted divs (for menu items)
16:04 umc just design your template with the divs that you want
16:05 umc then in the Typoscript you might have something like:
16:05 umc lib.menu_1 = HMENU
16:05 umc lib.menu_1 {
16:05 umc 1 = TMENU_LAYERS
16:05 umc 1 {
16:05 umc wrap = <div class="menu-no"> | </div>
16:05 umc ...
16:05 umc that's what I use
16:06 umc then style that div as you want
16:19 stanman ok thanks umc!
18:21 flo_ps hey guys
18:37 dokma hey guys
18:37 dokma how does the forgot password work when passwords are MD5ed ?
18:37 dokma I get this message in the email when I use the forgot password link
18:37 Atre forget password for what?
18:37 dokma Hi
18:37 dokma We couldn't find a username for this email address and so cannot send the password to you. Probably you misspelled the email address (upper/lower case makes a difference) or maybe you even didn't register yet?
18:38 dokma for fe_user
18:38 dokma but I use md5 passwords
18:38 dokma so they are encrypted in the db
18:38 dokma they can only be reset
18:39 Atre hmm shouldn't that send a link? i don't use fe_user but tried it long ago
18:39 Strud I have a bunch of news categories that I want to sort alphabetically on the backend... how can I do that?
18:40 Strud I know how to sort pages, but not categories...
18:40 Atre Strud: in like a sys folder?
18:40 Strud yeah
18:41 Strud I'm using 3.8.1, just in case...
18:42 Atre hmm I had to do something like that since I use sp_directory, I just sorted it in the extension for output
18:42 Atre so it was a code hack
18:43 Strud mmm... I'm gonna keep looking on the tt_news docs to see if there is any way of doing it ;)
19:19 sirio i remember someone posting a list with all session variables and i thought i bookmarked it. but i didn't - does anyone remember where to find them?
20:00 liviu hi everybody
20:03 jessica Goodevening
20:08 titii helo there
20:09 titii i would like to ask, is possible to config by TS default "Hide page if no translation for current language exists" for every page?
20:11 jessica Does someone know if the NOT IN () query statement is working in the WHERE clause in Typo3
20:11 jessica ?
20:12 jessica Or are there no limitations in typo3 if it comes down at SQL queries?
20:19 jessica hellooooo???
20:21 voidus jessica: no limitations
20:22 voidus titii: i think it's possible but don't know how
20:22 jessica Thank you voidus
20:22 jessica I'm gonna try it now, if I have a bug I will ask
20:22 titii voidus :)
20:23 voidus titii: take a look at doc_l10n_guide on options config.language_fallback
20:23 titii or another question, how to make a link in PHP code, with some API as TS typolink.parameter.field = uid, typolink.returnLast = url
20:23 voidus or smth like
20:24 voidus titii: use typolink() method of tslib_cobj or pi_link* method of tslib_pibase
20:24 jessica It works :) But I still need to finetune it.
20:25 jessica Voidus do you know how I can avoid duplicated SQL searches? Cause the bug is that my SQL statement does some same entries
20:26 voidus jessica: where that sql queries are?
20:34 jessica I already found the problem Voidus :D
20:35 jessica another question though voidus
20:36 voidus jessica: ?
20:36 jessica I've got this WHERE clause string "$where = 'element_uid NOT IN (0,1,3,4,5,6,10,18,19,23,24,26,27,40,41,42,43,44,122,124,128,129) AND category NOT IN (pages)';"
20:36 jessica but the debugger says " Unknown column 'pages' in 'where clause'" oke I get it cause pages in the WHERE clause should be with ' ' marks
20:37 jessica but if I make the WHERE clause like this -> "$where = 'element_uid NOT IN (0,1,3,4,5,6,10,18,19,23,24,26,27,40,41,42,43,44,122,124,128,129) AND category NOT IN ('pages')';"
20:37 jessica it doesn't work at all
20:37 jessica Should I escape the ' ' characters with \ ?
20:39 voidus no
20:39 voidus in this query
20:40 jessica1 voidus what did you say, my connection broke down
20:40 voidus jessica1: in *this* query you should not escape ' with \
20:41 jessica1 But how can I write the query?
20:41 jessica1 The ('pages') line should be between quotes
20:41 voidus what query you want to write?
20:42 jessica1 I want to write the following query
20:42 rapidfyredotne1 How can I override if a page is "hide in menu" via TS?
20:42 jessica1 SELECT * FROM `tablename` WHERE element_uid NOT IN (0,1,3,4,5,6,10,18,19,23,24,26,27,40,41,42,43,44,122,124,128,129) AND category NOT IN ('pages') ORDER BY counter DESC LIMIT 5
20:42 rapidfyredotne1 Can I use this??? TCAdefaults.pages.hidden=0
20:42 jessica1 This is working, I've tested it with a normal page
20:43 jessica1 but with typo3, it can not work
20:43 jessica1 because I need to use the typo3 way to write a query
20:43 jessica1 voidus in typo3 it's like this http://phpfi.com/266483
20:44 voidus rapidfyredotne1: yes
20:45 voidus jessica1: is `tablename` a valid table name? :)
20:45 voidus jessica1: also, try "category != 'pages'"
20:46 jessica1 is that better?
20:47 jessica1 Tablename is different in my code
20:47 jessica1 but this is how I wrote it and tablename is an example nae
20:47 jessica1 but I need to use NOT IN
20:49 titii voidus are you there?
20:49 voidus titii: =CK
20:50 voidus titii: yes
20:50 jessica1 I solved the problem voidus
20:50 voidus jessica1: how?
20:51 titii voidus dont you know how to impress L parameter in this typolink function, i am updating the languageMenu.php, and i have to change the L param value for each language, but he automate putting there the actual L param and the other, you know
20:54 jessica1 voidus I was walking the difficult way, cause I was trying to EXCLUDE some tablefields, but I just needed to say category="pages"
20:54 jessica1 I was thinking the wrong way ;)
20:55 jessica1 Stupidity comes with to long behind the computer hehe
20:55 voidus titii: dunno..
21:01 titii voidus ok thanx, i got it
21:01 titii found :)
21:01 voidus titii: what?
21:02 titii voidus i foun that, how to change the URL params in the typolink func
21:08 titii but he still add the params nito end of the params, shit :( how to off it ?
21:14 theanomaly hey all, I have a typo structure resembling root/subpage1/subsubpage/pages, i want to do something like having a root/subsubpage shortcut and being able to access the pages under subsubpage from either /root/subsubpage shortcut or from /root/subpage1/subsubpage
21:14 theanomaly i don't care if it does a redirect or whatever, but right now it 404's if i try to access a subpage through a shortcut
21:27 bauschan hi ho
21:48 theanomaly does anyone know of a way I can force a speaking url path segment to contain an extension
21:48 theanomaly ie, there are a couple of documents on a website i'm converting to typo3 that must maintain their current path because people have them bookmarked/published, and one ends in .html
21:49 theanomaly so i want to make that page's path segment = page.html
22:00 flo_ps und tschüss
22:53 dokma guys, my forgot password funcionality is failing with an 'cant find a username for the given email address'
22:53 dokma anyone had this issue?
22:53 dokma I am using md5 hash on the passwords
23:40 ries Denyerec: 8 hours after I helped??? :D
23:41 Denyerec Hey, just after it got working, my GF dragged me out to buy a house
23:41 Denyerec *literally*
23:41 Denyerec We now owe a bank £95,000
23:41 Denyerec o_O
23:41 ries hey dokma I saw your pm last week... but sorry I couldn't respond, I was rater buzy
23:41 dokma hey np mate
23:41 dokma you know if it's possible?
23:41 ries Denyerec: 95.000 ?!?!?!?!
23:42 dokma I asked on the mailing lists
23:42 Denyerec Yeah Ries
23:42 ries debug teh extension...
23:42 Denyerec Houses in this country and STUPIDLY expensive
23:42 dokma Denyerec: my condolances
23:42 Denyerec :(
23:42 dokma you were such a nice lad as a free guy
23:42 Denyerec Haha
23:42 Denyerec Well, the funny thing is, my monthly costs will go down by £20
23:42 Denyerec (instead of renting)
23:42 dokma ries: I hacked the source and now all is well
23:42 voidus can i ask a help?
23:42 Denyerec so it seems like a good deal.
23:43 dokma Denyerec: if you look at it that way it sure is
23:43 dokma but otoh
23:43 dokma if you had put the 95000 in an investment fund
23:43 Denyerec Oh don't go there :(
23:43 voidus please give me a link to an english text >= 50000 letters about computers/programming/anything related/maybe typo3/etc
23:43 dokma you'd have more than enough monthly revenue to pay the rent
23:44 dokma and to have some extra
23:44 voidus Denyerec: HELP ME!
23:44 voidus :)
23:44 Denyerec The difference is dokma, that I don't *HAVE* 95,000 and the bank won't give it to me to put into a fund :)
23:44 Denyerec :(
23:44 Denyerec Otherwise I know exactly what I'd do with the money...
23:44 Denyerec :(
23:44 dokma sure, cause they know that the only way to enslave you is to "give" you a way to have your on place to live
23:44 Denyerec voidus what is wrong ?
23:44 Denyerec Exactly dokma.
23:45 voidus Denyerec: please give me a link to an english text >= 50000 letters about computers/programming/anything related/maybe typo3/etc
23:45 Denyerec Though our landlord was kicking us out in November, so we had to find somewhere.
23:45 Denyerec So I guess better to buy than to rent again.
23:45 Denyerec Um.
23:45 Denyerec OK.
23:45 Denyerec 1 moment please.
23:46 dokma if I had to pick between buying for 95000 and returning 140000 in 30 yrs and investing 95000 and having around a milion in 30 yrs
23:46 dokma don't even ask what I'd do ;)
23:46 dokma actually a lot more than a mil in 30yrs
23:46 dokma it would probably go to around 10 mils in 30 yrs
23:47 dokma even with very conservative investing
23:47 Denyerec Aye Dokma.
23:47 Denyerec If I had £5,000 right now, I'd do the same thing.
23:47 Denyerec And I know where I'd put the money too.
23:48 dokma yeah, I understand you
23:48 dokma you know what
23:48 Denyerec Thing is, the two people who HAVE the money (My dad and my GF) won't invest :(
23:48 Denyerec THey're too scared.
23:48 dokma I hear a lot of people being scared
23:48 Denyerec Wel, my GF would, but she's a woman and so is emotional and "wants to own a home" instead of doing something sensible with the money.
23:48 dokma that's why so little people are very succesful
23:48 dokma I decided to rent till I'm at least 40 yrs old
23:48 dokma and to invest till then
23:49 dokma I'll be selling my car very soon
23:49 Denyerec dokma - you have the right idea.
23:49 dokma and it's going to go into a fun also
23:49 Denyerec My GF made me angry with her "I WANNA BUY A HOUSE"
23:49 dokma you know what, girls are the emotional things we all love
23:49 Denyerec but, well, she saved £6k in 2 years, so in 2 years time she will have enough again to make a significant investment.
23:50 dokma but when you want a sensible advice go get one with a financial advisor
23:50 dokma yeah, she seems like a hard working girl
23:50 dokma thats good man
23:50 dokma you have a good woman
23:51 dokma my sister is in debt with her husband also
23:51 Denyerec That he has a good woman.
23:51 dokma they also bought a house
23:51 Denyerec Not that your sister is in debt.
23:51 dokma :)
23:51 dokma yeah
23:52 dokma so I figure I'm gonna go the unorthodox path
23:52 Denyerec We have no other debts, just the mortgage.
23:52 dokma and invest first and buy only when the amount is insignificant compared to my savings
23:52 Denyerec But I refuse to say "I don't have any debts" because that's what they want you to say. Realisitcally, anyone with a mortgage has a big fat whopping debt.
23:52 voidus Denyerec: it's quite urgent...
23:52 dokma exactly my mate
23:52 Denyerec ok voidus
23:52 Denyerec 1 moment.
23:53 dokma I figured that here in Croatia you can rent a very decent place to live in for only ~300¬
23:54 dokma and I also figured that all I need to get those 300¬ a month is around 2000 visits per day on a site with optimized AdSense ads
23:55 dokma so instead of working my day job to earn for the rent and some extra stuff
23:55 Denyerec I'm interested in getting something along those lines set up.
23:55 dokma I've quit it and now I'm broke, working from my bedroom to build a web dev company and a highly visited site
23:56 Denyerec wouldn't matter if it was just 150€ a month
23:56 Denyerec every little helps.
23:56 dokma I've started a small portal here http://korisno.lir.dk
23:56 dokma and without design or a decent domain it got me $9 in the first month
23:57 Denyerec Croatia?
23:57 dokma if I continue at the current rate of growth, around 50% a montj
23:57 dokma yeah
23:57 Denyerec Check your PM
23:57 dokma ok

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.