Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 13 April 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 4 5 8 9 10 11 12 13 14 15 16 17 18 19 22 23 24 25 26 27 28 29 30
02:02 lolli did somebody realize how much work stan stuffed into rte for 4.4? that is really amazing!
09:33 akdemik good morning all, does anyone know a solution, how to get commerce with realurl with translated categorys to work?
09:33 akdemik right now it is working but fetches only the language of the L=0
09:34 akdemik even if i switch to another language, the category postvar "cat" i´ve written only shows the first language....
10:07 jjulian hi im having around 2000-3000 pages with subpages up to a sublevel of 3. can standard typo3 handle it? or do i have to use something else? some second table for m to n relations=?!
10:34 HardPhuck damn, cant get rid of wrapper div around images
10:35 HardPhuck rendering.dl.noRowsStdWrap.wrap >
10:35 HardPhuck no success
10:36 zed_devil hi all
10:37 zed_devil can anybody tell me how to set up real url for chinese
10:39 zed_devil it works fine with the russian language > /ru/produkcija/ < and i want the same for chinese
10:40 zed_devil in chinese every link goes to mydomain.de/cn/
11:21 HardPhuck hmm how do i add a class to image that is in text with image CE
11:40 HardPhuck any TS guru here
11:43 PiMB depends :)
11:59 HardPhuck depends on what? :)
12:01 PiMB on what the question is :)
12:01 PiMB if I know it, there is one here.
12:01 PiMB if not..
12:02 HardPhuck http://www.phlogi.net/f/t3/tsp/sp/-204a53a31d/
12:02 HardPhuck note the 1.params.cObject = CASE
12:02 HardPhuck it's not appending class
12:02 HardPhuck although i have done this before with no problems
12:02 HardPhuck not sure why doesn't work here
12:02 HardPhuck brb
12:02 PiMB what does the typoscript object browser has to say about it?
12:04 HardPhuck hmm havent checked it yet
12:06 HardPhuck not showing anything wrong
12:06 HardPhuck brb need to eat :)
12:12 daKmoR hey I want to change the language label of tt_address... but this doesn't work with _LOCAL_LANG? http://pastebin.com/VLp9UaUB
12:12 daKmoR I don't want to change the xml file directly...
12:28 PiMB isn't that because it's BE locallang, and you can't use it then?
12:29 HardPhuck back
12:30 PiMB @ daKmoR, maybe something with TCEFORM.[extension_key].[fieldname].label = [new value]
12:33 HardPhuck people still using gifbuilder lol
12:33 HardPhuck gifbuilder should be forbidden by law or something :)
12:34 HardPhuck gmenu too
12:41 daKmoR @PiMB thx will try that
12:45 daKmoR @PiMB where to include the language key?
12:47 HardPhuck bah, i can't get this to work, i have two nearly identical sites and one works and the other one is not
12:48 HardPhuck and it's a fairly simple thing
12:49 HardPhuck at least i thought so :S
12:50 S_P howdy - I have an odd problem; I dropped the be_users table and restored it straight away from backup (mysql 5, php, LAMP) and since then, if I login, I can edit pages...but if I try to edit the "User Admin" section, it keeps requesting that I login again - witihin a frame too....
12:50 S_P any help or suggestions welcome...
12:51 HardPhuck delete it again
12:51 HardPhuck then go to install tool
12:51 HardPhuck and "compare" then "create admin" just like you did at install
12:53 S_P I would then have to recreate all the user accounts?
12:53 HardPhuck how many do you have in?
12:53 S_P like 30 or so...
12:54 HardPhuck hmm,.. make a backup first
12:54 HardPhuck then do it like i told you to
12:54 S_P and you know that this works...?
12:54 HardPhuck to see if that solves the login question
12:55 HardPhuck i don't
12:55 HardPhuck you said any suggestions welcome :)
12:56 S_P true, thanks for that -- I might just see what else I can try first (it's not that I don't value your suggestions) just that I have a nagging notion that all of a sudden no-one can login and then I'd be ....fraked
12:58 HardPhuck well, that's why i said to make a complete backup of the database
12:58 HardPhuck then you can play as much as you want
12:59 S_P I will try this after hours I think...
12:59 S_P but thanks
12:59 HardPhuck i usually do it like this: make a subdomain like test.domain.com then copy the typo3 install folder and database to another database
13:00 HardPhuck so you have a complete backup and a subdomain to play with
13:00 HardPhuck then you can do whatever you want
13:00 HardPhuck anyways... your call
13:15 maholtz|WORK @jjulian: you will only see 999 pages in the page tree
13:16 maholtz|WORK per level
13:16 maholtz|WORK but via listmodul you can use all of them
13:18 HardPhuck maholtz|WORK: got a min?
13:19 HardPhuck http://www.phlogi.net/f/t3/tsp/sp/classes/
13:19 HardPhuck why would this not work?
13:21 maholtz|WORK cObject - cobject ?
13:22 maholtz|WORK does params have stdWrap?
13:23 HardPhuck cObject is correct
13:23 HardPhuck where do i check if params have stdWrap?
13:26 ksk hi
13:27 ksk is there a built-in update-funcion via backend in typo3?
13:27 ksk found some article on typo3.org. thx
13:30 randomresult hi there
13:31 randomresult someone knows how to redirekt /startseite.html?&L=1 to another server?
13:31 PiMB via htaccess
13:31 randomresult but how... without ?L=1 i can do it...
13:31 ksk there are many "howtos" about it, even in german language
13:33 PiMB use a rewriteCond with query_string
13:34 randomresult i tried.. but when u know nothing about Rewrite ... its damn hard
13:38 PiMB http://www.phlogi.net/f/t3/tsp/sp/-3796b9e394/
13:39 PiMB something like that.
13:40 randomresult i will try
13:41 maholtz|WORK @HardPhuck: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.1/view/1/7/#id2522382
13:42 maholtz|WORK and http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.1/view/1/7/#id2518630
13:42 randomresult damn... it is ?&L=1
13:43 maholtz|WORK afaik tt_content.20.1 is IMAGE (have a look at it via object browser)
13:43 maholtz|WORK params has stdWrap support
13:43 maholtz|WORK so f.e. check params.wrap = |class="does it work"
13:43 maholtz|WORK without the case
13:44 maholtz|WORK check for typos
13:47 HardPhuck hmm
13:50 HardPhuck no the params.wrap does not work
13:50 HardPhuck tt_content.image.20.1.params.wrap = |class="does it work"
13:50 HardPhuck this ... no-go
13:51 randomresult PiMB: could u look at this plz: http://www.phlogi.net/f/t3/tsp/sp/-74f833fefd/
14:01 PiMB randomresult..
14:01 PiMB leave the / before my_startseite
14:01 randomresult PiMB: yeah
14:01 randomresult ill try
14:02 randomresult nope... no result
14:08 maholtz|WORK HardPhuck: well, is tt_content.image.20.1.params right? looks like imgtext not like image ?
14:08 HardPhuck hmmm
14:08 maholtz|WORK perhaps remove .1
14:13 sorenmalling Is there a way to write in to the on-the-fly generated javascript file, like you are able to write to the css file with _CSS_DEFAULT_STYLE?
14:23 randomresult new macbooks online!!!
14:23 randomresult :)
14:23 randomresult sorry offtopic
14:38 HardPhuck ok i give up
14:39 HardPhuck i have two identical sites
14:39 PiMB on what?
14:39 PiMB :)
14:39 PiMB still with the identical sites?
14:39 PiMB :)
14:39 PiMB then something MUST be unidentical
14:39 HardPhuck http://www.phlogi.net/f/t3/tsp/sp/-204a53a31d/
14:39 HardPhuck well the TS is the same
14:40 PiMB dude.
14:40 PiMB shouldn't cobject be cObject
14:40 PiMB ?
14:40 HardPhuck yes, i have that solved, i'm showing and old paste :D
14:41 PiMB :)
14:41 PiMB show me the new one
14:46 HardPhuck http://www.phlogi.net/f/t3/tsp/sp/new4/
14:46 HardPhuck that's strange, if i paste it, it gets converted to lower case O
14:46 PiMB :)
14:46 PiMB annoying.
14:46 PiMB so you are using the uppercase one.
14:47 PiMB on both lines?
14:47 HardPhuck yes
14:50 ironm Hi - I am looking for a tutorial how to set the felogin and feuser_register on every page (typo3 4.3.3 / Ubuntu 10.04 Server). Any description I have found until know incl. typo3.org didn't work - thank you in advance for any hints / links or TS code! :-)
14:50 ironm now
14:50 HardPhuck PiMB i found the problem
14:50 PiMB :)
14:50 PiMB what was it?
14:50 HardPhuck fl_realurl_image extension
14:51 PiMB it does a rewrite?
14:51 HardPhuck yes
14:52 PiMB :)
14:52 PiMB wasn't it visible in the ts object browser?
14:53 HardPhuck no
14:53 HardPhuck i'll send the author an email
14:54 PiMB (Y)
14:55 PiMB but then.. not identical right :)
14:55 ironm !felogin
14:55 HardPhuck true :)
14:55 ironm !feuser_register
15:26 S_P Hey HardPhuck - I figured it out!
15:26 S_P Stupidly I just created a backup table; ie. the data was there, but the table structure wasn't (no primary key, auto-increment)...etc
15:27 S_P so if you run the INSTAL_TOOL
15:27 S_P and then do a database analysis
15:27 S_P it's fixes the structure
15:27 HardPhuck great
15:27 S_P and then you're home and hosed
15:28 S_P but thanks for your idea - which would of worked too I suspect
16:07 maholtz|WORK there is a new flag for extensions, so they cannot be updated... someone knows the syntax/name?
17:05 maholtz|WORK found it: in ext_emconf.php set 'state' => 'excludeFromUpdates'
17:06 Provito maholtz|WORK, cheers for the info
17:11 maholtz|WORK :)
18:38 ries it happens to the best : https://blogs.apache.org/infra/entry/apache_org_04_09_2010
20:16 Geison hello guys
20:18 Geison I'm using the realurl to multidomains, but it dont work... someone know some bug or common problems with this extensions?
20:18 Geison http://paste.phlogi.net/-b819b24459/
21:59 fuchur hi guys ...
22:04 Denyerec hey fuchur

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.