Search the website and IRC logs

#TYPO3 IRC log from : Friday 14 August 2009

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 30 31
00:05 vinicio anybody out there?
01:27 NarodUZ330 hey
01:32 ries vinicio: yes there are...
01:32 ries Hey NarodUZ330
01:33 NarodUZ330 how're you
01:34 vinicio still there?
01:35 ries Yup... still here
01:37 ries NarodUZ330: doing fine thank you... how about you?
02:15 Guest725 I need help, sometimes when I load my site i get this error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4864 bytes) in /Users/<removed>/public_html/t3lib/class.t3lib_htmlmail.php on line 903
02:15 Guest725 but not always, what is causing this and how do I fix it?
02:16 ries Guest725: The fix is to increase memory size for your typo3 installations
02:16 ries you can do this in the install tool
02:16 ries Try setting it to 64MB and please report back if that works
02:22 Guest725 that seems to have fixed it, i changed it and have refreshed several times without an error. Thanks for your help
06:04 PiVars Hi, me again !
06:06 PiVars I'm trying to find a way to disable download links - but not hide them - for non logged users. Ive tried FHT extension but links are disappearing. Is there an extension handling this problem ?
07:40 skurfuerst good morning
08:46 Bluespuke good morning everybody
09:14 pedda hi all
09:19 pedda is it possible to modify the reply to of a mailform from core ?
09:25 jonne Does anyone know how to update changes to the <head> part of the template?
09:26 pedda update changes of head ?
09:26 jonne I changed a <!--[if gt IE 6]> into a <!--[if IE 7]>, but I can't find out how to show that on the frontend
09:26 pedda clear cache
09:26 jonne the site uses templatevoila
09:26 jonne i tried that, didn't work
09:26 pedda ok
09:27 jonne i'm a typo3 n00b, this is a site we inherited
09:27 pedda click Web -> Templavoila -> storage of your DS -> select the TO with the warning sign -> update mapping -> save return
09:28 pedda if you modify a html templatefile which is uses by TemplaVoila you have to do this procedure everytime
09:29 jonne i did the mapping update, but for some reason the stuff that's in the page <head> stays the same
09:29 pedda did you modify the html file ?
09:29 jonne how does the header parts thing work?
09:29 jonne yes
09:30 pedda was there a warning ! sign ?
09:30 jonne yes, but now it's a green check thing, as i updated the mapping
09:31 jonne i tried checking them header parts and doing 'save', but this just added everything into the html again, without any of the conditional comments
09:31 jonne is it possible that the stuff in the <head> is defined in some other place in the site?
09:32 Bluespuke hmmm, how could i get the page uid WITH the current get vars in typoscript?
09:34 jonne the root object of the template object is <body>, does this mean everything outside of <body> is defined in some other place?
09:37 Bluespuke got it... (uniqueLinkVars + addQueryString)
09:45 jonne ok, i compared the template files, and the actual source code of the site, and it's definitely different (there's a print stylesheet in the FE html, while there's no mention of that in any of the template files)
09:45 jonne where else could the <head> be defined in typo3?
09:46 Bluespuke i never used templavoila but the <head> is generated by the core
09:47 Bluespuke you could try to add your script with page.headerData and overwrite the older one (if it is generated from the core)
09:48 jonne umm, how do i find that part?
09:49 Bluespuke root template
09:49 Bluespuke noone knows an extension to "share this page"?
09:50 Bluespuke just a form to mail the page would do it ;-)
09:50 maholtz|WORK morning
09:51 Bluespuke hi maholtz
09:55 pedda moin maholtz|WORK
09:55 pedda jonne pn
10:11 rw-HedDi hi room
10:11 kinea hi
10:15 sorenmalling Bluespuke: http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=tipafriend :)
10:16 Bluespuke sorenmalling: allready found it ;-) ty anyway
10:16 sorenmalling I'm a but slow in the morning,sorry ;)
10:17 Bluespuke no problem :p
10:42 randomresult good morning
11:00 HardPhuck hey
11:07 pedda hey
11:20 foool morning everyone.
11:22 foool I have a template (templavoila) which I made and it shows perfect in Firefox, but not in IE Explorer. It is centered properly in firefox but in IE it is at the left of the screen. I have tried everything to fix it. Anyone any ideas?
11:35 _pedda_ not with this information :)
11:35 _pedda_ a link to the website would be quite usefult
11:35 _pedda_ -t
11:35 _pedda_ this is a css issue btw.. you could ask in #css for that
11:36 _pedda_ @foool
11:36 foool did my boss email?
11:36 _pedda_ hmm dunno..
11:36 _pedda_ didn't check my emails for this
11:36 _pedda_ i think he didn't
11:36 _pedda_ :)
11:36 foool did U setup a donate button
11:37 _pedda_ no.. i was too stupid for this
11:37 _pedda_ but i will after my holiday
11:37 _pedda_ ;)
11:37 foool good
11:37 _pedda_ show us a link to your problem
11:37 foool ixnl.com/main
11:38 _pedda_ you need text-align: center for your body
11:38 _pedda_ in css
11:39 _pedda_ and align it to the left for the other containers
11:39 _pedda_ header wrapper and footer
11:39 _pedda_ oh footer is centered too..
11:44 zed_devil hi guys, i have a problem with a lang selct menu it's a gmenu with ACT the language change works fine. i work with content fallback for the GB language and if the page ist not translatet the ACT status of my menu doesnt work. any ideas
11:47 zed_devil lib.langMenu2 = HMENU
11:47 zed_devil lib.langMenu2.special = language
11:47 zed_devil lib.langMenu2.special.value = 0,1
11:47 zed_devil lib.langMenu2.altText = TEST
11:48 zed_devil lib.langMenu2.1 = GMENU
11:48 zed_devil lib.langMenu2.1.NO {
11:48 sorenmalling zed_devil: STOP
11:48 zed_devil ATagTitle = german || english
11:48 zed_devil XY = [5.w]+2, [5.h]+2
11:48 zed_devil #backColor = #EC7620
11:48 zed_devil backColor = #F1F1F1
11:48 zed_devil 5 = IMAGE
11:48 zed_devil 5.file = fileadmin/templates/img/de_no.gif || fileadmin/templates/img/gb_no.gif
11:48 zed_devil 5.offset = 2,2
11:48 zed_devil }
11:48 sorenmalling zed_devil: Use http://paste.phlogi.net/ !
11:48 zed_devil lib.langMenu2.1.ACT < lib.langMenu2.1.NO
11:48 zed_devil lib.langMenu2.1.ACT=1
11:48 zed_devil lib.langMenu2.1.ACT.backColor = #F1F1F1
11:48 zed_devil lib.langMenu2.1.ACT.5.file = fileadmin/templates/img/de.gif || fileadmin/templates/img/gb.gif
11:48 zed_devil ok sorry
11:49 _pedda_ use pastie .org ;)@Phlogi_
11:49 foool Hi _pedda I remapped it and view is different now. It was in the <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
11:49 foool "">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
11:49 foool <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="en">
11:49 foool just the menu now
11:50 _pedda_ pn
11:51 foool _pedda nope i was wrong
11:52 _pedda_ foool: i querried you
12:30 Bluespuke lunch time
12:30 sorenmalling Yeah ;D
13:18 coolguy hello there. can someone tell me an url where the tlo 'lib' is good explained? the only source i found was: http://documentation.typo3.org/documentation/tsref/tlo-objects/
13:18 coolguy and theres no more info about it (just a sentence)
13:46 _pedda_ coolguy: but this is all you have to know about libs
13:47 _pedda_ temp = lib but temp is not cached because it only exists during parsetime
13:47 _pedda_ lib remains existent after parsetime
13:47 _pedda_ what's your problem with lib ?
13:47 coolguy but where can i find some infos about how to use lib.stdheader etc.
13:48 coolguy i mean somewhere there must be a list with all properties or methods and so on
13:48 coolguy or not?
13:48 _pedda_ or not is correct
13:49 _pedda_ lib.yourownnamehere = COA
13:49 _pedda_ you define the name'S
13:49 _pedda_ lib.stdheader comes from tt_content extension
13:49 coolguy and how shouldand parseFunc ?
13:49 coolguy sorry
13:49 coolguy i meant: and parseFunc ?
13:51 _pedda_ if you are trying to modify it you should take a look into the file : typo3/sysext/css_styled_content/static/setup.txt
13:51 _pedda_ there you can see how lib.stdheader is defined
13:52 coolguy ok i will have a look ...
13:53 coolguy thanks for this
13:53 _pedda_ np
13:55 _pedda_ you can use the typoscript object browser (web -> template -> selectbox at the top) to analyze where your typoscript objects are defined
13:55 Phlogi _pedda_: :p
13:55 _pedda_ and use the template analyzer then to find the proper lines in your ts
13:55 _pedda_ ;)
13:55 _pedda_ http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view <- TSref
13:55 _pedda_ erm take this for 4.2 : http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view
13:56 _pedda_ you can find parseFunc there
14:02 Solembum arf i hate this connection
14:03 Solembum i lost the internet connection and now i'm logged as Solembum and i also still online as Bluespuke ...
14:03 pedda_in_vacatio just wait a few minutes
14:03 pedda_in_vacatio bluespuke will part asap
14:03 pedda_in_vacatio ;)
14:03 pedda_in_vacatio there you go
14:05 pedda_in_vacatio Solembum ?
14:06 Solembum aahh :p
14:18 ries Denyerec: Happen to be here?
14:24 HardPhuck could someone explain to me where would i want singletons used in typo3 extension?
14:24 pedda_in_vacatio singletons ?
14:25 pedda_in_vacatio what are singletons ?
14:26 Denyerec hey ries
14:26 Denyerec to answer your impending enquiry - no, I'm working on it today
14:26 ries :)
14:28 pedda_in_vacatio what are you working on ?
14:32 HardPhuck pedda_in_vacatio: instances that don't stick around :D
14:32 pedda_in_vacatio aha
14:34 HardPhuck Singletons are instantiated only once per HTTP request regardless of the number of calls to the t3lib_div::makeInstance()
14:34 HardPhuck To use singleton pattern class must implement t3lib_Singleton
14:34 HardPhuck not oftenly used
14:34 HardPhuck that's why i'm asking for an example
14:34 HardPhuck but i guess noone knows :D
14:46 coolguy hello is there an setup.txt file for the rte editor also?
14:47 pedda_in_vacatio a default htmlarea-config ?
14:47 pedda_in_vacatio check the wiki.typo3.org
14:47 pedda_in_vacatio or the rtehtmlarea directory on your server (beside css_styled_content)
14:48 pedda_in_vacatio perheps there are some config examples
14:48 pedda_in_vacatio *perhaps
14:57 pmk65 coolguy: setup.txt are for FE plugins (containing Typoscript setup) For BE stuff like the RTE, you configure it using TSConfig, not Typoscript.
15:01 cdngfrog How to remove the XML declaration at the beginning of the output? IE6 switches to QuirksMode if the declaration is at the beginning.
15:01 HardPhuck xmlprologue = none
15:01 HardPhuck config.xmlprologue = none
15:01 cdngfrog thanks a lot
15:02 HardPhuck np
15:03 HardPhuck pedda
15:03 HardPhuck http://www.talkphp.com/advanced-php-programming/1304-how-use-singleton-design-pattern.html
15:03 HardPhuck if you want to read more on singletons :)
15:04 pmk65 cdngfrog: Or do it like this. http://www.phlogi.net/f/t3/tsp/sp/-5882adc4c3/
15:05 pmk65 This swaps the xml prologue on crappy browsers like IE5.5 & IE6 (IE7 & IE8 is crap too, but they at least can read the page when it's in the correct format)
15:05 cdngfrog pmk65: Wow thanks - TS always surprises me
15:05 maholtz|WORK is there a flag which shows me if an script gets rendered in frontend or backend?
15:07 pmk65 maholtz|WORK: theres a value you can test. (We use someting like that in TinyMCE RTE, to detect if its run from BE or FE. Try looking at that ext.)
15:09 maholtz|WORK do you know the exact key? tinymce_rte is correct? there are some more....
15:09 pmk65 if (TYPO3_MODE == 'BE')
15:09 pmk65 its a constant
15:09 maholtz|WORK great thanks
15:10 pmk65 tinymce_rte is the correct key.
15:10 pmk65 for FE, the value is FE :)
15:11 maholtz|WORK hehe
15:12 pedda_in_vacatio hmm i don't get it.. why is the flag for fe = FE ?
15:12 pedda_in_vacatio and why is it be for the BE ?
15:12 pedda_in_vacatio hmm
15:12 pedda_in_vacatio ö_Ö
15:16 wizkoder hy everybody
15:17 wizkoder I am trying to get magento to work with typo3. The manual says I need a folder for the fe_users. Do I need an extension to handle the fe_users?
15:25 Phlogi wizkoder: latest magento does not work with typo3
15:25 Phlogi wizkoder: no, no extension needed
15:25 wizkoder I try to do it with typogento
15:26 wizkoder installed the extension for magento which seems to work
15:27 wizkoder so far :-)
15:27 Phlogi http://www.typogento.com/bugtracker/view.php?id=28
15:29 wizkoder thanks for the hint. so I downgrade first before continuing
15:51 nLudwig hello, i have some problems with tt_products. I need help. Ich have found a tutorial from 2006. i think the version are to old. my main problem is to insert products in my sys-folder. is someone here to help me? :-)
15:59 maholtz|WORK @nLudwig: what is the problem with inserting a product in your sys-folder?
16:03 nLudwig yes
16:04 nLudwig i have no options to insert products
16:04 nLudwig i use the newest version von typo3 and tt_prodcuts [and the others recommend extensions]
16:04 nLudwig oh i forgott: @maholtz
16:08 maholtz|WORK go to list-moduls, insert new record?
16:09 nLudwig i check this out
16:10 nLudwig hmm yeah is the right way, but now: <strong>ERROR:</strong> No class named: tx_double6|
16:10 nLudwig :P
16:18 MarwolTuk hey, out there!
16:18 MarwolTuk is it possible to change the standard typo-generated error-pages?
16:20 HardPhuck nope
16:20 HardPhuck not without modifying the source
16:21 HardPhuck althought you can displaying them with proper 404 handling
16:21 HardPhuck avoid displaying them
16:23 MarwolTuk so changeing headers of them is possible? - i need to forwoard them to the main page :-P - the marketing wants it that way :-P
16:24 HardPhuck no, not directly
16:25 HardPhuck as i said, try displaying main page as 404
16:29 HardPhuck you might wanna try mailing lists for a better solution this is the only one i can come up with
16:35 MarwolTuk you talk about this: http://typo3.org/development/articles/improved-404-handling/page/2/ right? ;-)
16:36 HardPhuck yes
16:36 MarwolTuk kk, i'll give it a try..
17:05 MarwolTuk thanx HardPhuck, i think i can live with that solution :-)
17:06 Bluespuke good weekend everybody
17:13 pedda_in_vacatio cu all
17:14 mcfly_ i have a tt_products problem. i configured the pid_list to my products-sysfolder, set the default productID, but the single-view still won't show anything but the "no product found"-error
17:14 mcfly_ it doesn't work if i manually enter the productID either
17:16 mcfly_ it did work before i moved the product to the sysfolder
17:17 yakoi hi there, in the typo3 calendar base extension (cal)'s website, there is a demo cal view (http://www.typo3-calendar.org/1783.0.html?&style=a) that has a unique ID per day with the full date (e.g. large_20090814). I've looked all over documentation, mailing list, code but can't find the markers that could possibly generate this kind of ID. Does anyone know if exists such marker ? thx
17:17 yakoi OR if it's not a built-in marker, how is it achieved ?
17:45 Cygn Hallo, ich kenne mich nicht wirklich gut mit Typo3 aus, war aber dennoch der Meinung ein solches System umziehen zu können. Dazu habe ich alle Dateien übertragen, die Ordnerstruktur beibehalten, einen Dump der Datenbank auf dem neuen Server eingespielt und die localconf.php mit den richtigen Daten angepasst. Sind dies im Normalfall alle nötigen Schritte für den Umzug einer Typo3...
17:45 Cygn ...basierten Website?
17:45 freenode hi everyone
17:45 freenode huch
17:45 freenode :-)
17:46 Cygn Ups sorry :)
17:46 Cygn nochmal , bin grad irgendwie rausgeflogen
17:46 Cygn Hallo, ich kenne mich nicht wirklich gut mit Typo3 aus, war aber dennoch der Meinung ein solches System umziehen zu können. Dazu habe ich alle Dateien übertragen, die Ordnerstruktur beibehalten, einen Dump der Datenbank auf dem neuen Server eingespielt und die localconf.php mit den richtigen Daten angepasst. Sind dies im Normalfall alle nötigen Schritte für den Umzug einer Typo3...
17:46 fuchur this is english only
17:46 Cygn ...basierten Website?
17:46 Cygn shit ;) just saw it
17:46 Cygn Im sorry for that.
17:46 fuchur mh delete everything in typo3temp
17:47 Cygn ok...
17:47 fuchur and *CACHED* in typo3conf
17:47 fuchur try to log into the backend and clear all caches
17:47 Cygn ok ...
17:47 fuchur watch out for the permissions to be right
17:47 fuchur and then it should be it :)
17:48 Cygn Because the page doesnt work until now, im happy to have a few more hints what to do, we will see... going to do these steps now
17:48 fuchur k
17:48 fuchur Could someone tell me why my t3lib_stdgraphic tries to allocate 84 MB of memory? :(
17:49 fuchur after moving a project (not the core) to another directory
17:49 Cygn fuchur> try to log into the backend and clear all caches <<< can't login to the backend until now, will try the other steps first
17:51 fuchur :-( downgraded php from 5.3 (doesn't work with 4.2.8) to 5.2.9 and doesn't work either
17:51 fuchur args
17:51 kinea Cygn: a hint: use the install tool, if your admin account doesnt work. in the section database you can add a new admin user.
17:51 Cygn @kinea: i did that, but after i logged in i'm getting only 3 mysql errors, not the backend
17:52 kinea what errors?
17:52 Cygn second...
17:52 Cygn have to correct myself: 3 warnings, no backend : Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00ba006/t3lib/class.t3lib_db.php on line 809
17:52 Cygn Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00ba006/t3lib/class.t3lib_db.php:809) in /www/htdocs/w00ba006/typo3/index.php on line 428
17:53 fuchur you didn't enter the login data right :D
17:53 fuchur or you didn't import the dump right
17:53 fuchur or at all
17:53 fuchur :)
17:54 Cygn :) I'm very sure that i imported the dump correctly (could sound weird in your ears but i'm really sure)
17:54 Cygn is there a way to check that via the install tool?
17:55 fuchur yes, enter install tool, go to the menu DB something
17:55 fuchur and click "compare"
17:55 fuchur it will verify the database
17:55 Cygn Compare or Compare with tca?
17:55 fuchur just compare i guess
17:55 fuchur probably someone can link in, I'm just a poor extension developer :D
17:56 fuchur i don't habe a clue ... just guessing
17:57 Cygn i think you meant with tca, that checks a big amount of tables and other configs ... just have to look at the results... a second please
17:58 Cygn Everything seems to be correct ... : All fields and tables configured in $TCA appeared to exist in the database as well ... below that message everything is colored green (think that should mean "correct")
17:59 fuchur ok sounds great :D
17:59 fuchur so check the database connection in localconf.php again
18:00 kinea Cygn: you tried the update wizard?
18:00 Cygn @kinea: no, should i?
18:00 Cygn @furchur: Everything correct...
18:00 kinea oh, you just copied, right?
18:00 kinea then i guess not.
18:01 Cygn i just copied everything from the old server
18:01 kinea it helped me some day, with a similar problem
18:01 kinea but i had another version on the new server
18:01 Cygn i would try it if you show me how, everything is backuped
18:02 Cygn did it
18:02 Cygn "Update Succesful"
18:02 Cygn Main Page: The page is not configured! [type= 0][]
18:03 Cygn The Backend works now
18:03 kinea cool
18:03 kinea seems, that your mysql dump or mysql import was not correct.
18:04 kinea otherwise the old typoscript would configure the page
18:05 Cygn ... but i don't know how to do the dump in a better way, the old and new server are running the same mysql version, i dumped it via phpmyadmin, and imported it via phpmyadmin, and this NOT through a file to be sure it is 100% correct...
18:05 Cygn are you really sure this is the only possible reason?
18:05 kinea and phpMyadmin did the jub until end? sometimes the php stops execution
18:06 Cygn It did
18:06 kinea no. i am also a poor ext dev
18:06 Cygn the number of tables is the same, and i really think the dump imported correctly
18:06 kinea can you check the page typoscript ?
18:06 Cygn how to do that?
18:07 kinea in the object browser under "templates"
18:07 kinea there should be an entry "page"
18:07 kinea it should have a type and so on
18:08 Cygn Do you mean the point "Template" under the "Web" menu?
18:08 kinea *typoNum
18:08 kinea *typeNum
18:08 kinea sorry
18:08 kinea yep
18:08 kinea under web
18:09 Cygn There is a list of pages of the website
18:09 kinea and page.10 should point to a template
18:09 kinea yep you seelect the root page
18:10 kinea and then you get the objects of that page
18:10 Cygn for example COntent: 'Image' you mean?
18:10 Cygn aaah i see
18:11 Cygn i had to select "TypoScript Object Browser" before, hmm?
18:11 Cygn did this now
18:11 kinea exctly
18:11 Cygn and now?
18:11 kinea and under page you should have typeNum=0
18:11 kinea and 10 = TEMPLATE
18:11 kinea if not. the page is not configured. you have no typoscript exported or imported.
18:12 Cygn There is a Main Point: Constants root and under this only: content, styles, cset, TSConstantEditor, plugin, cxVar, sourceopt and Page_Target
18:13 kinea select setup instead of constants
18:13 kinea setup and all
18:13 kinea in the list fields
18:13 Cygn ok...
18:13 Cygn there is config, plugin, includeLibs, lib, and tt_content
18:14 kinea there should be also page
18:14 kinea if not, your typoscript is not setup
18:14 kinea if guess your sql export/import failed
18:15 kinea to be sure. open the typoscript setup of the root page
18:15 kinea with (info/modify)
18:15 kinea then setup
18:15 kinea (template in web,select roo page, info/modify, setup)
18:16 kinea *root
18:17 kinea post your typoscript there wih nopaste.com
18:17 kinea leave your personal stuff out, if you like. your server is not secure atm.
18:18 Cygn don't care, no important stuff until now
18:18 Cygn <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/template/typoscript/page.ts"> ... i paste this file now... second
18:20 Cygn ohhh i seee
18:20 kinea you didnt copied fileadmin?
18:20 Cygn :)
18:20 Cygn right
18:21 kinea :-)
18:21 kinea easy
18:21 fuchur mh someone knows why we want to create a new framework instead of taking an existing one like zend or some?
18:21 Cygn so now im going to transfer a folder
18:21 Cygn will give feedback ; ) stay tuned
18:26 Cygn SO uploaded the whole thing
18:26 Cygn nothing changed
18:26 Cygn will paste the typoscript now
18:28 Cygn http://paste.phlogi.net/-ce173aa6f4/
18:31 Cygn Cannot image what to do wrong except the last step
18:31 kinea delete all temp* files in typo3conf and delete all files in typo3temp and clear caches
18:31 Cygn and however, the errors are the same
18:31 Cygn kk
18:31 Cygn Clear Caches ? In My Browser?
18:32 kinea in backend and browser
18:32 Cygn or in any typo3 way? ;)
18:32 kinea both
18:33 Cygn Where to do this in tthe Backend? :)
18:33 kinea which version do you have?
18:33 Cygn 4.2
18:33 Cygn 4.2.8
18:33 kinea should be in the right upper corner
18:33 kinea there is a thunder icon
18:34 kinea and select clear all caches
18:34 kinea if not, you have an older backend, there the clear caches-button is left bottom in the menu
18:35 Cygn found it
18:35 kinea you have to clear the caches everythime you make major configuration changes
18:35 Cygn i cant believe it
18:35 Cygn THE PAGE WORK
18:35 Cygn S
18:35 Cygn Your my personal GOD
18:35 kinea oh!
18:35 Cygn HELL YEAH!
18:35 kinea lol
18:35 Cygn YIPPIIIIIE! :)
18:35 ManDay How to add custom buttons to the HTMLArea RTE?
18:36 Cygn this is christmas and my birthday in one second
18:36 ManDay congratulations and happy chrismas then
18:36 Cygn lol :)
18:36 Cygn just clicked on a menu link
18:36 Cygn and got my database error back
18:36 Cygn :)
18:36 kinea oops
18:36 ManDay I installed Custom Tags but it appears not to be compatible with typo3
18:37 Cygn aaah no problem
18:37 Cygn it just linked back to the old server
18:37 Cygn :)
18:37 kinea you have to change the server in the ts
18:37 Cygn you mean in the page.ts file?
18:38 kinea yep. config.baseURL =
18:38 kinea set this to your new domain
18:39 kinea Cygn: your baseUrl is set to the constand cxVar.baseURL
18:39 kinea so change the constant in the constant editor
18:40 kinea or overwrite everything also the curly brackets with your domain. but to change the constants is a nicer way.
18:40 Cygn i think so too :)
18:42 Cygn under which page can i find this constant ? root page?
18:43 ManDay How to add custom buttons to the HTMLArea RTE?
18:44 kinea root page
18:45 kinea Cygn: web/templates, select root page, then info/modify and constants
18:48 Cygn hmmm ... found it already
18:48 Cygn works
18:48 Cygn :)
18:48 Cygn Just want to send you a package of icecream or something
18:51 Cygn Where do you live? Would like to send you a free Album of our Band :)
18:52 ManDay How to add custom buttons to the HTMLArea RTE?
18:52 ManDay sorry
18:55 HardPhuck i doubt you can do that
18:56 HardPhuck you can install tinymce then use that as a default RTE and modify that
18:56 ManDay HardPhuck, you certainly can
18:56 ManDay customtags claims to be able of it
18:56 ManDay yet, its not any longer compatbile
18:56 ManDay hightlight me
18:57 HardPhuck an extension?
18:58 ManDay please hightlight me
18:59 ManDay customtags is an ext, ey
18:59 ManDay *yes
18:59 HardPhuck can't find it anywhere
19:00 HardPhuck rtehtmlarea_definitionlist i see this one adds a definistion list button and functionality
19:00 HardPhuck so you could write your own extension based on this one
19:02 fuchur mh what is a fair income for an experienced typo3 extension developer?
19:02 fuchur *in germany :)
19:02 ManDay depends on what you are doing lol
19:03 ManDay an experienced typo3 developer cleaning floors gets about the wage of a janitor
19:03 ManDay naturally
19:03 HardPhuck lol
19:04 ManDay HardPhuck, will have a look at rtehtmlarea_definitionlist
19:06 fuchur ManD[afk]: developing extensions :D
19:08 HardPhuck we've had this discussion before
19:08 HardPhuck i think all agreed on minimum 45¤/hr
19:08 HardPhuck not sure though
19:08 HardPhuck definately not the case in Slovenia :D
19:08 fuchur employeed?
19:09 HardPhuck freelancers
19:09 fuchur i think 45 is fair for freelancing
19:09 fuchur yeah but i think about getting an employer :)
19:09 fuchur erm
19:09 fuchur an employee
19:09 fuchur and im thinking about how much i have to pay him :D
19:10 HardPhuck right... I'm a freelancer and I usually charge 30¤/hr
19:10 HardPhuck i would not get work for more
19:10 fuchur mh im a freelancer and I charge 45 :)
19:11 fuchur but i have so much to do, i think about employing someone
19:11 HardPhuck yea i'll have to do that as well
19:11 fuchur paying 2500 bucks (brutto) would break down to 19/hour
19:11 HardPhuck sooner than i think :D
19:12 HardPhuck it's hard to find a T3 professional here in Slovenia though
19:13 fuchur mh why do you not work for germans :D
19:13 fuchur we have enough to do :D
19:13 HardPhuck i work for anyone that pays, so far i have Netherlands, Spain, England
19:13 MarkusH hi
19:14 MarkusH im using the tt_news-extension
19:14 HardPhuck you too? :D
19:14 fuchur i have outsourced to india, russia, thailand but never to slovenia :)
19:14 kinea Cygn: had a customer on the phone.
19:14 MarkusH i added a few news in cat a, a.a, a.b, a.b.a
19:14 HardPhuck Slovenia is behind Germany from that point of view
19:14 kinea Cygn: on kinea.de are my contacts
19:14 MarkusH this are subcategories
19:15 HardPhuck people not realising power of web
19:15 fuchur slovenia is behind germany from a great britain kind of view :D
19:15 kinea let me hear the music!
19:15 fuchur HardPhuck: and you charge 30 euro/h?
19:15 fuchur think that's not bad for slovenia
19:16 fuchur you have to struggle to get this here in germany
19:16 HardPhuck it's not, that's why i work mostly for other countries :)
19:16 fuchur ah ok
19:16 fuchur i get an t3 developer for $12 in india :)
19:17 HardPhuck and quality?
19:17 fuchur but they don't speak german :( and they have some other negative aspects
19:17 HardPhuck dependabilty? support?
19:17 fuchur not keeping timelines, not providing all functions needed
19:17 fuchur problem ist they dont even speak english fluently :) so its hard to get support or to tell them what they have to do
19:18 HardPhuck in that case they are not worth $12
19:18 fuchur aight
19:18 MarkusH now i want to set in an +ext-template e.g. the id of the category "a" and get all news that are "stored" in category "a" and its subcategories
19:18 fuchur HardPhuck: thats the reason i dont outsource anymore
19:19 MarkusH in the documentation http://typo3.org/documentation/document-library/extension-manuals/tt_news/2.5.2/view/1/7/#id3857717 i read about "useSubCategories" and "displaySubCategories"
19:19 fuchur not that good for my nerves :D
19:19 MarkusH but that does not work for me
19:19 HardPhuck yea, i get your point :)
19:19 fuchur german quality for german prices
19:19 HardPhuck MarkusH: why don't you use plugin for selecting categories?
19:19 HardPhuck fuchur: yep
19:20 MarkusH HardPhuck: it will depend on an url-parameter how many news are listed
19:20 fuchur you want to move to germany and work for 2500 fixed 40hrs/wk
19:20 fuchur :)
19:20 HardPhuck when the time comes for me to employ someone, i'll have to give them 2 months to learn T3 first
19:20 fuchur employed
19:20 MarkusH http://howflow.com/pastes/1539
19:21 fuchur i don't want to teach T3 and then see my employees go and work somewhere else :D
19:21 fuchur so i want to find someone already able to do so
19:22 HardPhuck MarkusH: put displayList in your TS and then the GET var to select category
19:22 HardPhuck fuchur: it depends on the contract and trust, i'll employ someone i know
19:23 fuchur HardPhuck: i don't know anybody :(
19:23 yakoi hi there, in the typo3 calendar base extension (cal)'s website, there is a demo cal view (http://www.typo3-calendar.org/1783.0.html?&style=a) that has a unique ID per day with the full date (e.g. large_20090814). I've looked all over documentation, mailing list, code but can't find the markers that could possibly generate this kind of ID. Does anyone know if exists such marker or how it is possible to achieve the same result ? thx.
19:23 HardPhuck you're screwed then :)
19:23 fuchur but a fact of contract i think is right
19:24 fuchur ok i have to work some more and then relax for my weekend :)
19:24 fuchur have a nice weekend everybody
19:26 HardPhuck MarkusH: {GPvar:category}
19:26 HardPhuck if you have something link &category=8
19:26 HardPhuck like
19:27 MarkusH HardPhuck: is displayList Int/List of the categories ?
19:30 ManD[afk] lol @ wages
19:30 HardPhuck http://paste.phlogi.net/list_categories/
19:30 ManD[afk] 45 € thats ridiculous
19:31 MarkusH HardPhuck: ah, ok
19:31 ManD[afk] i get about 12 USD an hour
19:31 ManD[afk] and im doing far more than just developing typo3
19:31 Phlogi ManD[afk]: for what 45¬?
19:31 ManD[afk] for develiping extensions
19:32 HardPhuck ManD[afk]: do you have a company?
19:32 ManDay no im a employee
19:32 Phlogi ManDay: too much or what?:D
19:33 ManDay too much for developing ridiculous typo3?
19:33 HardPhuck MarkusH: let me know if this works, what I wrote was untested guess :)
19:33 Phlogi hu? I don't get it? what is ridiculous?
19:35 MarkusH HardPhuck: seems that it doesn't work
19:35 MarkusH oh
19:36 MarkusH moment
19:37 MarkusH but without "displayList"
19:38 HardPhuck ah right so it works without displayList?
19:38 MarkusH yes
19:39 HardPhuck great, then your problem is solved :)
19:39 MarkusH right
19:39 MarkusH thank you
19:39 HardPhuck no problem ;)
19:39 MarkusH this channel is really great
19:40 MarkusH all my problems i had and asked here the last days are solved
19:40 MarkusH that's fine
19:40 Phlogi thats good to hear!
19:40 Phlogi MarkusH: stay here and help others :)
19:40 HardPhuck :) wait until problems get bigger haha :D
19:40 MarkusH HardPhuck: ok
19:41 HardPhuck i'm just kidding, I found all my answers here too (and i still do!) when i was learning TYPO3
19:41 MarkusH Phlogi: i think i don't know enough to help others at this point of time
19:41 HardPhuck there are always others that know less than you
19:42 HardPhuck or don't have the same knowledge
19:42 MarkusH ;-)
19:42 MarkusH HardPhuck: Phlogi: do you speak german?
19:43 MarkusH infering from you ip's you are living in german-speaking countries
19:44 HardPhuck i'm in Slovenia
19:44 Phlogi MarkusH: yes I do
19:58 MarkusH can you tell me why there are so many german docs and helps. it's kind unusual
19:59 HardPhuck because German community is the strongest
19:59 HardPhuck biggest
19:59 MarkusH ah, ok
19:59 MarkusH thats nice to hear
20:03 HardPhuck it's not :D
20:03 HardPhuck i don't understand German Docs :D
20:03 MarkusH ;-)
20:03 MarkusH learn german
20:03 MarkusH *fg*
20:07 Cygn Hmm Fehler auf der Startseite: ERROR: "/srv/www/vhosts/newcomer-band-contest.de/httpdocs/typo3temp/llxml/" is not a directory! .... woher kommt sowas?
20:07 Cygn oh in english ;) i remember
20:07 Cygn Error on my frontpage : ERROR: "/srv/www/vhosts/newcomer-band-contest.de/httpdocs/typo3temp/llxml/" is not a directory!
20:07 Cygn where does something like this come from?
20:08 kinea Cygn: is this a folder of the old web before migration?
20:09 Cygn yes it is, the point is, the whole "website moving" thing, should not affect the old site, but it seems like it did now
20:23 MarkusH cu
20:23 MarkusH by
20:23 MarkusH e
20:36 cdngfrog How to add a <br style="clear: both;"/> after every 3 content-elements?
21:02 Phlogi Cygn: did you fix it?
22:42 remsSs bonjour a tous
22:43 remsSs je viens dinstaller typo
22:43 remsSs jai du mal a me connecter par contre
22:43 remsSs a l'administration
22:43 remsSs avec le compte admin pourtant
22:43 remsSs I am sorry
22:44 remsSs do you understand

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.