Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Tuesday 19 May 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
08:21 crossroad hello friends
08:21 crossroad help
08:22 crossroad help me with the following error message
08:22 crossroad :
08:22 crossroad charSet. $charSet = $this->initCharset(); $generator = $this->generator(); // For debugging: If this outputs "QuirksMode"/"BackCompat" (IE) the browser runs in quirks-mode. Otherwise the value is "CSS1Compat" # $this->JScodeArray[]='alert(document.compatMode);'; // Send HTTP header for selected charset. Added by Robert Lemke 23.10.2003 header ('Content-Type:text/html;charset='.$this->charset); switch($this->docType) { case 'xhtml_st
08:22 crossroad rict': $headerStart= ' charset.'"?> '; break; case 'xhtml_trans': $headerStart= ' charset.'"?> '; break; case 'xhtml_frames': $headerStart= ' charset.'"?> '; break; default: $headerStart=''; break; } $tabJScode = ''; if (!$GLOBALS['BE_USER']->uc['disableTabInTextarea']) { // This loads the tabulator-in-textarea feature. It automatically modifies every textarea which is found. $tabJScode = ''; $tabJScode.= ''; } // Construct page hea
08:22 crossroad der. $str = $headerStart.' '.$charSet.' '.$generator.' '.$this->docStyle().' '.$this->JScode.' '.$tabJScode.' '.$this->wrapScriptTags(implode("\n", $this->JScodeArray)).' '; $this->JScode=''; $this->JScodeArray=array(); if ($this->docType=='xhtml_frames') { return $str; } else $str.=$this->docBodyTagBegin(). ($this->divClass?'
08:22 crossroad ':'').trim($this->form); return $str; } } ?>
08:23 crossroad This appears under the header to login backend
08:46 BlueWing hello
08:46 BlueWing I have the following typoscript: http://pastebin.com/d1d7fe870
08:47 BlueWing the output to the browser is lib.cssbg=fileadmin/template/main/res/bg3.css , the bg3.css part is randomly changing between bg1.css and bg4.css as I want it
08:47 BlueWing the problem is with the last line: page.includeCSS.file1 < lib.cssbg
08:47 BlueWing it doesn't include that CSS file...
08:48 BlueWing the end result which I want to achieve with this is to have a random background each time the user refreshes the page
09:01 kraftb good morning !
09:15 denoelle morning
09:16 BlueWing morning
09:20 BlueWing can anyone take a guess what's wrong with http://pastebin.com/d1d7fe870 ?
09:21 BlueWing although lib.cssbg has the correct value... the css file is not included
09:21 BlueWing maybe I can't assign a COA_INT to page.includeCSS.file1 ?
09:24 maholtz|WORK morning
09:24 _pedda_ hrhr.. i was first :)
09:25 _pedda_ just a few seconds earlier ^^
09:25 _pedda_ good morning @ maholtz|WORK
09:25 maholtz|WORK grmbl;)
09:25 maholtz|WORK morning:)
09:26 rw-HedDi halo all.. :)
09:27 _pedda_ hi
09:43 FloLeBlanc hi all
10:04 tPl0ch hi, anybody knows how I reference a value from a TV Field in the TV TO TypoScript?
10:07 FloLeBlanc tPl0ch: I thought it only works the other way round (TS var into template)
10:08 tPl0ch FloLeBlanc: No, I want to access values from other fields in the same DS
10:09 tPl0ch I have a url like: http://somedomain.com/index.php?pid=
10:09 tPl0ch and I want to add a value to the end of it
10:09 tPl0ch which is defined in a differwent field, but the same Data structure
10:10 tPl0ch I know I could set the field with 10.field = field_myfieldname
10:10 tPl0ch but I want to add that value to the end of the other string
10:10 FloLeBlanc what do you want to do actually? :) (what is the end result)
10:10 FloLeBlanc this sounds much like a menu to me
10:12 tPl0ch FloLeBlanc: these FCEs just display content and make a link with a specific ID that our partners gave us
10:13 tPl0ch so you can define that ID in the FCE, and I want the url to be automatically added to some header fields
10:13 tPl0ch as typolink.extTarget
10:16 FloLeBlanc but typolink.extTarget is "_top, _blank or content", that does not take an url :)
10:18 tPl0ch oh, yeah, I mean target
10:19 tPl0ch FloLeBlanc: But you get the point
10:19 FloLeBlanc target is the same for internal links :-P (http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/8/)
10:19 FloLeBlanc yep
10:19 FloLeBlanc I'm not sure if you can use fields in parameter (like mylink.parameter = anotherparameter _blank bluelink
10:20 tPl0ch I saw once, that it is actually possible
10:20 FloLeBlanc how about using a userfunc?
10:20 FloLeBlanc an example is at the bottom of the link I gave you ("userFunc")
10:21 FloLeBlanc http://www.typo3wizard.com/de/snippets/cool-stuff-typoscript/erstellen-top-10-der-zuletzt-geaenderten-inhalte.html => this is an example of getting id's from the DB and using it in typolink
10:27 f1sHMaN can anyone help me please?: http://www.typo3forum.net/forum/alle-anderen-extensions/37846-th_mailformplus-multipage-select-chechbox.html
10:29 tPl0ch FloLeBlanc: Yes, but I want it to be decoupled from any templates
10:29 tPl0ch so its all done in the datastructure
10:39 f1sHMaN can anyone help me please?: http://www.typo3forum.net/forum/alle-anderen-extensions/37846-th_mailformplus-multipage-select-chechbox.html
10:39 f1sHMaN where can i find help for mailformplus?
10:47 FloLeBlanc f1sHMaN: most people in here are at work - responses can take some time, please don't post all 10 mins :) - did you check out the extension manual for mailformplus yet?
10:48 f1sHMaN i try to get a answer for about a week now ;) sry for spaming...je i checked the manual...
10:48 maholtz|WORK did you check php-code? did you try to ask extensions author for commercial support?
11:06 _pedda_ i need to disable a field in be of tt_news and prefill the field automatically.. i tried TCAdefaults.tt_news.(field) = (value)
11:06 _pedda_ but this has no effect
11:07 _pedda_ it's according mbl_newsevent which extends tt_news table with tx_mblnewsevent_pmidfield
11:07 _pedda_ and i need the defaultvalue uid98
11:07 _pedda_ so i tried TCAdefaults.tt_news.tx_mblnewsevent_pmidfield = uid98 in user ts config, group ts config and pagets as well
11:09 tPl0ch can I use appendString like this temp.6.value := appendString(temp.5.value)?
11:10 FloLeBlanc _pedda_: the first possible (but dirty) solution that would come to my mind is disabling the access for that field for the news reporter and setting a default value in the DB for the field :)
11:11 _pedda_ this is exactly what i'm trying to achieve but via ts
11:11 _pedda_ TCAdefaults.tt_news.(field) = (value) is the proper way to do this
11:11 _pedda_ but it seems as if it would take no effect
11:11 FloLeBlanc _pedda_: what is the reason not to do the "diable access" part via access restrictions?
11:12 _pedda_ disabling the field for editors works fine
11:12 _pedda_ the only problem is the default value
11:12 FloLeBlanc pedda: forums say that you have to insert this code in the TSConfig of the USER - did you try that?
11:13 _pedda_ in user ts config, group ts config and pagets as well
11:13 _pedda_ that's why i'm asking :)
11:14 FloLeBlanc does it work for other fields? (like TCAdefaults.tt_news.author = someauthor )
11:14 _pedda_ i didn't test ... just a moment
11:15 _pedda_ hmm.. damnit
11:15 _pedda_ it worked all the time..
11:15 _pedda_ the way i tested it was wrong...
11:15 _pedda_ this settings only take effect if a NEW record is being created..
11:16 _pedda_ i checked my config by editing an already existing record.. damnit!
11:16 FloLeBlanc uh.. well at least it works now :)
12:00 denoelle is it possible to have a user admin eg a user which is able to change other users?!
12:11 maholtz|WORK there was an extension "sys_actions" with which you are able to create such statements - i am not sure if it works atm
12:14 daKmoR howto create a menu that shows ONE element (the active path) from lvl 1 and all elements from lvl2
12:14 daKmoR I can get only the lvl 2 with entryLevel = 1
12:15 daKmoR and I can easily get the "whole" lvl 1... but I can't get just one element from lvl 1?
12:15 maholtz|WORK @daKmoR: use NO.find-the-right-stdWrap.cObject = TEXT - and define ACT correctly - so everything on level1 which is not active would rendered as empty string
12:19 daKmoR maholtz|WORK hmm... http://pastie.org/482601 still see all lvl 1 elements
12:22 daKmoR maholtz|WORK wow.. thx got it...
12:24 shashi hello !!!
12:24 shashi anyone here >
12:25 shashi I need some help
12:26 HardPhuck hey
12:33 shashi hello !!!!!!!!!!!!!!111
12:33 shashi I need some help regarding direct mailer engine
12:33 shashi please help me
12:33 shashi some one
12:37 HardPhuck how do you disable caching of a plugin completely
12:37 HardPhuck i forgot
12:40 shashi can anyone help me to make cronjob in direct mail working
12:40 shashi pleaseeeeeeeeeee
12:46 maholtz|WORK @shashi: you will never know, if some one could help you, if you do not ask
12:46 maholtz|WORK do not expect that someone will say "me me - let me please help you"
12:47 maholtz|WORK @HardPhuck: http://wiki.typo3.org/User:Maholtz#Caching
12:49 maholtz|WORK ext_localconf.php -> addPItoST43 ... last parameter: 0
12:49 HardPhuck fixed, thanx
12:53 shashi @ maholtz|WORK ..I am sorry
12:53 shashi actully I have setup Direct mail extension for news letter for my site
12:53 shashi I have crated everything and working fine
12:54 shashi but when I make any news letter for some subscribed user ..mail is not going through cronjob
12:54 shashi Please check the cronjob or cronjob is not set.
12:54 shashi Last run: 19-05-09 10:13
12:54 shashi Please check the cronjob or cronjob is not set.
12:54 shashi Last run: 19-05-09 10:13
12:55 maholtz|WORK so, try to run cronjob by hand
12:55 maholtz|WORK does it work?
12:55 shashi no
12:55 maholtz|WORK so it relly depends on your system - perhaps ask your admin
12:55 shashi but is is not working
12:56 shashi do I need anything to configure in dmailerd.phpcron ?
12:57 maholtz|WORK do not know - usually not - but check error log
12:57 maholtz|WORK check wiki.typo3.org
12:58 shashi thanks
12:59 shashi for giving me ur time
12:59 shashi thank you very much
12:59 shashi :)
12:59 HardPhuck there is a fine line between being thankful and kissing ass :D
13:01 shashi actually
13:01 shashi this may be ur thinking but in fact I was really saying thanks
13:01 NuutH Hi, I'm problems with cal_base extension. When I try to import it using extension manager I only get grey blank screen in BE.
13:02 HardPhuck shashi: i know that was a joke
13:02 shashi it's ok buddy..no issue
13:03 NuutH The same thing happens if I move the extension files with FTP and trying to install the extension in typo3
13:05 NuutH Im using typo3 v4.2.6 and php 5.2.9
13:05 NuutH all the other extensions are working pro properly
13:14 kraftb does anyone know how to call the unit test of v4.3 in tests/
13:18 NuutH i have also modified the $TYPO3_CONF_VARS['BE']['maxFileSize'] in the localconf.php
13:19 maholtz|WORK @kraftb: if you find out, please let me know
13:30 Denyerec hey kraftb
13:31 kraftb hey denyerec
13:31 kraftb ;)
13:31 kraftb maholtz: EXT:phpunit
13:31 Denyerec http://www.utinni.com/vhs/contact.html <-- on that site, the header image that changes on each page... what's the easiest way to implement that with a slide to a default?
13:38 FloLeBlanc hi kraftb
13:39 FloLeBlanc hi denyerec
13:39 Denyerec Hey flo
13:39 Denyerec any ideas on that header image?
13:39 Denyerec Don't really wanna drop a content element on every page...
13:39 FloLeBlanc what is "a slide to a default" ?
13:39 Denyerec Oh, display a default image is none is specified
13:40 Denyerec I could make a mapping to the image in the TemplateVOila mappings
13:40 Denyerec but then I need a way for it to default to an image if none is specified
13:40 FloLeBlanc well I'd say include it via TS on the main page and if a content element is present overwrite that, already done that I'll post you the code
13:40 kraftb he flo!
13:40 Denyerec Mmm.
13:40 Denyerec I see how that'd work, that's one approach at least!
13:43 FloLeBlanc denyerec: http://paste.phlogi.net/-27c6b94947/ => example using automaketemplate
13:43 FloLeBlanc but of course you can just insert it in a var and use it in templavoila
13:44 Denyerec Ah I see
13:44 Denyerec yes
13:44 Denyerec so you check numrows for that content area
13:44 FloLeBlanc what I do - I use the "border" content to paste an image if one is present (the border can only contain the image then of course - that's the drawback)
13:44 Denyerec if none present, use the TS default
13:44 FloLeBlanc correct
13:44 Denyerec Yes, yes I see.
13:44 Denyerec Hmm.
13:44 Denyerec i wonder if I can define a default value for a TV mapping
13:44 Denyerec I'd ask Dmitry but might need my hands later and don't want them bitten off ;)
13:45 FloLeBlanc including the image in the template.html and overwriting it if present is not an option?
13:45 Denyerec I am always curious about the 101 ways to skin the cat :)
13:45 Denyerec One thing I really would like at the moment is a content element crossfader
13:45 FloLeBlanc hr hr
13:45 Denyerec so I can drop 3 content elements in a container and have it crossfade between them.
13:45 maholtz|WORK @kraftb: thx
13:46 Denyerec Just2b's slideshow is not quite right.
13:46 FloLeBlanc macina banners :-P
13:46 Denyerec macina banners!
13:46 Denyerec You are the Oracle today Flo!!
13:46 FloLeBlanc denyerec: I think they can't crossfade though :)
13:46 Denyerec Doh.
13:46 Denyerec I just want 3 of my FCEs to cycle with a fadeout
13:47 Denyerec I was going to do it by just sticking them in another FCE container and writing a stack of JS
13:47 Denyerec but thought I'd see if someone had done it already
13:47 Denyerec <-- still not that comfortable with extension writing.
13:47 FloLeBlanc you can use flash banners *G*
13:47 FloLeBlanc apart from being the most ugly solution I can think of - it would work
13:48 FloLeBlanc how are you kraftb?
13:49 denoelle @maholtz: thx, checked that out.
13:51 francissimo hi there, testing opera irc with log for upcoming discussions :)
13:52 FloLeBlanc Do you know how hard it is NOT to be hyperactive when doing the site for a coffee company and drinking one after the other? :)
13:52 francissimo coffein-free stuff needed...
13:53 FloLeBlanc francissimo: coffein-free coffee just tastes ... boring
14:11 binom23 hello why are so many classes prefixed with tx? What does it mean? Is anywhere a list with meanings?
14:12 maholtz re
14:14 NuutH Does anyone any ideas where I should look solution to my problem which I mentioned earlier. I have no idea what to do next
14:20 FloLeBlanc NuutH: there is a server side memory limit on how much space processes may use - did you check that value? (don't know the exact name by heart)
14:20 FloLeBlanc (I don't think t3 can "overwrite" the server php.ini settings for that)
14:24 Denyerec binom23 - buy DMitry Dupelov's book on Typo3 Extension Development
14:24 Denyerec It covers almost all the essentials
14:25 NuutH FloLeBlanc: Thanks, I increased the memory limit and I was able to install the extension :)
14:30 binom23 Denyerec - Perhaps I'll buy it. But what does tx stand for.
14:32 Denyerec Typo Extension
14:32 Denyerec afaik
14:34 FloLeBlanc Nuuth: you're welcome
15:02 HardPhuck the best purchase in a long time :)
15:06 maholtz which book?
15:07 Denyerec Dmitry's extension deelopment book
15:08 maholtz yep, its good
15:08 k-fish Nominate TYPO3 for the sf.net Community Choice Awards at http://tr.im/nominateTYPO3
15:13 f1sHMaN is someone in here with mailformplus experinece? ;)
15:14 pmk65 is any (programmers) here using FPDF?
15:14 FloLeBlanc hmm in what category would I nominate it? best project?
15:16 maholtz @pmk65 did it some a year ago
15:17 pmk65 maholtz: did you use the Cell/Multicell function of FPDF then?
15:17 maholtz ah, imho i had some trouble with them and used absolute position than
15:18 pmk65 I can' figure out the height parameter. If I set it to 100, there's a gap between each line of text of 100px. I would have expected that to be similar to the height of the font, but apparently it's the size of the gap.. Weird.
15:19 pmk65 I also use absolute positions, but since it'sa block of text, it needs to be wrappable.
15:19 k-fish FloLeBlanc: "Best Project" or "Best Project for Enterprise" - or both :)
15:20 pmk65 k-fish: Is there a "Worst Documentation" category? TYPO3 would have great chances winning that. :p
15:21 maholtz @pmk65 we could change that;)
15:22 k-fish pmk65: no, but there is a category about "will change the way your work forever" (or something) - maybe that fits? ;)
15:23 ries pmk65: I use fpdf in the past
15:24 FloLeBlanc pmk65: you obviously never tried to write a serial interface for favero lightboards :)
15:27 pmk65 f1sHMaN: userFunc = user_mailformplusAPI->user_getDBValue See: -> http://typo3.org/documentation/document-library/extension-manuals/th_mailformplus/4.0.13/view/1/3/#id4184352
15:27 pmk65 ries: Did you use Cell/Multicell for rendering the text in FPDF, or the Write function?
15:28 FloLeBlanc lol... of the 10 last nominations 4 are for t3 :)
15:29 ries pmk65: let me check...
15:30 ries pmk65: I used Cell
15:31 f1sHMaN hmm now i could link it with the static info tables? like that: $this->staticInfo->buildStaticInfoSelector('COUNTRIES', $fieldName, $CSSClassName, $selectedCountryCode, '', $submitFlag, $id, $title, §where, $lang, $local);
15:31 pmk65 what value did you use for height in Cell?
15:32 ries pmk65: I made a render engine that could read pdftk commands from a XML file.. and build some intelligence in there, specially when it came to placing text and advancing to the next line
15:32 ries pmk65: top of my head, the hight is the height of the cell, not the text... so I properly filled in the font height
15:32 pmk65 I use a value of 5, even if my fontsize is 60px. Normally the lineheight is a bit higher that the font size. But I guess FPDF uses a different method.
15:34 pmk65 It's not the height of the Cell (Thats what I thought at first) Setting it to the expected box size, will only display one line of text (the rest if offscreen)
15:35 pmk65 I have modded FPDF quite a bit, so that it can generate PDFs in print quality (Pantone/CMYK colors) + some ofther features. I just want to make sure that its not my mods that causes the height thing.
15:36 ries pmk65: I did set my font-size to 10 but the cell height to 8
15:36 timeras1234 servus
15:36 timeras1234 hello
15:36 ries Let me find my footer section... that is multi-line
15:38 ries hey timeras1234
15:39 timeras1234 how does this chat works? can i just ask a question?
15:39 FloLeBlanc timeras1234: yes
15:39 timeras1234 ok nice ;)
15:40 timeras1234 does anybody use the mda_searchbycategories? or is there any extension else?
15:42 timeras1234 *quiet*
15:43 timeras1234 a real pity
15:44 timeras1234 ^^
15:44 FloLeBlanc :)
15:46 timeras1234 is there a extention with two dropdown with different categories and a result page?
15:46 ries Denyerec: ???
15:46 Denyerec :D
15:46 timeras1234 like a product search by categories
15:46 ries timeras1234: like a knowledge base?
15:47 ries timeras1234: can you explain more what you are doing?
15:47 timeras1234 i have 15 reference pages
15:47 ries Denyerec: I am working on my second site since two years no TYPO3 :D
15:47 Denyerec Hehehe
15:47 Denyerec Now you know how I feel!
15:47 Denyerec :D
15:47 timeras1234 and i have 3 categories and 4 subcategories
15:48 ries Denyerec: I still have that love/hate relationship with TS
15:48 timeras1234 and i want to have 2 pulldowns for the categories and a resultpage where the references are shown
15:48 Denyerec Hehehe
15:48 ries timeras1234: use something with HMENU... if it's based on pages...
15:48 Denyerec Love it because it's brilliant
15:48 Denyerec Hate it because it's a pain
15:50 timeras1234 a hmenu
15:50 timeras1234 hm
15:50 timeras1234 look this one as an example http://typo3.org/documentation/document-library/extension-manuals/mda_searchbycategories/1.0.0/view/1/1/#id4001193
15:51 timeras1234 maybe pm?
15:51 timeras1234 thx for helping
15:51 pmk65 timeras1234: HMENU/JMENU
15:52 pmk65 timeras1234: where does the categories come from? Custom DB table?
15:54 FloLeBlanc what should be used in conjunction with direct_mail to gather email adresses for Newsletters (input box) and how are duplicates filtered, are there security guidelines (captcha?) to be considered? only used direct_mail with sr_feuser_register yet
15:55 ries FloLeBlanc: I get emails that I can buy them in millions... why get a a signupform??? :D
15:55 pmk65 FloLeBlanc: "sr_email_subscribe" it extends sr_feuser_register.
15:57 FloLeBlanc ries: :-P , pmk65: is there some ext where I don't need sr_feuser_register?
15:57 ries FloLeBlanc: what about powermail?
15:57 FloLeBlanc ries: never used that, going to check it out thx
15:58 ries it has quite some nice options to ask questions and checkboxes
15:59 FloLeBlanc lol 14 suggested extensions :)
16:01 ries Just powermail...
16:01 ries Hey Awillys
16:03 FloLeBlanc lol... wt_spamshields honeypod check is really nice :)
16:04 pmk65 FloLeBlanc: Powermail is pretty cool, but the BE interface is a bit clumsy IMO.
16:05 _pedda_ clumsy ? was the name of the addle smurf in germany :)
16:06 FloLeBlanc hehe
16:06 ries I like powermail for it's simplicity....
16:10 pmk65 ries: It's nice, but there's a couple of annoying issues I don't like. like the automatic naming of fields.
16:11 pmk65 all fields is named UIDx, where x is a number. But sometimes it's better with a fixed name. specially if you are transfering GET vars from other ext to the powermail form,
16:12 ries pmk65: I never had to do that actually... But when I read sr_feuser_XXXX it shoffers my timbers
16:12 ries shiffers
16:13 pmk65 true. sr_feuser is a PAIN to setup.. :)
16:13 ries I remember I spend a couple of days to modify sr_feuser_register JUST to allow checkboxes and more then 20....
16:14 ries I had to add hooks and what not aswell :s patch is in that extension.... but it didn't make me very happy
16:15 FloLeBlanc well I don't know many people who did NOT have a hard time setting up this extension hehe
16:25 maholtz @ries: afaik there is an option if you install css_styled_content (again) where you can disable that
16:26 ries maholtz: nice.... that is under TSCOnfig, right?
16:27 maholtz you should be able to do it vai TSConfig - but imho there was a checkbox if you install css_styled_content which hides that in IMAGE
16:29 ries Hmmm I over looked it..
16:30 maholtz perhaps i remember wrong?
16:30 maholtz there was an extension...
16:40 hohenheim Hello, I've a small question. I would like to use a basic workflow manager, but it seems sys_todos + sys_workflows are not available anymore for typo3 4.2.6... is there a replacement ?
16:40 maholtz basic? workspace?
16:42 hohenheim i would like to set an author / validator workflow
16:44 ries When TYPO3 generates URLS for images, is it possible that I let it randomly pick between 2 or 3 different domains?
16:47 denoelle mhhhh....just fiddled around with sys_action....not good. How do you guys work around the problem, that if a user is authenticated against ldap with group (quite restrictive setting) he is afterwards assigned to local t3-groups which grant him additional access..!?
16:52 _pedda_ any hints what could cause a malfunction of start/ stop of content elements ?
16:52 _pedda_ if i set a start and stop time, they seem to be ignored by the system
16:52 _pedda_ the ce remains hidden
16:52 _pedda_ even if starttime is reached
16:53 FloLeBlanc pedda: different server than local time
16:53 _pedda_ hmm.. good idea
16:53 _pedda_ there was e server-switch in january...
16:55 _pedda_ i'll check that :)
16:55 maholtz _pedda_ on page or on content-elements?
16:55 maholtz its not an server issue if content elements
16:55 _pedda_ content elements#
16:55 FloLeBlanc I'm off for today, have a nice evening all
16:56 _pedda_ cu FloLeBlanc
16:56 maholtz typo3 doesnt care about start and stop time of content elements after caching
16:56 _pedda_ ?!
16:56 _pedda_ so if a page is cached once
16:56 maholtz it remains for 24 hours
16:56 _pedda_ start time is ignored until the cahce expires
16:56 maholtz yep
16:56 _pedda_ hmpf
16:57 maholtz i tried an extensions some time ago
16:57 _pedda_ so if editors want to let a ce appear in two hours after editing it won't work ?!
16:57 maholtz right
16:57 _pedda_ hmm..
16:58 maholtz if you take only typo3 core - you cannot change time on content elements
16:58 _pedda_ why is 5.0 ready did you say?
16:58 _pedda_ -why + when
16:58 _pedda_ ;)
16:59 maholtz i wrote an extension which could change that with an easy approach: it would respect only elements on the same page: http://forge.typo3.org/repositories/show/extension-cacheexpire
16:59 _pedda_ so i have to explain to the editors that start and stop time for content elements only take effect if the starttime is at least 24 h in the future ?
17:00 maholtz nope
17:00 maholtz if it is 28 hours in the future it will perhaps appear in 48 hours
17:00 maholtz you could set page-cache to 1hour f.e.
17:01 maholtz or default caching
17:01 _pedda_ hmm
17:01 _pedda_ cache expire is for setting the cache expire time individually per page ?
17:02 _pedda_ i will take a look... thank you for the advice :)
17:02 maholtz nope - that extension calclulates cache expire on elements on that page
17:02 maholtz np
17:02 _pedda_ ah ok
17:02 _pedda_ i have to leave now!
17:02 _pedda_ its my brother's birthday ^^
17:03 _pedda_ cu all tomorrow
17:03 maholtz cu
17:25 f1sHMaN do you know any good tutorial for a multidomian, multilanguage onepage tree site? ;)...
18:00 TheS why can't i give out "print_r($_SESSION);" in typo3?
18:03 crisb2010 hi
18:03 crisb2010 i am trying to enter a jquery function into the <head> of my website
18:04 crisb2010 to do this i am using headerData. the problem is, that the TS interprets one of the braces as the end of the string. is there a way to avoid this?
18:07 crisb2010 mah ... got it. he didn't like the way it was formatted
18:21 ries TheS: TYPO3 has functions to handle session management $_SESSION is not something you should use in an extension
18:27 TheS what shold i then use?
18:28 TheS and can i get the informations from extern php files?
18:38 Houmark1 have a look at: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/14/#id4617499
18:40 Houmark1 the TSRef have examples to do this, remember to use the undocumented $GLOBALS["TSFE"]->storeSessionData(); when you want to save to the session
18:40 TheS thx
21:38 foertel hi everyone
23:09 pretor31 i have a problem with realurl. got a menu with structure root>main-menu>main>sub or rather root>sub-menu>main>sub and the url is parsed domain.com/main-menu/head/sub or rather domain.com/sub-menu/head/sub. how can i substr the main-menu/sub-menu to make it domain.com/main/sub?
23:12 Houmark for the 2 pages you would like to remove the path you can edit the page properties and check off "exclude from speaking url"
23:13 Houmark that is one way, but i would try to re-think the structure if i was you, normally you can structure the site better and avoid the pages all together...
23:14 Houmark the above method btw, requires newest realurl version (or a very late one at least)
23:14 pretor31 i installed the latest typo3 and extensions so that option should be available. i will check that, thanks for the info
23:15 Houmark np
23:18 pretor31 nice it works! many thanks for ur help :)
23:19 Houmark no problem, but having realurl do the job is not optimal in relation to performance i think
23:19 Houmark having a better site structure would be better
23:21 pretor31 ok i will think about reordering the structure later, but i got too many subpages at the moment to reorganize this. at the moment i am fine, that it works actually
23:23 pretor31 btw i got a similar problem with the sitemap. i set 2 starting points (main-menu and sub-menu), the sitemap is rendered main-menu>main1>sub1. how get i get rid of the main-menu in the sitemap as "hide page" will also hide all subpages?
23:25 Houmark hide in menu
23:25 Houmark checkbox on page properties might be the solution
23:27 pretor31 it hides all subpages
23:29 Houmark no, not hide in menu
23:29 Houmark hide page is not hide in menu
23:35 pretor31 always the same result .. if i set the menus on hide or set the preferences on "hide in menu" all subpages are gone
23:35 Houmark okay, i am not sure then...
23:35 Houmark it can be solved by typoscript
23:36 Houmark but if you are just using a standard menu of pages i dont know why...
23:36 Houmark i dont have time to test myself right now - try asking google :)
23:39 pretor31 well i actually checked that but didnt find anything that could help me. maybe you are right, i should try to rethink the structure to avoid these annoying problems ^^
23:46 Houmark if the page is a sysfolder, it should not be rendered
23:46 Houmark but the ones inside should i think, again, depends if you do some manual typoscript which i often do, so there you can do it...
23:47 Houmark typoscript is the solution to all problems :)

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.