Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 4 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
02:25 lazarus477 Does anyone here use typo3 with templavoila.busynoggin.com for the construction of wireframe prototypes of sites?
03:20 ries lazarus477: not me :D
03:20 ries as you know....
09:15 _pedda_ hi all
09:28 Celestar morning peops :)
09:37 Celestar I'm looking for docs on how to configure the adminPanel?
10:06 Bluespuke hi @ all
11:01 Celestar can anyone recommend 1-2 typo3 books (english or even german if need be)?
11:01 Celestar also with focus on writing/modifying exts
11:07 Celestar hm why does my non-admin user not see any pages ...
11:24 Celestar scenario: I have some user 'newbie' change some page in the draft workspace. Can I somehow tell typo3 to write the users/group 'admin' an e-mail about that?
11:25 voidus Celestar: yes
11:25 Celestar voidus: could you point me to some docs?
11:26 voidus one sec
11:26 zed_devil hi, i have a problem with direct mail and sr_email_subscribe. i have a problem with the markers. i set a new filed in sr_email_subscribe "GENDER". in the template of email subscribe it works fine with the "###TCA_INPUT_gender###". But i want to use it in the html template of my newsletter and it doesnt work with the any marker i try: ###USER_tx_gender### ###TCA_INPUT_gender### ###GENDER###....
11:26 zed_devil ...can someone plz help me
11:27 voidus Celestar: google for "notificationEmail_body"
11:27 Celestar thanks
11:29 Celestar ah .. there'S the gp_notification ext for example
11:43 Celestar hail phlogi, how ya doin?
11:51 Phlogi Celestar: hi man... good good, thanks... looking into other big opensource projects atm
11:51 Celestar openttd.org :D
11:51 Phlogi -> magento and openERP
11:52 Phlogi bit shit :D
11:52 Phlogi *big
11:52 Phlogi Celestar: oh yea... hopefully that one is cooler thant the original
11:53 Celestar it is
11:53 Celestar I am , or was, one of the devs ;)
11:53 Phlogi Celestar: wow ;) congrats...
11:53 Celestar heh
11:54 Celestar you need the original game fothe data files :P
11:54 Phlogi its 0.7.1 though
11:54 Celestar cuz the artitst don't get stuff done :P
11:54 Phlogi hehe
11:54 Celestar anyway.
11:54 Phlogi oh kde 4.3 is arriving...
11:54 Celestar do you have any good suggestion for typo3 books?
11:54 Celestar I'd like to buy 1-2
11:55 _pedda_ oreillys typo3 cook book?
11:56 Celestar _pedda_: is there some stuff about ext development in it?
11:56 Phlogi Celestar: typoscript cook book
11:56 _pedda_ nope
11:56 _pedda_ the one for ext developement is written by dimitry
11:56 _pedda_ which is quite good too
11:56 _pedda_ afaik
11:56 Phlogi there is one from addison weseley too
11:56 Phlogi if its that
11:57 Celestar http://www.amazon.de/TYPO3-TypoScript-Kochbuch-L%C3%B6sungen-TYPO3-Programmierung/dp/3446417338/ref=sr_1_1?ie=UTF8&s=books&qid=1249380013&sr=8-1 [+]
11:57 Celestar this one?
11:57 _pedda_ i didn't take a look into that one..
11:57 Phlogi I think so
11:57 _pedda_ i've got this one
11:57 _pedda_ http://www.amazon.de/TYPO3-Kochbuch-Christian-Trabold/dp/3897218518/ref=pd_sim_b_1
11:58 _pedda_ and this one is for ext developement following the cgl of typo3 http://www.packtpub.com/typo3-extension-development/
11:58 Phlogi baa: openttd
11:58 Phlogi Error: Cannot open file 'sample.cat'
11:59 Phlogi later guys
12:11 Celestar *pokes e-mail notification*
12:46 Celestar anyone using staticpub here? I have installed and configured it, but miss any kind of means how to ... er actually use it
12:50 Celestar and the manual is of little help :(
12:50 zed_devil is solved the problem
12:50 zed_devil > hi, i have a problem with direct mail and sr_email_subscribe. i have a problem with the markers. i set a new filed in sr_email_subscribe "GENDER". in the template of email subscribe it works fine with the "###TCA_INPUT_gender###". But i want to use it in the html template of my newsletter and it doesnt work with the any marker i try: ###USER_tx_gender### ###TCA_INPUT_gender### ###GENDER###....
12:50 zed_devil http://www.typo3.net/index.php?id=13&action=list_post&code_numbering=0&tid=75835&page=
12:54 pmk65 zed_devil: Markers from one ext (sr_email_subscribe) doesn't work in another ext. (direct mail). You'll have to extend DMail yourself, if there's no gender marker.
12:55 zed_devil now i know
12:56 zed_devil the way is : typo3conf/ext/direct_mail/res/scripts
12:56 zed_devil while(list(,$substField)=each($rowFieldsArray)) {
12:56 zed_devil $subst = $LANG->csConvObj->conv($recipRow[$substField], $LANG->charSet, $this->charset);
12:56 zed_devil $tempContent_HTML = str_replace('###USER_'.$substField.'###', $subst, $tempContent_HTML);
12:56 zed_devil //###################################################################
12:56 zed_devil if ($recipRow["gender"]=="m") {
12:56 zed_devil $tempContent_HTML = str_replace("###USER_ANREDE###", "Sehr geehrter Herr ".$recipRow["title"]." ", $tempContent_HTML);
12:56 zed_devil }
12:57 zed_devil if ($recipRow["gender"]=="f") {
12:57 zed_devil $tempContent_HTML = str_replace("###USER_ANREDE###", "Sehr geehrte Frau ".$recipRow["title"]." ", $tempContent_HTML);
12:57 zed_devil }
12:57 zed_devil if ($recipRow["gender"]=="") {
12:57 zed_devil $tempContent_HTML = str_replace("###USER_ANREDE###", "Sehr geehrte Damen und Herren ", $tempContent_HTML);
12:57 zed_devil }
12:57 zed_devil //###################################################################
12:57 zed_devil thx
12:58 Research hi everyone
12:58 Celestar *pokes staticpub*
12:59 Research Is it possible that i write meta tag description by php script in typo3
12:59 Research ?
13:01 Research I want to show some record title title in my description meta tag
13:15 Celestar h,
13:16 Celestar staticupload is that ONLY for uploading or does that create the static pages as well?=
13:20 Bluespuke rofl why am i attached to clarke.freenode.net Fremont, California, US while i'm sitting in middle europe...?
13:22 mquintus http://www.google.de/search?q=recursion
13:59 tPl0ch hi, what can be the problem, that external links defined in an rte always get prepended with 'http://typo3'
14:01 zed_devil @ tPlOch wath version and which browser
14:01 tPl0ch Typo3 4.2.6 htmlArea 1.7.9
14:02 zed_devil with firefox 3.0.11
14:02 tPl0ch 3.013
14:02 zed_devil its a bug
14:02 pmk65 zed_devil: You need to update htmlarea, or apply some patch.
14:02 tPl0ch pmk65: it was me who asked
14:03 tPl0ch :)
14:03 pmk65 :)
14:03 zed_devil there is a bug fix look for it
14:03 zed_devil i had the same problem
14:04 Celestar it seems typo3 is not at all happy when the IP addy of the server changes all the time ;)
14:04 pmk65 tPl0ch: From bugtracker => This is fixed in 4.2.8; make an update!
14:05 pmk65 or switch to TinyMCE RTE ;)
14:05 zed_devil here ist the bug and the fix
14:05 tPl0ch pmk65: will do
14:05 tPl0ch fortunately i have the source seperated from the other sites
14:07 zed_devil http://bugs.typo3.org/view.php?id=11009
14:49 steffen_ hi
14:50 steffen_ i was wondering, why the rte in tt_news shows only a very limited number of buttons
14:52 steffen_ and another thing, i an editor paste's something from word, all the classes are not filtered while transfering it to the db. this means a lot of class="MsoNormal" survive the transfer
15:21 Celestar hm ...
15:21 Celestar Al Qaida attacking the freenode HQ? :P
15:43 foool_ Templavoila - I created template, and it shows up perfect in Firefox 'centered), but in IE it is on the left, anyone know the solutin?
15:45 mcoca hello!! In a personal pageBrowser tt_news, how can I add class to links?
15:54 foool_ make a custom css for news
15:57 Celestar hm
15:57 mcoca I think, is a function in the api to add class to link
15:58 Celestar why isn't my crawler crawling anything :P
15:59 Celestar Executing 0 requests right away:
16:05 Celestar I'm looking for docs/ways to customize the adminpanel (it's placed and sized badly for my css).
16:12 mcfly_ hey, can anyone fill me in on the exact workings of realurl/the rewriterule
16:12 mcfly_ i'm trying to replicate the mod_rewrite for a typo3 on a sun web server
16:12 mcfly_ it works fine as long as there is only one postvar
16:13 mcfly_ ie. www.domain.net/contact.html is fine
16:13 mcfly_ www.domain.net/company/ceo.html is not
16:13 mcfly_ "Reason: Segment "ceo" was not a keyword for a postVarSet as expected!"
16:20 Research Is it possible that i write meta tag description by php script in typo3
16:20 Research I want to show some record title title in my description meta tag
16:28 void Research: you don't need any php code for that
16:28 void Research: TS is enough
16:28 pmk65 Research: you can create a small usefunc and use that for generating the meta desc, or use some TS
16:30 Research @pmk65 @voir:how can i use userfunc i try but not owrking
16:30 Research Can you guide me
16:30 Research ?
16:33 pmk65 Here's an example for extracting tt_news title. I guess you could do something similar for your ext. -> http://www.typo3tricks.com/typoscript-magic-tt_news-title-in-headline-or-menu-or-somewhere/
16:39 litzinger I'm hoping this is the last question I will ever have to ask in here...
16:39 litzinger i'm using indexed_search, and the links that are rendered in the search results do not contain a www in the domain...
16:40 litzinger so what should be http://www.mysite.com/somepage is rendered as http://mysite.com/somepage, which does not link to a valid page b/c TYPO expects the www to be present
16:40 litzinger any ideas on how I can force the URL to have a www in the search results?
16:43 steffen_ anyone an idea, why while writing a new tt_news item, the rte has only very little buttons like bold, italic and insert image and nothing else?
16:46 pmk65 steffen_: sounds like there's no TSConfig setup for your tt_news RTE.
16:48 pmk65 litzinger: Have you set "config.baseURL" ?
16:48 litzinger yes
16:49 litzinger search results actually have index.php?id=123
16:49 pmk65 do you use crawler to index pages?
16:49 litzinger it seems like it's not using realUrl at all in the results listing
16:49 litzinger not sure... i'll check
16:50 pmk65 you could simply setup a domain record on the site, which redirects urls without www to the url with www.
16:50 litzinger how do i do that? i have www.mysite.com setup as the domain record now
16:55 steffen_ pmk65, i thought this is taken from rte.default
16:56 pmk65 steffen_: the normal RTE can be configured differently from table to table (TinyMCE can alco be configured based on fieldname position) It's usually a copy of the default settings, but you might have something that overrides it.
16:57 pmk65 litzinger: just create an extra domain record for mydomain.com which redirects to www.mydomain.com
16:58 steffen_ i've put the rte ts stuff in the tsconfig section of the root site, the news sysfolder is on the same level as the root page, could this be the reason, that the rte stuff is not applied there?
17:03 pmk65 steffen_: could be. You can use the "Info" menuitem to view the current Page TSConfig. Maybe that will help you pinpoint the problem.
17:07 litzinger the domain record fixed it. it was setup to redirect already, but it wasnt forwarding the url parameters along
17:07 litzinger thanks for the help
17:07 steffen_ ah ok, nothing what i have configured is there actually, so default is taken
18:25 mcfly_ i moved a complete typo3-instance to a new server and now realurl keeps messing up and "forgets" all the url-segments except for the last one
18:25 mcfly_ ie. www.domain.net/contact.html is fine
18:25 mcfly_ www.domain.net/company/ceo.html is not
18:25 mcfly_ "Reason: Segment "ceo" was not a keyword for a postVarSet as expected!"
18:26 mcfly_ anyone have any ideas?
18:41 mquintus you have to delete the realurl cache
18:41 mquintus it has its own cache
18:41 mquintus you find that in the "info" menu
18:42 Gerhard Hi all, I have installed timtab and can do blog posts with MS Live Writer (even with embedded images). Unfortunately, German "Umlauts" are scrambled. Any ideas?
19:05 foool_ Templavoila - I created template, and it shows up perfect in Firefox 'centered), but in IE it is on the left, anyone know the solution?
19:05 mcoca foool_: seem to be a problem with css
19:06 foool_ can't see waht as it is fine in Firefox
19:06 mcoca in the css you have an explicit align="center"
20:03 enmerkar hi, i'm trying to merge two rather large sites and the t3d export always hangs any browser i try. isn't there some script i can use or do i have to split into subtrees etc?
20:21 foool_ increase your allow in php.ini
20:27 enmerkar it's a browser issue. i guess i'll let the box swap and grab some food.. i think it's trying to display all records..
20:37 jananne hi i'm sick about the caching for be users.. how can i get those icons [cache icon] -> [clear all cache icon] ?
20:45 jananne or maybe somehow i can remove the whole cache thing? i can't see why the caching systeem is created.

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.