Search the website and IRC logs

#TYPO3 IRC log from : Monday 16 February 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
00:54 snoy_ms hey all, i want to use a ext template just in one layer, what can i do that this ext. template gets on displyed in this layer ?
03:04 mathbr Hi. I've got a really weird problem here. The typo3/index.php file is sent with no content to clients and I have tracked it down to the call to $TBE_TEMPLATE->startPage in that index.php. If I comment out that call, the login form appears (slightly broken of course, but it does). Any idea what could be wrong here?
03:04 mathbr No code was changed there, even commenting out template::startPage within template.php does not change anything.
03:05 mathbr No errors either
03:07 mathbr Putting die() right at the beginning of template::startPage yields the same result.
03:09 mathbr Yikes. Seems like the table cache_hash is broken.
03:11 mathbr Some other tables where, too. Works again now.
09:20 _pedda_ moin moin
09:22 PiMB morning all
09:23 dec__ lo
10:01 dexcs Hi all, i need some help with typo script. I have this little code: http://paste.phlogi.net/-16d597462c/ I need an Image with the attribute "rel" in "rel" i need the image filename. Is that possible with TS ?
10:04 dexcs hmm, here's the full code. it's an split: http://paste.phlogi.net/-05565affda/
10:04 maholtz|WORK @dexcs: sry, have no time, now - but it is possible - use IMG_RESSOURCE
10:06 dexcs ok
10:09 Buck is it possible to change the template of an existing page to something else, and if so, how?
10:09 PiMB what template do you mean Buck?
10:10 Buck a design template
10:11 PiMB what template system do you use
10:11 Buck oh, the default I would assume
10:12 Buck I just installed the bare minimum
10:12 Buck "TYPO3 skin t3skin"
10:14 PiMB you can call another template by overwriting the main template via typoscript
10:15 PiMB like page.10.template.file = fileadmin/templates/my_template_file.html
10:15 Buck it's not possible via the backend?
10:16 PiMB that is via the backend
10:16 Buck oh
10:16 Buck >_>
10:16 Buck got it, thanks!
10:35 snoy_ms hey all. I need some typoscript to get the pagetitle of a specific page (via pid)
10:37 [Francesco] the level in the tree ot this page is already known ?
10:38 snoy_ms iam not sure what you mean..
10:42 dokma snoy_ms: check here first: http://www.typo3wizard.com/en/snippets.html
10:45 snoy_ms ok
10:46 randomresult hi there
10:46 randomresult good morning
10:47 [Francesco] which's the "impact" of setting plugin.tt_news {
10:47 [Francesco] compatVersion = 2.5.0
10:48 [Francesco] i need that settings to have the archive menu working as a real time filter for my news
10:48 [Francesco] that have not to be archived to be filtered with that AMENU content
10:51 snoy_ms in my case i need the pagetitle of a parent site. something like pagetitle: pid
10:51 [Francesco] parent page or parent site ?
10:51 snoy_ms parent site
10:52 snoy_ms page
10:52 [Francesco] if you know the "level" of the parent page try this
10:52 [Francesco] lib.sectiontitle = TEXT
10:52 [Francesco] lib.sectiontitle.data = leveltitle:2
10:52 [Francesco] leveltitle:levelofpage
10:53 [Francesco] then you inserte the lib.sectiontitle typoscript object where you wish the title should appear
10:53 [Francesco] at www.mcuniverse.com you can find some tutorial about this topic, wait i found
10:54 Buck is it possible to delete a page and all its subpages?
10:54 Buck instead of one by one
10:54 [Francesco] yep, go to your User settings in backend
10:54 [Francesco] and select recursive
10:54 [Francesco] and specify the depth
10:54 Buck thanks!
10:55 Phlunk3 .j jquery
10:55 Phlunk3 oops :P
10:56 snoy_ms [Francesco]: i already tried this: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-766bd81592/ but it doesn't work.
10:57 snoy_ms [Francesco]: someone told me i have to use the pid, but i don't know how...
10:57 Buck [Francesco]: that stills gives me the "1: Attempt to delete page which has subpages" error
10:59 maholtz|WORK @snoy_ms: think about the scope where you are
10:59 [Francesco] snoys_ms if you want work with pageid found something similar to titleleve in the typoscript reference manual.
10:59 maholtz|WORK you render the menu for one page - so leveltitle:0 is the same for each menu entry
10:59 maholtz|WORK it will be different for each page where your menu will be rendered
11:00 maholtz|WORK so, pid in menu is not TSFE:id !
11:00 maholtz|WORK but the pid of the rendered menu entry
11:04 snoy_ms maholtz|WORK: that seems to be the problem. http://www.phlogi.net/fresh/t3/tspastebin/showPost/-94374cb8f6/
11:05 snoy_ms maholtz|WORK: but i don't know what to change....
11:05 snoy_ms i try to figure it out.....need some time to read ;-)
11:07 snoy_ms thanks so far! iam of for now...
11:12 [Francesco] which's the "impact" of setting plugin.tt_news {
11:12 [Francesco] compatVersion = 2.5.0
11:12 [Francesco] the only influence is in the LIST ? (show also news without archive date)
11:13 [Francesco] or disable the new feature of much new version of tt_news ^
11:13 [Francesco] ?
11:13 [Francesco] (by the way, the search mailing list seems not working since yesterday )
11:27 ockmonix hi
11:28 Psycho hi
11:29 ockmonix i have a page with few subpages and each page should have a different headerimage. is there maybe a typoscript solutuion? i don't want to include it as a site content element.
11:30 ockmonix each subpage, sry
11:30 Psycho someone could give me a hint how to include a php script in typo3?
11:34 ockmonix look after the PHP_SCRIPT cObject
11:35 Psycho thank you
11:40 slash ockmonix: http://paste.phlogi.net/-98a3d9efae/ . then you can define the images under the page properties -> resources.
11:43 ockmonix thank you, that's exactly what i have in my TS setup
11:44 [Francesco] how i remove the "ARCHIVE" header from the AMENU tt_news element ?
11:44 [Francesco] i tried archiveHeader_stdWrap = or archiveHeader_stdWrap > but nothing
11:45 ockmonix but it still doesn't work, only the first subpage has a headerimage the rest has none
11:47 maholtz|WORK @Psycho: think about php_script if you really need it.... take care of caching!
11:48 schani Do you know a Extension to remap external REFERER to a specified Page
11:48 maholtz|WORK should be possible with .htaccess and mod_rewrite
11:49 maholtz|WORK or with realurl but you need mod_rewrite too
11:49 schani Yes, rewrite is ok, but i cant remember, there was a extension to make a list to prevent 404 error
11:51 schani Sorry, i cant remember the name of the extension witch is able to remap REFERER to a special PID
11:52 _pedda_ is anyone experienced with google analytics, klickmap-overlay and tt_news ?
11:52 _pedda_ my news-more-links are still at 0%
11:53 _pedda_ but have been clicked several times definetly
11:56 Alban_ _pedda_ analytics + tt_news = yes
11:56 _pedda_ do your more-loinks have any click-rates ?
11:56 _pedda_ -o
11:57 _pedda_ or is there something special i should configure ?
11:57 Alban_ does anyone know if it is possible to force typolinks to use the "navigation title" entry of a page rather than the page title for display ? I can't find a setting for this.
11:58 Alban_ more links of tt_news...lemme see
12:00 Alban_ yes I confirm I do have click rates on more links from the news list
12:00 _pedda_ hmm
12:00 _pedda_ when i use the website overlay
12:01 _pedda_ all percent nubers together should be 100 right ?
12:04 _pedda_ hmm they should not.. .. if people leave the site without having klicked somwhere
12:04 Alban_ no...well it is not the case for me
12:06 Alban_ I have a total of 57.8%
12:06 _pedda_ so 43 % people exit your site without any klick
12:07 _pedda_ otherwise it wouldn't make any sense to display the klickrates in percentages
12:07 Alban_ yes. This may be due to their browser hidding the "referrer" http value when landing on a page
12:07 _pedda_ hmm ok
12:08 Alban_ possibly also because they came on by clicking on a link within a flash applet. I have several flash applets with internal links
12:08 _pedda_ but now back to tt_news..
12:08 _pedda_ if your tt_news klicks are tracked..
12:08 _pedda_ minse should also.. without any special configuration..
12:09 _pedda_ -s
12:09 Alban_ yep
12:09 _pedda_ so if there are still 0% after 20 days and 1700 website visitors..
12:10 _pedda_ it seems as if noone had clicked on a news until now right?
12:11 _pedda_ hmmm this is not possible
12:12 _pedda_ i have something like 14% on page2 in pagebrowser of tt_news LIST Plugin... but still 0% on every news more link displayed
12:12 _pedda_ strange
12:13 Alban_ well you could click a few links and check tomorow if statistics have updated.
12:13 _pedda_ i did already
12:13 Alban_ when you overlay your mouse on links, do you have any click count ?
12:14 Alban_ what is the url of your news page ?
12:14 _pedda_ i have a small js window which displays klicks
12:15 _pedda_ pn @Alban_
12:23 maholtz|WORK afk
12:30 Alban_ So does anyone know if it is possible to force typolinks to use the "navigation title" entry of a page rather than the page title for display ? I can't find a setting for this. (reposting question, might not have been seen in the flow of discussion...)
12:33 No5251 hi
12:33 No5251 how can i use the function IMAGE() in a backend module?
12:34 No5251 or is ther another way to resize images in backend?
12:53 Rickard Can anyone point me in the right direction regarding upgrading an old 4.0.6 installation to 4.2.6? What is the recommended upgrade path? 4.0.6->4.2.6 or 4.0.6->4.1.10->4.2.6 or something else?
13:00 [Francesco] i think the second one. There's a tutorial on wiki about this
13:01 Rickard Ok, I'll see if I can find it. Thanks.
13:02 Denyerec Morning/Afternoon/Evening depending on your timezone ;)
13:02 ries hey Denyerec
13:02 Denyerec Heyhey Ries
13:02 Denyerec I'm reading Dmitry's extension prog book
13:02 ries How are you doing?
13:02 Denyerec Things are OK, saw Les Miserables in London at the weekend! It was absolutely fantastic.
13:03 Denyerec Are things OK over there?
13:21 Rickard Hmm. The upgrade instructions for upgrading to 4.1 say:
13:21 Rickard "Change all globally(!) installed extensions to local ones"
13:22 Rickard Does this include all the backend modules as well?
13:22 Rickard That's like 20 extensions
13:23 dexcs how can i count elements of an split?
13:24 Rickard count($array)
13:24 dexcs thats too easy ;-) i meant in typoscript ;-)
13:24 Rickard :D
13:25 Rickard Sorry about that :)
13:26 NublaII hi there
13:26 Denyerec Anyone know how to make an image "click to download" rather than "click to enlarge" ?
13:26 NublaII I'm trying to add 3 checkboxes to a sr_feuser_register template with the same name, and I would like to store the values as a string on the db, separated with commas
13:27 NublaII like '01,03' or '01,02,03'
13:27 NublaII right now the only thing I get is 'Array' on the database... so I was wondering if there is a way of imploding that array into a string
13:28 NublaII without too much tinkering... maybe some flag on the template or something...
13:33 maholtz|WORK @dexcs: {register:SPLIT_COUNT}
13:34 dexcs thanks!
13:40 ockmonix is there the possibility to divide the text content element in the FE into two columns?
13:40 maholtz|WORK @ockmonix: with HTML?
13:40 maholtz|WORK dynamically?
13:40 ockmonix dynamically
13:41 ockmonix the user should create one text element and this text should be divided in the FE into two table columns or two list items..
13:41 maholtz|WORK you could count the characters - but how would you know if that would be right?
13:42 ockmonix thats the problem
13:42 maholtz|WORK you want the same linenumbers there - right? what do you do with images, different elements etc?
13:42 ockmonix no, it should only be text
13:43 maholtz|WORK so, perhaps you could split the text in the middle
13:44 maholtz|WORK imho the best way would be a userFunc for that
13:47 ockmonix maybe there's an extension for that??
13:55 animan hi. is there a way to allow non-admin users to clear cache in typo 4.1.7?
14:00 Ali_Raza Fatal error: Maximum execution time of 30 seconds exceeded \t3lib\class.t3lib_lock.php
14:01 Ali_Raza i am faching this error
14:01 Ali_Raza Fatal error: Maximum execution time of 30 seconds exceeded \t3lib\class.t3lib_lock.php
14:01 Ali_Raza can anybody help
14:01 Ali_Raza ?
14:01 maholtz|WORK ask your hoster to increase that value
14:03 [Francesco] are you experiencing that error while doing extension loop up ?
14:03 [Francesco] *look up
14:03 Ali_Raza yes
14:03 [Francesco] 1st solution is to ask to your hoster to, at least, double that value
14:04 [Francesco] 2ns solution is to donwload and install from your pc the single extension
14:04 [Francesco] you make a resesearch in the typo3.org (extension subiste), choose, download, install from local.
14:05 animan could it be, that 4.1.7 is too old to use options.clearCache.pages = 1 to allow non-admin BE users to clear cache?
14:05 [Francesco] maybe there are other solution, but i dunno
14:05 Ali_Raza ok
14:05 Ali_Raza can you tell me the reason of this error
14:09 Ali_Raza any body has other solution|?
14:12 maholtz|WORK reason: on shared hosting your script could took to much ressources of the server - so there is a possibility to limit the execution time of an script
14:12 [Francesco] the reason of this error is that the extension look up action keep a long time of execution and the php installation of your hosting has in its php.ini (file with php settings) a execution time limit too low
14:13 [Francesco] something similar to another php paramater that control the maximum size of an upload
14:18 randomresult hello everybody
14:31 [Francesco] is ok using TER Update Check with 4.2.x typo3 version ?
14:35 Bluespuke is there a way to use a USER object defined in typoscript as content element?
14:38 maholtz|WORK there are some plugins where you can put in typoscript
14:41 [Francesco] Blue: try this extension --> tscobj
14:59 Bluespuke Francesco: looks great that extension
15:27 Rickard Is there a problem with running typo3 on IIS6 using FastCGI?
15:44 slash how can i show all data sets in the listview? standard is 1 to 20.
15:45 chaser hi, i'm having trouble with images in news (tt_news 2.5.2, typo3 4.2.1)
15:45 chaser i include them via Relations -> Images but they're not showing
15:46 chaser i get an empty img tag
16:04 chaser nevermind, it was imagemagick
16:23 slash is this possible? TCA / config type Group should only show records with sys_language_uid=0.
16:24 NublaII I need to implode an array from sr_feuser_register form so I can store it as a string on the db... where can i do that?
16:58 Rickard Hmm. What happened to the convenient search box in the lower left corner of the backend? I just upgraded to 4.2 and there's a search box above the tree, but you can't just type in an ID number and jump to the page that way.
17:07 Bluespuke bye
17:45 dokma guys do you know how to pull sitename from ts?
17:46 dokma maholtz|WORK: ^^^^
17:47 dokma Denyerec: man you around?
17:48 maholtz|WORK you want to change <title> or get pagetitle?
17:48 maholtz|WORK {page:leveltitle}
17:49 dokma want to pull sitename
17:50 dokma while from localconf
17:50 dokma $TYPO3_CONF_VARS['SYS']['sitename']
17:51 dokma can that be fetched?
17:52 Denyerec hey dok
17:52 dokma hey mate
17:54 maholtz|WORK @dokma: perhaps TSFE:sitename? do not know, have to go now, bye
17:54 dokma thanks mate
17:54 dokma good luck
18:21 NublaII I need to turn a checkbox selection into a string, not an array... can it be done via javascript on submit?
18:34 simsalatypo3 hello all i need some help why is my flv player not working well is desconnection the connection
18:34 simsalatypo3 what can i do to avoid this
18:35 chefan that is more like a flash question i think
18:35 chefan typo3 has very little to do with delivering flv
18:38 simsalatypo3 ok maybe it breaks bec of any cahching the connection of the streaming
18:40 chefan very unlikely
18:40 chefan what's your setup?
18:40 chefan simple apache or are you using some squid or varnish?
18:49 untouch_ hi
18:58 untouch_ i got a short question
18:59 untouch_ i implemented 4 CEs into the right col of my root page template
18:59 untouch_ http://paste.phlogi.net/-e5bd84dad9/
19:00 untouch_ how can i avoid that this method overwrites all CEs i set in the backend to the right col by the normal way(not per ts)
19:00 untouch_ because those are not shown anymore
19:02 Phlogi untouch_: use a COA on styles.content.getRight
19:02 Phlogi I think that should work
19:03 Phlogi untouch_: http://lists.netfielders.de/pipermail/typo3-german/2006-October/023829.html
19:03 Phlogi something like that
19:13 untouch_ it doesnt work ;(
19:13 Phlogi untouch_: show the code then
19:13 untouch_ do i have to use markers?
19:13 Phlogi did you understand the basics of COA? read tsref if not please
19:14 Phlogi untouch_: nope... you can do it all in that multi object afterwards
19:14 Phlogi did you start like here? using your marker of course
19:14 Phlogi http://lists.netfielders.de/pipermail/typo3-german/2006-October/023829.html
19:15 untouch_ i got not marker
19:15 untouch_ no even
19:16 untouch_ http://paste.phlogi.net/-a23c57896e/
19:16 untouch_ this is what i did
19:17 untouch_ also tryd this
19:17 untouch_ http://paste.phlogi.net/-f2ca5dfcac/
19:18 Phlogi untouch_: http://paste.phlogi.net/-ac9515b9c6/ try that
19:18 Phlogi you should get at least hello at the end
19:19 untouch_ works
19:19 untouch_ ^^
19:19 untouch_ one sec
19:19 untouch_ plz
19:19 Phlogi take it easy, relax
19:19 Phlogi understand
19:19 Phlogi think
19:19 Phlogi become happy :D
19:20 untouch_ ok
19:21 untouch_ and how can i do it now that IF theres a CE added by backend to the right col
19:21 untouch_ it gets shown also?
19:21 Phlogi untouch_: you create another object in that COA?
19:22 Phlogi like the text one I did
19:22 untouch_ yea but its not supposed to be added by TS
19:22 Phlogi there you copy over styles.content.getRight
19:22 Phlogi 10 < styles.content.getRight
19:22 Phlogi better use 30 or something
19:23 untouch_ per ext templ on the page i want them to be able to add ces ?
19:23 untouch_ or into the root below the block you pasted
19:23 Phlogi try it
19:23 Phlogi all the normal CE's are added
19:24 Denyerec Anyone here much good with the new RTE ?
19:24 Denyerec when I say "new" I mean "Latest version"
19:24 Denyerec I rememeber uschi talking about some great new changes
19:24 Denyerec but have only just got around to using it
19:25 untouch_ hmm im sorry ;( i dont get get it
19:25 untouch_ http://paste.phlogi.net/-06526c6c8b/
19:25 untouch_ http://typo3.liquidc.net/ycspo/index.php?id=90&L=0
19:26 untouch_ on the site anfahrt
19:26 untouch_ there usualy is a CE type pic added to the rightcol
19:26 Phlogi untouch_: whats the problem again?
19:26 untouch_ but its not added by TS its added by backend flexform normally
19:27 Phlogi hmm normal CE's should get included with this line... so
19:27 untouch_ hmm i dont know my english is not good
19:27 untouch_ can you take a short look into my backend
19:27 untouch_ just view the site anfahrt
19:27 Phlogi sorry not a the moment
19:27 untouch_ np
19:27 Phlogi I'm off very soon
19:27 Phlogi later maybe
19:27 Phlogi good luck
19:32 untouch_ thanks
19:56 snoy_ms hey all! Anyone has a link or a tip for me. I forgot how to implement a picture in hmenu. I want to take the picture out of the page settings...
20:10 snoy_ms no one kows it ?
20:26 [Francesco] try by css
20:26 daKmoR how can I find out if I'm in the FE editing and not in the BE?
20:26 daKmoR with the RTE?
20:56 hawkeye78 hello
20:57 untouch_ hi
21:22 Argon267 what does this mean: Warning: exec() has been disabled for security reasons in /var/www/web41/html/t3lib/class.t3lib_stdgraphic.php on line 2520
21:22 Argon267 how to fix that
21:24 daKmoR Argon267 you server doesn't allow you php scripts to use shell access....
21:24 daKmoR contact your provider
21:25 daKmoR or life with it... (no dynamic image resizing...)
21:25 Argon267 okay
21:25 Argon267 so how do i deactivate
21:25 Argon267 dynamic image resizing
21:26 Argon267 image_processing set to 0?
22:40 snoy_ms small question. how can i implement data in a linkWrap ?
22:40 snoy_ms something like 1.NO.linkWrap.insertData
22:51 snoy_ms this doesn't work -> 1.NO.linkWrap = <li class="category_{field:pid}">|</li>
22:51 snoy_ms what can i do here ?
22:55 Fluo Can i install more than one typo3 instance on same server (mean PROD and DEV )?
22:59 Fluo I not found any documentation about that ! Do you know it's possible?
23:02 snoy_ms sorry, but anyone knows a trick to do this ? 1.NO.linkWrap = <li class="category_{field:pid}">|</li>
23:02 snoy_ms it showes {field:pid} and not the pid itself
23:23 snoy_ms NO.wrapItemAndSub = <li id="li_{field:pid}">|</li>
23:23 snoy_ms NO.stdWrap.insertData = 1
23:23 snoy_ms this also doesnt work :-(
23:42 snoy_ms no one..
23:42 snoy_ms ?

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.