Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 12 May 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan 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 31
00:41 bekks hi
00:41 bekks I'm looking for a good extension to generate an RSS fedd from updated page contents, but i dont know which one to choose. any clues?
00:42 void bekks: try ecorss
00:49 bekks void: thx, I'm trying to get that working :)
00:57 bekks void: success so far. but I'm stumbling upon the comment regarding realurl, to set url = atom.xml if realurl is used (which i do use)
00:58 void i'm also not realurl guru(
00:59 bekks ok :)
01:05 bekks void: it's up and running, thx :)
01:05 void np
01:09 bekks void: just one further question :|
01:10 bekks void: following the example config from the doc, i get this line generated in the xml: <link rel="alternate" type="text/html" href="/typo3/index.php?type=122"/>
01:10 bekks void: whats missing there to include the full url?
01:11 void dunno..
01:23 bekks void: do you use something like an icon for displaying the availiability of an rss fedd?
01:23 bekks *feed
01:25 void bekks: yes
01:25 bekks void: would you mind to share that snippet of code? :)
01:26 void not for ecorss
01:26 void i don't use that extension
01:26 bekks which one do you use?
01:28 void tt_news. for news.
01:29 bekks ah, i c
08:35 FloLeBlanc hi all
08:35 smeringe hi flo
08:35 smeringe and all
08:41 FloLeBlanc smeringe: how are you
08:47 swemark Hey smeringe
08:48 swemark three people will be attending the tugs meeting on wednesday
08:59 smeringe swemark: ooh :) cool. getting nervous now :P
08:59 smeringe FloLeBlanc: more stressed then ever :S
08:59 smeringe otherwise good :)
09:04 swemark hehe dont be
09:04 smeringe swemark: can you see to that all three are registered?
09:04 swemark both of them are developing new extensions as we speak
09:04 swemark ive tried all morning
09:05 smeringe :)
09:14 foool Tugs?
09:16 smeringe foool: typo3 user group sweden
09:19 foool ah!!!
09:19 foool thanx
09:23 foool I have a site that has 4 sections, and is startpage of the section is the root. I want indexed search to be able to search all sections, how can I achieve this.
10:57 FloLeBlanc hmm anyone in here who is experienced with the indexedsearch db entries and search time in general
11:02 tokam hi
11:02 tokam I want to use a constant as a text value how can I do that
11:03 tokam in the constants field of my template stands
11:03 tokam NAME = this is a test
11:03 tokam in the setupfield I say
11:03 tokam NAME = TEXT
11:03 tokam NAME.value = {$NAME}
11:03 tokam but only {$NAME} is displayed on my page
11:08 nd____ Anyone here into development of realurl?
11:10 swemark Development or usage?
11:11 nd____ swemark: Well, in-depth-knowledge ;) Still having my problems you know...
11:13 swemark oh
11:13 swemark i remember
11:14 swemark well, you exhuasted my knowledge:P
11:16 nd____ Well, you pasted a URL to a config for realUrl -- from typo3.org if I remember correctly. Do you have (or know how to create) like a minimal configuration for realUrl?
11:16 FloLeBlanc tokam: you'll need a userfunction for that or you'll have to know the array var
11:17 FloLeBlanc (modern template building 1 has infos about userfunctions)
11:17 FloLeBlanc if you want the username or a user variable of a logged in user, there should be TS constants for that
11:21 tokam FloLeBlanc: my aim is thet users of the t3 backend can edit the variable easiely
11:22 FloLeBlanc so wouldn't a custom backend extension the way to go?
11:24 FloLeBlanc can someone tell me what the indexed search engine version is what comes with t3 4.2 ?
11:25 nd____ FloLeBlanc: 2.11.0
11:25 FloLeBlanc can there be a changelog found on what changed since 2.9.3? the extension is no longer listed in the rep
11:26 nd____ FloLeBlanc: Look in $typo3/typo3/sysext/indexed_search/ChangeLog
11:27 FloLeBlanc nd: I cant' - I use 4.0.4 and haven't got the "new" version :)
11:27 FloLeBlanc but I can get the file from the web I guess thank you
11:27 nd____ FloLeBlanc: I can paste it for you... just a sec
11:27 FloLeBlanc nd: even better thank you
11:28 nd____ FloLeBlanc: http://off-pist.de/elevator/ChangeLog
11:28 FloLeBlanc thank you nd
11:28 nd____ welcome...
11:34 FloLeBlanc hmm.. I have really slow performance on indexed search.. are ther any common issues that often are the source?
11:36 FloLeBlanc the same page ist listed multiple times in the result too
11:37 nublaii how do I get a page's 'pagetitle' with typoscript using the pid?
11:39 FloLeBlanc page.temptext.field = title and page.temptext.field = subtitle ... page.temptext = TEXT of course before
11:39 FloLeBlanc ah the pid
11:39 FloLeBlanc sorry :)
11:39 nublaii yeah... that's where I got stuck...
11:40 FloLeBlanc you can query the db via TS if you have a specific pid
11:40 nublaii using CONTENT?
11:41 FloLeBlanc http://phpfi.com/316226 does a content element query, have to leave for some time sorry be back later
11:57 nd____ Geez, I hate realurl <grmpf>
11:58 swemark walrick?
11:59 swemark nd____: i take it that you have removed the extension and reinstalled it?
11:59 nd____ swemark: Like a dozen times
11:59 swemark might work this time!
11:59 swemark :P
11:59 nd____ right
11:59 nd____ or next time
12:00 swemark well something is wrong
12:00 swemark with the setup
12:00 nd____ Has to be
12:00 nd____ Double checked with the #apache guys but mod_rewrite appears to be working. What else is involved
12:00 nd____ ?
12:08 nd____ swemark: Do you have such a minimal configuration?
12:08 nd____ Though I assume that my 37lines are kind of minimal
12:12 nd____ I neither use Languages nor do I use different pageTypes nor do I use Spaces in Names. Hell, what's wrong?!
12:26 foool I have a site that has 4 sections, and is startpage of the section is the root. I want indexed search to be able to search all sections, how can I achieve this.
12:29 foool section 1 (root) - section 2 (root) - section 3 (root) - section 4 (root) - I want index search to search in them all, right now if i install index search in section 2 it only searches in that section. I want it to search the whole site and all sections.
12:57 jsfan hello everyone :)
12:57 maholtz_ hi jsfan
13:21 FloLeBlanc re
13:28 FloLeBlanc anyone in who has experience with indexed_search and can answer me some general questions about indexing and mulitple findings of pages?
13:35 IIndy hello all
13:36 IIndy I need help!
13:36 IIndy how can I change admin pass for typo3 directly inside Mysql???
13:36 IIndy anyone here???
13:37 FloLeBlanc response times can take some time, most ppl are working you know :)
13:39 FloLeBlanc table be_users, change the password field and use the md5 function for the value
13:44 swemark IIndy: you cant
13:44 swemark IIndy: its hashed
13:44 FloLeBlanc swemark: why can't you? just use phpmyadm and the md5 function for the new pass?
13:44 swemark nevermind
13:44 swemark i read something else
13:44 FloLeBlanc :)
13:44 swemark damn tired
13:45 FloLeBlanc *hands swemark a coffee*
13:45 swemark havent had coffee for the last 2 weeks
13:45 swemark \o/
13:45 FloLeBlanc well if austria is not too far away for you you can join me for a cup here :)
13:46 swemark Should only take me 6 hours by car
13:46 swemark make that 10
13:46 swemark stupid water
13:46 FloLeBlanc hehe
13:46 FloLeBlanc well that is well worth a coffee
13:46 swemark and its my bithday tomorrow
13:46 swemark ill remember that offer next time im going through austria
13:47 FloLeBlanc you are welcome to do so :)
13:50 IIndy no, I have no access to the phpmyadmin!
13:51 IIndy floleblanc: how can I do this using mysqladmin?
13:51 IIndy which is the syntax?
13:51 FloLeBlanc use a normal update statement? isn't md5 a mysql native function?
13:52 IIndy which is the table and field?
13:53 FloLeBlanc UPDATE be_users SET password=md5('mypasswordstring') WHERE username='admin' if you want to replace the admin password I guess
14:04 IIndy thnx a lot
14:07 FloLeBlanc you're welcome
14:16 nd____ Is there a way to tell typo3 that it should not only gzip the html it serves but also css, js etc?
14:18 FloLeBlanc does anyone use crawler 2.0.0 ?
14:18 FloLeBlanc the ext info states it is "only the beta testing for 4.0" ?
14:33 FloLeBlanc is 4.2 stable already?
14:35 ries FloLeBlanc: Not 100% stable
14:35 ries I suspect they will a release 4.2.1 within a couple of weeks...
14:35 FloLeBlanc ries: oh ok thank you for the info, then I'll wait with the upgrade
14:35 ries I would try it on a dev site first in your production environment...
14:35 FloLeBlanc I'll have to do something about my crawler.. I have a 600 MB table with it atm *grml*
14:36 FloLeBlanc what do you guys do to "clear out" your crawler log from time to time without deleting everything or selecting the entries by hand?
14:38 ries FloLeBlanc: if you have the space then don't worry
14:38 FloLeBlanc ries: well the whole search is VERY slow, that's my main concern
14:38 ries I think that they are working on a new version...
14:38 ries also for 4.2.x I think
14:39 FloLeBlanc ok then I will prepare myself to upgrade my site :)
14:39 FloLeBlanc thank you
14:45 smeringe extdeveval extension - aint working with 4.2 or is it me..?
14:45 smeringe (I mean the shortcut bar on top)
14:48 ries smeringe: I believe it was solved in SVN....
14:48 ries I don't have a clue why it's not on TER yet
14:48 smeringe k. thnx.
15:01 jsfan pretty busy here :)
15:02 jsfan i'm sure, t3benzo likes that. gives him plenty of chance to learn ;)
15:02 t3benzo i'm sure, likes that. gives him plenty of chance to learn ;)
15:02 FloLeBlanc lol oh no it's t3benzo again
15:02 t3benzo lol oh no it's again
15:02 jsfan but t3benzo still seems rather stupid ;)
15:02 t3benzo stupid water
15:02 jsfan t3benzo has been around for a few hours :)
15:02 t3benzo has been around for a cup here :)
15:03 jsfan oh, that's what you have been doing t3benzo ;)
15:03 t3benzo oh, that's what you have been doing ;)
15:03 FloLeBlanc why do I always have the image of a typo3 clown that throws 0 and 1's in the room when thinking about t3benzo?
15:03 t3benzo why do I always have the space then don't worry
15:03 jsfan FloLeBlanc, don't insult t3benzo. he is an intelligent being with feelings ;)
15:03 t3benzo FloLeBlanc, don't insult . he is an intelligent being with feelings ;)
15:03 FloLeBlanc jsfan: that was no insult, I like clowns if they know their job :)
15:04 jsfan t3benzo, so where do ou get the space from?
15:04 t3benzo so where do ou get the space then don't worry
15:04 jsfan FloLeBlanc, hm, that still doesn't say that you think t3benzo is good at his job ;)
15:04 t3benzo FloLeBlanc, hm, that still doesn't say that you do not need, but you cannot change general structure of backend
15:04 FloLeBlanc I think t3parrot does his job quite well hehe
15:05 jsfan t3benzo is actually making up his own sentences quite abit, don't you think?
15:05 t3benzo is actually making up his own sentences quite abit, don't you think?
15:05 jsfan ok, t3benzo, now you proved me wrong ;)
15:05 t3benzo ok, , now you proved me wrong ;)
15:06 jsfan and he even knows that whatever you might not need, you cannot change the structure of the backend ;)
15:07 jsfan it's still time to go to bed, t3benzo :(
15:07 t3benzo it's still time to time without deleting everything or selecting the entries by hand?
15:07 jsfan no, t3benzo, that's not exactly what i said... :(
15:07 t3benzo no, , that's not exactly what i said... :(
15:07 jsfan t3benzo, what did you say?
15:07 t3benzo what did you say?
15:08 jsfan i give up ;)
15:09 jsfan at least he does what he's told ;)
16:01 Phlogi_ hr_kde_vfs is so freaking awesome! :D
16:08 ries Phlogi_: is that something like fuse?
16:09 Phlogi_ ries: nope much better :)
16:09 Phlogi_ ries: it allows you to edit template records (!!!) via kio ;)
16:09 Phlogi_ so you open file in kate with url: typo3://(obscured mail address)/
16:09 ries Ahh nice
16:09 Phlogi_ if you save from your editor you don't even have to clear the cache!
16:09 ries works in any browser?
16:10 Phlogi_ kate + this ext + syntax highlighting kicks ass!!!!
16:10 Phlogi_ ries: does not work in browser my friend... do you use kde?
16:10 ries OSX
16:10 ries I don't use Linux on the desktop if that's what you are saying
16:11 Phlogi_ oh ok... hmm then its not that interesting for you
16:11 Phlogi_ you need kde for this
16:11 Phlogi_ :p
16:11 dokma I use KDE
16:11 dokma and fuse
16:11 dokma and sshfs
16:11 dokma it was pretty good so far
16:11 Phlogi_ dokma: thats what I did sometimes.. but I find it annoying :)
16:11 Phlogi_ dokma: you can't edit TS with that
16:12 Phlogi_ dokma: hi btw....
16:12 dokma hi :)
16:12 dokma true
16:12 dokma what were you talking about anyway ?
16:12 Phlogi_ dokma: A month ago or so I set up my php dev environment with phpdebug and eclipse... do you remember us talking about that a year ago? :D
16:12 Phlogi_ dokma: hr_kde_vfs
16:12 dokma sure do
16:12 Phlogi_ dokma: its awesome, I can recommend it
16:13 Phlogi_ lets you directly edit template records!
16:14 dokma cache?
16:15 dokma does this work only for kde apps or can I use it with eclipse ?
16:15 dokma and how does your debugging environ work out for you Phlogi_ ?
16:16 dokma I started learning class.tslib_content.php
16:16 dokma and it was awesome to run through that in a debugger
16:18 Phlogi_ dokma: you don't even have to clear it :D
16:18 Phlogi_ dokma: debug sucks... strange enough nothing actually worked on that page and eclipse sucked :D so I gave up
16:19 dokma I noticed symlinks were messing it up
16:19 Phlogi_ dokma: I guess this only works for kde apps... or apps that support KIO
16:19 Phlogi_ hehe
16:19 dokma I see
16:19 dokma I'm deep on eclipse though
16:19 dokma my debugging environ works really neat for me
16:22 ries dokma: I love eclipse aswell... accept for quick edits I use smulltron.... appart from that all my work is done in Eclipse
16:22 dokma hmmm... such a shame you could not get xdebug rolling
16:22 dokma I used dbg before but found xdebug to be much more stable
16:26 Phlogi_ using eclipse on a fuse sftp mount was too slow here... I even got memory erros
16:26 Phlogi_ what do you use inside eclipse?
16:26 Phlogi_ dokma: was using xdebug on server too
16:26 mac3 aptana studio is pretty nice, its based on eclipse
16:27 dokma all I use is PDT
16:27 dokma works pretty much ok with sshfs
16:28 dokma using all of the above right now
16:28 dokma I'm in a debugging session
16:28 dokma debugging my own extension
16:31 nublaii http://phpfi.com/316314
16:31 nublaii I have that code to list the number of published content elements on a page
16:32 Phlogi_ dokma: what extension?
16:32 nublaii my problem is that if the number is '0' it returns the pagetitle
16:32 dokma siteclone
16:32 Phlogi_ dokma: ah ok
16:43 nublaii how can you generate a timestamp in ts? I need to check the 'endtime'
16:43 nublaii to see if the content I'm getting is published or not
17:44 ommya hello all
17:45 ommya anybody knows how to change css for commerce product extention
18:58 pond in the back end I have an upload field that is limited to certian filename extensions: FLV, SWF, RTMP & MP3... I chaged the extension and cannot figure out what I need to do to allow more extensions... I changed the S stup and the
18:58 pond TS setup and reloaded the static template...
18:58 pond even overrode it in the general TS...
18:59 pond it seems like there is some thing cached somewhere... and I cannot figure out where...
18:59 Phlogi_ text.data = page : title <- can I get the rootline here somehow... what I want is a graphical rootline
19:00 pond you wan the whole rootline in the text.data?
19:09 xsebi oh nice , i installed bjs_ts2viewer , and it killed my t3 so hard that i even cannot use the install tool anymore
19:09 Phlogi_ xsebi: whats the error?
19:09 Phlogi_ delete the temp files in typo3conf
19:09 xsebi it says fatal error , extension key "div" not loaded
19:10 xsebi t3lib_extMgm::extPath
19:11 xsebi i did
19:11 xsebi but dont help
19:16 xsebi think i gonna cut it out manualy
19:48 Phlogi_ xsebi: of course....
19:48 Phlogi_ does it work?
19:49 xsebi it kinda worked agagin but had still killed a litl of the t3 frame
19:49 Phlogi_ void: ries, do you know if its possible to reverse a special = rootline menu?
19:49 xsebi well
19:49 xsebi i install 4.2 now , exported the tree
19:49 xsebi : )
19:49 xsebi so it was time for an update anyway
19:50 xsebi but as i can say, such a dangerous extension shouldnt be in the repository
19:50 xsebi i never saw a so complete overtaken t3 just by one ext
19:51 xsebi probably a teamspeak viewer extension
19:51 Phlogi_ xsebi: it was your fault! div extension is great
19:51 ries Phlogi_: using CSS :D
19:51 xsebi if i had it installed before the other , it would have owrked
19:51 Phlogi_ ries: jap maybe... or just forget it :D
19:51 ries Phlogi_: float right might do the trick
20:26 mac3 is there a t3lib function to automatically login a user?
20:51 jemh can sombody help me whit the 123 instalation... it can't fint my db
20:54 jemh is there any way to manualy give give thise informations
20:56 Panagiotis Hello guys. I am not a typo3 extension developer but I would like to use an existing hook. Where can I find a tutorial for newbies?
20:59 Panagiotis hello!
20:59 xsebi whats the problem with login expiration in ver 4.2 ? i often get the message i have to relogin when i want to save things
21:00 xsebi it apperas in a new window but its equal if i log out or in , alaways comes back
21:01 jemh it seams that we all have problems, but now one to help... later
21:09 xsebi oh i see , its a browser related problem
21:10 xsebi on IE it works
21:50 nd____ xsebi: get that too sometimes
21:51 stwsim any localization pros around?
21:52 nd____ xsebi: Don't have a solution (or a reason) though... 'd be interested if you find out more
21:52 Phlogi_ grr there is this css file in my header <script type="text/javascript" src="typo3conf/ext/comments/res/pi1.js" ></script>, but I can't find out where it comes from :S
21:53 Phlogi_ sorry I mean: <link rel="stylesheet" href="typo3conf/ext/comments/res/pi1.css" />
21:54 stwsim I've got a mysql table with utf8 collation, containing records like Algérie, yet in list view in the t3 backend I have Alg?rie, which an extension spitting out onto my page. Regular content elements though show the accents fine.
21:56 nd____ Phlogi_: From the `comments` extension ;)
21:56 Phlogi_ yes but where, I found it out, its in the template!!! :D
21:58 Uschi hey friends, can you please help me with a localisation / user / usability problem
21:58 Uschi i am sure that i can somehow restrict a user to certain languages, but i cannot find out where how and so on
21:59 stwsim "Limit to languages:" in the user and/or group objects
22:00 Uschi aah, found it
22:00 stwsim ... be users anyway
22:00 Uschi sure
22:00 Uschi do you know whether i can somehow set this value via TSConfig?
22:01 stwsim very likely, though I don't know how
22:01 Denyerec Hey Uschi
22:02 Uschi hey Denyerec :-)
22:02 Denyerec How is life? Seems to have been a while since I saw you talking in here :)
22:03 Uschi hmm, no not really that long a time
22:03 Uschi was around last week
22:03 Uschi but over the weekend i was at T3DD08
22:04 pond where is the file type restriction for a backend upload form field cached? I changed the TS, the static template... and still get the "old" values... ?
22:05 Uschi Denyerec do you know whether i can set 'limit to languages' via TS?
22:05 Denyerec I do not, sadly
22:05 Denyerec I still haven't got inbolved with localisation
22:06 pond extension: rgmediaimages -> backend form field "internal videos" restricted to "FLV SWF RTMP MP3" -- I need to expand this to "FLV,SWF,RTMP,MP3,WMV,RGG,MP4,M4A,MOV,MP4V,3GP,3G2"... but the old list is cached SOMEWHERE.... where?
22:08 nature hi
22:08 nature so... i'm trying to figure out the form of a query string variable to use in a conditional - tx_ttnews[tt_news]=11
22:10 nature is that like a hash or something?
22:11 nature [globalVar = GP:tx_ttnews:tt_news = 11] is what i thought might work
22:12 stwsim something like should work. what's url on the page
22:12 nature though i have no idea what i thought that
22:13 nature /index.php?tx_ttnews[tt_news]=11
22:13 nature i need to keep passing that value along to other pages
22:13 nature so i tried
22:13 nature config.linkVars = tx_ttnews:tt_news
22:13 nature but i got no love
22:17 stwsim How about: [globalVar = GP:tx_ttnews[tt_news]=11]
22:21 nature tried that
22:28 stwsim what are you trying to do?
22:29 nature well... i'm trying to pass that variable to each page so that i can do a conditional test on it
22:31 nature so if i leave the tt news article (with ID 11) and go to a non news page I know what news article I was last viewing
22:31 nature and then perform magic via additional TScripting
22:33 stwsim oh, I see. that would be different then ... not sure how you'd do that
22:59 nature looks like it might be a |
22:59 nature pipe
23:06 nature bleh
23:06 nature nope
23:24 pmk65 [globalVar = GP:tx_ttnews|tt_news = 11]
23:26 pmk65 In TS you can get the value like this: 10.data = GP:tx_ttnews|tt_news
23:32 nature yeah... i figured out how to test it
23:32 nature thanks for the tip on getting it
23:32 nature now i just need to keep passing it
23:33 nature config.linkVars = tx_ttnews|tt_news
23:33 nature doesn't do the trick
23:36 nature hmmm... i might need to rewrite it into another anyway
23:42 Phlogi_ how can I link the first entry in this rootline regardless if has a subpage? http://rafb.net/p/R8Hiwq69.html

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.