Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Thursday 6 May 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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:14 proserion So I have found a solution, that caused another bug, but works fine anyway. Does anyone have experience with dropdown_sitemap?
00:45 proserion Does anyone have experience with dropdown_sitemap?
01:00 proserion Does anyone have experience with dropdown_sitemap?
01:05 ironm I don't have one proserion :-)
01:28 ironm Hi guys :) .. what function in php 5.3 can I use to replace "eregi_replace()" in the php 5.2 code? ... thanks a lot in advance for any hints!
01:29 ironm just the https_enforcer code (php 5.2)
07:45 PiMB morning all!
07:57 sorenmalling Morning! :)
07:57 PiMB hi
08:09 ndee_ gooooooooood morning :D what's the typo3 way to loop through all POST-Vars?
08:09 PiMB ALL post vars?
08:09 ndee_ PiMB: yes.
08:11 ndee_ maybe I should rename them all to tx_myextension_pi1[varname] so I have them as $this->piVars
08:11 PiMB well depends on which posts you need.
08:11 PiMB if you need only your extension posts then that's the way to do it anyway
08:14 ndee_ PiMB: did that now :)
08:27 iaj hi there.. where's the best place to insert javascript fragments to be applied to all of my sites?
08:28 PiMB what do you mean with all of your sites?
08:31 many Put it in a file, put it in fileadmin and add it to your templates
08:31 many theres no "add it just everywhere" switch
08:34 iaj how would I add it to my templates if its in a file?
08:34 iaj PiMB: well exectuted on all subtrees of a certain node
08:37 iaj is there an easy solution for having 2 different home-pages in the same pagetree... for A/B tests?
08:37 iaj I can only think of duplicating the whole website :/
08:51 iaj can I somehow work with a cookie in order to change the homelink?
08:52 snoy_ms iaj: what's your plan?
08:52 iaj snoy_ms: well we try to make some a/b tests.. so we keep the current home url.. but add a new one too
08:52 iaj and when someone enters the page by that new one
08:52 iaj the home link should be changed
08:53 iaj which is in a TMENU if I remember correctly
08:54 iaj so.. well we want to have 2 different HOME sites at the same time
08:57 snoy_ms iaj: sorry, i didn't get it :(
08:57 aterriblechaos iaj: you can make a small extension which sets a coockie and changes the tmenu according to it .. or you could just add a get var to your tmenu when entering the page by that new one and check that variable in typoscript to add the new home link
08:58 iaj aterriblechaos: that second option sounds easier to accomplish :D hmmm... how would such a getvar expression looklike :(
09:00 snoy_ms iaj: can't you just read the document.referrer with javascript and change the link within the menu ?
09:01 iaj snoy_ms: dunno, no experience in that
09:02 snoy_ms iaj: i don't realy understand what your doing. But if you need the incoming URI, you can read that with plain javascript.
09:03 snoy_ms document.referrer
09:03 iaj snoy_ms: but that would only work on the first switch from the new home to another link.. would'nt it?
09:03 snoy_ms iaj: puhh, good question
09:04 aterriblechaos add your getVar to config.linkVars , check for [globalVar = GP:getVar=1] and change your home link in there, dont forget to add getVar to your menu in an extension template on your new home page (see additionalParams tsref)
09:04 aterriblechaos just from my mind, its a concept not shure about the right spelling
09:05 proserion Hey there, does anyone have experience with dropdown_sitemap, or could refer a good looking sitemap extension?
09:13 Prot0 proserion: what do you want to display in your sitemap? :)
09:14 proserion Have a look at this: http://web2.fairstickers.com/index.php?id=39
09:16 proserion usually the navigation from above is blured and rolls up, if not mouse-overed, with a picture behind it, however, the extension, for some reason I don't know, made it solid. If you click another link from the Navigation, you'll get a picture
09:16 Prot0 so just pages?
09:16 proserion Like it, yeah
09:17 proserion Aeer like that
09:17 Prot0 i see
09:17 Prot0 you are using jquery and prototype on that page
09:18 Prot0 probably conflicting in some way
09:18 Prot0 since your are not using prototype on the other pages where it works
09:18 Prot0 take a look at this: http://docs.jquery.com/Using_jQuery_with_Other_Libraries
09:24 proserion I turned off the effects, unfortunately that means the nice effects are gone, but however, now it works.
09:36 proserion Curious, where do I find the constans editor
09:37 randomresult good mornign
09:37 randomresult someone around?
09:38 PiMB sure
09:38 randomresult hi pimb
09:38 randomresult have u ever worked with copylang?
09:38 iaj Another problem occured - how can I add some stuff to the VERY TOP of my resulting page? e.g. to the top of the source?
09:38 PiMB nope sorry randomresult
09:38 PiMB can't say I have
09:39 randomresult any ideas how to copy an existing translation (L=1 - English) to another lang (L=4 - America) ... pages and content (using templa voila?)
09:42 iaj theres is page.headerData but thats already in the <head> part.. I need the fragment I got to get to the very top of the page.. before <HTML> ...
09:42 iaj anyone happens to know??
09:43 PiMB before html?
09:43 PiMB why is that?
09:44 iaj dunno it says so in the description of googleadwords
09:44 iaj to insert it at the top of the source code of my html file.
09:44 PiMB above the <html>
09:44 PiMB ?
09:44 PiMB strange
09:44 iaj or does it just say so becuase its the easiest to accomplish
09:45 iaj https://adwords.google.ch/analytics/siteopt/ab_sample?experiment=EAAAAFhPrUnAROGWmnXRgSuQPe4&account=10114504&user=AN_xLxeZdWpjdk1cqP2iRGA78knk2A3VhA&portal=1
09:45 PiMB this usually fucks up the view in browsers
09:45 iaj thats the resulting page for them
09:45 PiMB alright
09:45 PiMB guess so
09:45 iaj what are you guessing :)?
09:46 PiMB that's what google says
09:46 PiMB so guess it's right
09:47 iaj yeah but you got a solution how I could get this to work?
09:47 iaj Im only using the body tag from my html template at the moment
09:47 iaj so I can change headerstuff easily by ext. templates
09:52 PiMB I don't think TYPO3 allows you to add stuff before the <html> tag.
09:53 PiMB or you should disable the header function all together and get the html/body tags by hand
09:57 randomresult PiMB: any ideas how to copy a language to another?
09:57 PiMB no
09:57 PiMB manually localize
09:57 PiMB ..
09:58 PiMB not sure if it can be automated
09:58 randomresult thats the prob... my default is german but i want to copy the english part to another
10:00 aterriblechaos i did that once randomresult, had to change the xml with a php script and change the database entries
10:00 randomresult damn...
10:01 randomresult i think of doing it manually... but how can i change the source from default (0) to english (1)
10:01 randomresult doing it manually is ok... only like 50 pages...
10:07 randomresult i found fl_langtranslate but i dont know how to configure ...
10:07 randomresult ill google :)
10:11 randomresult nothing....
10:11 randomresult hrmpf
10:13 sorenmalling anyone here used a Tx_Extbaes_Persistence_ObjectStorage object?
10:16 Prot0 randomresult: i dont think you need to configure much :-)
10:16 Prot0 probably just clear config cache
10:16 randomresult but... i have to tell it which to use instead of the origina
10:17 randomresult l
10:19 Phlunk3 hey guys, I want to change the be settings of a column from another plugin to be a RTE. Anyone can point me in the right direction?
10:20 Prot0 i think this just translates/copies an item
10:42 Prot0 which is actually something i need heh
10:58 Phlunk3 anyone knows how to change the sorting field for tt_news so he uses the archive date instead of the timestamp?
10:58 Phlunk3 sorry it was in flexform
11:06 Phlunk3 another tt_news question, instead of displaying the timestamp field I would like to display the archive field on some list elements. Is this a typoscript setting somewhere?
11:07 influenjaa what's the string for form select? it aint "Pick one | pick = select, value1, value2, value3"
11:09 randomresult anyone has a short trick how to remove the [translate to] in translated elements? before i start to copie them allß
11:09 randomresult ?
11:14 Tobias_B hello, can somebody help me with the extension rgsmoothgallery, the images don't have a "alt" tag... and i got many html errors because of that... you can check it out at: http://lukasmayer.ch/index.php?id=75
11:15 influenjaa Ok, got my answer, its "Pick one | pick = select | Value 1, Value 2, Value 3"
11:34 ndee is there a way to read out all session vars that are currently saved with globals->setkey, etc.?
11:40 typotypo Hello, if I have to move some pages in typo 4.3.3 in the pagetree, is there a fast way to do this. i.e. to mark 10 pages and move all at once? or is there some ajax magic possible to prevent the pagetree from rebuilding/reloading after each page is moved?
11:59 unmatrix hm.... in typo3 4.3.x some hooks in 't3lib/class.t3lib_userauth.php' are gone - wth?
12:04 unmatrix sorry, in 4.4.x
12:07 ewevaw typotypo: use clipboard in List?
12:15 typotypo ah, yes the clipboard. have already it, but forgotten.
12:16 unmatrix oh - i'm confused - the hook i needed comes from my own patch ;) - i forgot to patch the source
12:16 unmatrix I would like to know who I have to kill to get my patch commited....
12:30 unmatrix (open since a half year)
12:40 sorenmalling unmatrix: Send it to the core list
12:46 unmatrix okay, thanks
12:46 sorenmalling http://typo3.org/teams/core/core-mailinglist-rules/
12:51 unmatrix ;) already found it, thx
12:55 bitcrusher hey guys
13:00 proserion Is it possible to sort the pages in a tree alphabetically?
13:02 PiMB proserion, by hand
13:04 proserion Nope, found it. Under functions >sort works perfect
13:04 proserion google is my friend
13:04 PiMB :)
13:26 Phlunk3 content type filelist (list of files for download) where can I change the appearance of this? someone knows the typoscript?
13:30 randomresult Phlunk3: what do u want to change?
13:31 Phlunk3 "filelinks"
13:31 Phlunk3 I want to change the output
13:31 Phlunk3 so no more count and other styling wraps
13:32 randomresult i search the ts as well
13:32 randomresult i only learned how to add more icons
13:33 Phlunk3 where is the ts located?
13:33 randomresult and change the pictures
13:33 randomresult i didnt find the ts
13:33 randomresult at all
13:33 randomresult ::)
13:33 Phlunk3 ahh ok lol
13:33 randomresult but there is an extension (css-styled-filelinks )
13:38 Phlunk3 ok using that extension now thx
14:20 Underpointer Hi, is there any posibilty to change the size of the Link-wizard in the RTE
14:21 Underpointer The tree is growing bigger and it would be nice to open this window in fullscreen, or at least larger than it is in default.
14:35 ndee I have following problem: I save all my piVars with setKey("ses"... . The thing is, once a session variable is set, it can never get unset again. any input on how I can do that?
14:36 Underpointer so far i know you can set the variable again with an empty array
14:38 ndee Underpointer: I know how to unset a variable. The problem is, when I set piVar[foo] in my form, ses[foo] gets set. When I unselect the piVar[foo] again, ses[foo] is still set, since piVar[foo] didn't get transmitted.
14:40 Underpointer is the session for later use? or do you read the session if the piVars are empty?
14:40 ndee yes, I need the session data for the last step in my form.
14:41 ndee at the moment, I have 5 steps and I can jump from one step to another.
14:42 Underpointer we managed this problem lately by setting all piVars as hidden vars before the form, so every piVar is there at the end of the form
14:42 Underpointer but you can't go anywhere else and come back, and fields are still filled out
14:43 ndee It would be easy if I could loop through all session-data fields but it looks like that doesn't work.
14:44 Underpointer you can put the complete piVars array in one session variable, so you can go throw every part of the piVars
14:45 ndee Underpointer: good idea, might gonna do that :)
14:45 Underpointer good luck
14:45 Underpointer Hi, is there any posibilty to change the size of the Link-wizard in the RTE,
14:45 Underpointer The tree is growing bigger and it would be nice to open this window in fullscreen, or at least larger than it is in default.
15:06 Phlunk3 tx_damfrontend <-- anyone knows if I can disable the pagination via typoscript ?
15:10 ndee hhmmm, very tricky that whole thing.
15:19 ironm Hi SargoDarya
15:19 SargoDarya hi ironm
15:23 SargoDarya ironm: next event I'm attending is the galileo waterslide world record attempt in munich :P
15:23 SargoDarya Qualiying is 15000 stairs in 5 hours
15:27 ironm Hi guys :) - I am looking for a working example of apache2-ssl.conf for typo3 4.3.3 - I have checked googlem altavista etc but got a tons of garbage :-/ - could somebody help with an example? - thank you in advance for any hints :-) - my working apache.conf is: http://paste.debian.net/72293/ ... and a test apache-ssl.conf is: http://paste.debian.net/72294/
15:28 ironm what is that SargoDarya ? .. do you have a link?
15:28 SargoDarya ironm: german link: http://www.wettrutschen.de/welcome.html
15:28 ironm background: typo3 4.3.3 / php 5.3 / https_enforcer with some modificatian due to the php 5.2 -> 5.3 issues
15:52 TheEternalAbyss can someone tell me why my page won't update even though I've cleared the freakin cache like 20 times
15:53 ironm TheEternalAbyss: 1. you have to clear all caches
15:54 ironm TheEternalAbyss: 2. sometimes you have to reload the browser ...
15:55 TheEternalAbyss yes I've cleared all chaches
15:55 TheEternalAbyss I've cleared browser history
15:55 TheEternalAbyss I've logged in and out of typo3
15:55 influenjaa I created a regular user with web > Site, View, Info BUT why i cant see the site tree? Its empty
15:58 TheEternalAbyss it won't freakin update
15:59 TheEternalAbyss quit and opened browser
15:59 influenjaa what version are you using_
15:59 influenjaa ?
16:00 TheEternalAbyss 4.2.10
16:00 FloLeBlanc hi all
16:00 TheEternalAbyss i hate this thing
16:00 influenjaa i know that in 4.1.13 has function "Clear all cache"
16:01 ironm well TheEternalAbyss .. I use typo3 4.3.3 ... and iceweasel as browser (linux)
16:02 TheEternalAbyss so?
16:02 influenjaa TheEternalAbyss: top right corner
16:02 TheEternalAbyss omg
16:02 influenjaa there's a lightning bold icon and it does cache cleaning
16:02 TheEternalAbyss are you serious?
16:03 TheEternalAbyss you mean the icon I've been clcking ont his whole time?
16:03 TheEternalAbyss that I've clicked and cleared already 20+ times?
16:03 TheEternalAbyss get out of town
16:05 FloLeBlanc someone who knows a bit about indexed_search and crawler?
16:08 SargoDarya FloLeBlanc: here
16:09 SargoDarya influenjaa the user or the group he belongs to needs a mount point for the site tree
16:10 SargoDarya FloLeBlanc: what's your problem?
16:10 ironm .
16:15 influenjaa SargoDarya: Create new user - adding username, passowrd, right modules, Adding DB Mounts: the first item... but it aint showing up
16:17 SargoDarya Gimme a sec
16:17 FloLeBlanc SargoDarya: the crawler indexes the same pages over and over again, and I get a million hits on a search
16:18 SargoDarya FloLeBlanc: I think caching is not really enabled so it generates a different chash everytime and indexes the site again.
16:19 FloLeBlanc SargoDarya: so what do you do to prevent this? the tables get bigger and bigger and bigger :)
16:19 SargoDarya Maybe you have a plugin enabled which disables caching of the pages
16:20 FloLeBlanc hmm will check that thx
16:20 SargoDarya Be sure to exclude certain sites from the search
16:20 SargoDarya like the searchresult page itself
16:28 FloLeBlanc search page is excluded from the search hmm
16:43 Phlunk3 <Underpointer> we managed this problem lately by setting all piVars as hidden vars before the form, so every piVar is there at the end of the form -- did that with last project also :P lazy
16:54 FloLeBlanc sargo: any other suggestions perhaps?
17:08 FloLeBlanc ah ok.. the news pages are listed with nocache=1 hmm
17:57 SargoDarya FloLeBlanc: No other suggestions. Only thing I know which is going to fill your indexing table
17:57 SargoDarya I'm heading home right now but I'm back in about an hour. If you have questions feel free to mail me at (obscured mail address)
17:57 SargoDarya have fun
18:02 FloLeBlanc thank you
18:19 BlueWing I have the folowing TS:
18:19 BlueWing marks.check_availability_link = TEXT
18:19 BlueWing marks.check_availability_link.typolink.parameter = {$checkAvailability}
18:19 BlueWing marks.check_availability_link.typolink.returnLast = url
18:19 BlueWing and this template fragment:
18:19 BlueWing ###check_availability_link###
18:19 BlueWing <form method="post" action="###check_availability_link###">
18:20 BlueWing on the first instance of ###check_availability_link### I get index.php?id=48 what is exactly what I want
18:20 BlueWing but then it gets action="fileadmin/template/main/index.php?id=48"
18:21 BlueWing why does it add the fileadmin/template/main/ part? how can I prevent this?
18:36 FloLeBlanc please use t3paste.org for pasting code
18:40 BlueWing sorry for that
20:55 jjulian hi can somebody help me on a menu with user func? i do have a menu gotten from page tree. and the submenu is from an api from somewhere else. So i need the way how to implement HMENU/TMENU with a submenu taken from userFunc
20:57 PiMB hi all
20:57 jjulian hi
20:57 PiMB i've got a small issue
20:57 jjulian can you help me on two questions i got?
20:57 jjulian me too :D
20:57 PiMB got the variable $GLOBALS['TSFE']->id;
20:58 PiMB which is 46, no matter what page I'm on
20:58 PiMB shoot jjulian
20:58 PiMB what's your problem? :)
20:59 jjulian ive a menu which is taken from page tree. This has no submenus. BUT i want that it has submenus gotten from a userfunc. So first: how can i SET to a page a TSCONFIG which i can read while creating submenu. second is this right:
21:00 jjulian http://nopaste.info/64220a6850.html
21:03 PiMB sorry mate
21:04 PiMB i;ve seen the nopaste
21:04 PiMB looks good
21:04 PiMB what's the problem?
21:11 jjulian the function doesnt gets called
21:17 Denyerec Are the image links on this broken: http://typo3.org/news-single-view/?tx_newsimporter_pi1%5BshowItem%5D=0&tx_newsimporter_pi1%5Bfeed%5D=10&cHash=c5554a06e2#single
21:17 Denyerec ?
21:18 BlueWing I want to call a userFunc from within my extension but it doesn't get called
21:18 BlueWing marks.availability_form.userfunc = tx_chrsites_pi1->availabilityForm
21:19 BlueWing all the examples I found place it in a separate file under fileadmin/scripts
21:19 BlueWing is there no way to use a function from within an extension?
21:20 BlueWing I eveen made the function static, but no luck
21:20 fuchur hi
22:21 Denyerek hey fuchur
23:55 Thasmo Good evening! Anyone still awake? I wanted to ask if TYPO3 4.4.0 Beta2 provides already upgrade steps from 4.3?

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.