Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 13 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:09 FloLeBlanc hi all
08:09 sorenmalling Morning
08:10 FloLeBlanc did someone implement a GMenu with DistributeX and "spacers" between the menu items yet? how do I calculate the distributeX in that case with TS? is this possible?
08:12 FloLeBlanc oh.. hi void :)
08:21 FloLeBlanc I'd need something like: distributeX = Y - 10*([numberMenuItems]-1) :)
08:23 FloLeBlanc what is the int+ type for a value in TSRef?
09:09 onfire hey
09:50 MasterYin Morning Everyone
09:51 FloLeBlanc hi Yin
09:53 MasterYin I try to get my linkhandler running... I'm using T3_4.2.6 and linkhandler 0.1.11, when I'm appliing the patch (what isn't required for 4.2) I can see my Link-Tab for the News but there is an php-error klicking it, not appliing the patch the tabs for my News are not displayed... ideas?
10:16 MasterYin maholtz|WORK: do you have an idea.. you said you are using it
10:19 smeringe anyone slick with ts? I'm including a default tt_news singleView with a content object, and I try then to set a template for it, but it just uses the default one. I'm doing this via an fce (only way I could think of with TV); http://paste.phlogi.net/single_default_tt_news_item/
10:23 MasterYin plugin.tt_news.file.templateFile = fileadmin/templates/giff/ext/tt_news_video/templates/tt_news-video.html
10:23 MasterYin this should work
10:23 maholtz|WORK @MasterYin: check IRC archiv - you quit yesterday before i answered
10:24 MasterYin use the Template-Analyzer to see how it is configured in the default Template
10:24 MasterYin how to check this Archiv?
10:28 smeringe MasterYin: nope. the file isn't it. the funny thing is that I got other tt_news on the same page and the exact template setting in setup. and it works for them
10:29 smeringe MasterYin: see topic. there i s a log link..
10:29 MasterYin thx
10:30 MasterYin "maholtz perhaps he reads the irc archive.." :-D
10:34 MasterYin Just checked the Log and added the mod.tx_linkhandler conf but no effekt in the rte-Link-wizzard
10:40 PanTerra hi
10:40 PanTerra Does annyone knows a sollution to the following error TYPO3 Fatal Error: Extension key "pagepath" was NOT loaded! (t3lib_extMgm::extPath)
10:41 MasterYin :)
10:41 MasterYin You have to load the extension pagepath
10:41 MasterYin Go to your Ext-Manager --> Import Extension --> Pagepath
10:42 PanTerra I m gonna try it
10:42 MasterYin Any of your installed extensions requires this extension
10:43 _pedda_ MasterYin: http://www.rvantwisk.nl/typo3-irc-log.html
10:43 _pedda_ oh.. sorry.. you already got it :)
10:43 PanTerra The running PHP version (5.1.6) is lower than required (5.2.0)
10:44 PanTerra can I ignore this or do I have to update php
10:44 _pedda_ i would say you can't ignore it
10:45 _pedda_ what is your t3 version actually ?
10:45 PanTerra I was afraid you would gonna say that
10:45 _pedda_ < 4.2
10:45 PanTerra 4.2.1
10:45 MasterYin don't know... try to ignore if you are lucky it will work if not you have to upgrade
10:45 _pedda_ hmm you're running 4.2.x in a non php 5.2.x environment?
10:46 _pedda_ i thought 4.2.x requires php 5.2.x
10:46 PanTerra I didn`t got anny errors on installing
10:47 PanTerra I m running centos 4.4, and php 5.1.6-3 is the latest version I can install with yum
10:47 PanTerra :s
10:54 mcfly_ before i start take the "file explorer"-extension apart, is there a simple ext which enables a progress bar for file uploads?
10:55 MasterYin maholtz|WORK: do you have another idea how to get it run?
10:56 PanTerra ok I m gonna compile php 5.2 thanks for the info
10:56 MasterYin http://paste.phlogi.net/-3b3c241fba/ <-- this is my setting
10:58 maholtz|WORK @MasterYin: which version of TYPO3 + rtehtmlarea do you have?
11:00 MasterYin T3 4.2.6 & rte 1.7.9
11:01 f1sHMaN how can i realize a global error mesage for the mailformplus? like: please fill in all the req. forms?
11:04 f1sHMaN is someone expiried with th_mailformplus?
11:16 smeringe anyone know a way to display a default singleview tt_news item if no one is set/selected from list/latest? I've tried tried to resolve one with a ts CONTENT object, but I can't set template so I'm thinking there might be other ways.
11:29 maholtz|WORK @smeringe: afaik there is the possibility to set default vars... so you could set an tt_news item...?
11:43 MasterYin I'm really frustrated... why does my RTE don't want to show the f***ing News-Tab....
11:54 _pedda_ is there a way to change the entrlevel dynamicaly ?
11:54 _pedda_ +l
11:55 _pedda_ i have a navigation which has a headline (entrylevel = 3 + doNotLinkIt = 1)
11:55 _pedda_ beyond the headline entrylevel = 4 gets listed
11:55 _pedda_ OR entrylevel = -1
11:56 _pedda_ displays the same result
11:57 _pedda_ but -1 is only needed if feuser is on the page equal to the headline (because i can't disable dthe link for the page in breadcrumb)
11:57 _pedda_ hmm
11:58 _pedda_ i could deal with expAll for entrylevel = 3
11:58 _pedda_ let me check
12:27 fred^ How would you match for example http://www.domain.com/-en-viktig-plass-for-oss.545548-28288.html and redirect it permanently to / in the htaccess file?
12:28 fred^ Like http://www.domain.com/-*.*.html
12:41 d|g hi all :)
12:54 mcfly_ before i start to take the "file explorer"-extension apart, is there a simple ext which enables a progress bar for file uploads?
13:01 maholtz|WORK there is an mass-upload tool which works with java, dam has an progress bar but is not simple
13:03 maholtz|WORK @MasterYin: http://www.phlogi.net/fresh/t3/tspastebin/showPost/linkhandler/
13:04 maholtz|WORK hm.. or this: http://www.phlogi.net/t3/tspastebin/showPost/linkhandler/
13:04 maholtz|WORK what is the difference?
13:29 MasterYin maholtz|WORK: with your config there are also only changes in the default-link-wizzard not in the RTE.... in the rte i can't see the new tabs only activating the patch of linkhandler but the I get a php error....
13:30 MasterYin And the patch is not required in Typo 4.2
13:38 maholtz|WORK perhaps you have some other extensions which hoos in rte? there is a extension like chg_records (sth. like that)
13:49 MasterYin there is nothing thats in contect of RTE I think
14:13 MasterYin Hey George
14:13 MasterYin without e I think... :)
14:27 f1sHMaN need help with th_mailformplus and postfix, anybody in here?
14:40 f1sHMaN need help with th_mailformplus and postfix, anybody in here?
14:40 f1sHMaN i have a multipage form and the error check isnt working!
15:02 f1sHMaN so many people but no answer, nice ;)
15:31 tpet hello
15:32 maholtz hi tpet
15:32 tpet ist deutsch gestattet? ^^
15:32 maholtz if english is possible not;)
15:33 tpet ok ^^
15:33 maholtz would be nice and fair - before quit, try german:)
15:33 maholtz well, the offical language here is afaik "denglish" ;p
15:34 tpet 1 question ... sr_feuser_register ... id like 2 make a multipage register ...
15:35 maholtz ok, imho that is not easy
15:35 maholtz i tried it once with javascript - was not really nice
15:36 maholtz i do not know status of tx_community, but perhaps it is worth to have a look at (search at forge.typo3.org)
15:36 tpet i know ... *g* ive tried with CSS Tabs ... but this solutuion is not the greatest ... because if an input fails the user is on the first CSS Tab and not on this field where the input fails
15:38 tpet i go crazy ^^ ... no time and so much to do ...
15:38 tpet in mailing lists i found some info ... but they dont help me ......
15:39 tpet Extension Template ---> Def 1. Site with required fields ... 2.nd site optional ... but the link to the second site and the field check dont work so ...
15:40 tpet omg ... thats realy denglisch :D
15:43 f1sHMaN http://www.typo3forum.net/forum/alle-anderen-extensions/37749-th_mailformplus-multipage-form-error-check.html#post126955 --> need help (german)
15:48 tpet ###value_amounter2### ? why? ^^
15:49 maholtz @tpet: its an very special question....
15:50 tpet hm ... i solve it with my css tabs and a litle bit JS ...
15:50 tpet i hope this works while a better solution is out
15:50 maholtz :)
15:57 tpet so ... haut erstma hin ^^
16:28 tpet thx 4 your help / infos :) ... if ive more time ill look 4 a better solution ... byebye
16:34 f1sHMaN any idea: http://www.typo3forum.net/forum/alle-anderen-extensions/37749-th_mailformplus-multipage-form-error-check.html#post126969
16:35 beeeviz is it possible to use OR phrases in the typo3 standard searchform?
16:36 nd__ Anyone into typo3v4-mvc yet? I need to access fe_users as an object, how do solve that?
17:44 boonkerz hello
17:44 boonkerz in templavoila how can i create releation with no every click on create relation paste create paste

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.