Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 7 July 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
00:18 Jamm 4 - If you are setting up TYPO3 from anywhere other than on the server itself (where you can use http://127.0.0.1 as the address), open /typo3/install/index.php in your text editor and comment out lines 40 & 41 (adding /* at the beginning of the blank line before line 40, and */ on the blank line after line 41)
00:18 Jamm which lines are ment?
00:19 Jamm 40 and 41 are // Insert some security here, if you don't trust the Install Tool Password:
00:19 Jamm and // **************************************************************************
01:00 kubz hi, I have strange problem on freebsd 8 - when I run version from ports or newest from sf.net I get error 500 in installation script on lighttpd or empty php file, on apache 2.2
01:00 kubz what's wrong?
01:35 nhaskins I'm trying to put a paypal button in a rte text element, but it keeps changing the < and > to &lt; and &gt; on the form and input tags.
01:35 nhaskins I've added form and input in parseFunc.allowTags and parseFunc_RTE.allowTags, but it still changes all the brackets. I've cleared cache many times. What am I missing?
09:19 maholtz|WORK morning
09:20 iaj morning
09:44 danslo_ mornin!
09:55 ironm Hi guys .. new day .. the same unsolved sr_feuser_register issus in connection with direct_mail *_* .. could one of you check if your BE sr_feuser_register / direct_mail looks different than http://bugs.typo3.org/file_download.php?file_id=12118&type=bug for typo3 4.3.3 or 4.4.0? - thanks a lot in advance ;)
09:58 ironm the second unsolved issue are missing category checkboxes in the direct_mail / recipients lists tab in BE .. screenshot http://bugs.typo3.org/file_download.php?file_id=12119&type=bug - I have the same question as before .. just to check your BE tab ... thank you for your kindly help :)
10:00 ironm you will run in same troubles wenn running typo3 4.4.0 with php 5.3.2-1 and both extensions mentioned above .. just more details about these issues are in http://bugs.typo3.org/view.php?id=14973 and http://bugs.typo3.org/view.php?id=14976
10:07 Phlunk3 Hi guys, I need to add a thumbnail to the DAM module for flv files. Anyone know of an extension which does this already?
10:15 ironm no idea Phlunk3 .. but maybe you can help me in my issue: "you will run in same troubles wenn running typo3 4.4.0 with php 5.3.2-1 and both extensions mentioned above .. just more details about these issues are in http://bugs.typo3.org/view.php?id=14973 and http://bugs.typo3.org/view.php?id=14976"
10:15 iaj Which mailplugins do you guys tend to use?
10:15 ironm Phlunk3: these extensions are direct_mail / sr_feuser_subscribe
10:16 ironm iaj: mailplugins for what?
10:16 iaj Typo.. well - for formulars to be submitted to one's email account.
10:16 ironm iaj: for newsletter? .. or something else ?
10:16 iaj Nah basic information submitting formulars
10:17 iaj with copy to US and copy to USER
10:17 iaj or sth :)
10:17 ironm iaj: formhandler (allows you also to use captcha .. I use free_cap)
10:18 Phlunk3 what is ur actual problem iaj?
10:18 iaj formhandler?
10:18 ironm sr_freecap is the name of the extensin @ iaj
10:18 iaj Phlunk3: well I've been using TMailform, but if you got more than one form on the page.. the text for 'Thanks' is being replaced on all occasions of Tmailform
10:19 iaj and cant happen to install Powermail on that Site :(
10:19 ironm iaj: it is an extension .. formhandler
10:19 iaj ironm: Im gonna give it a try
10:19 iaj is it Flexform only - or template based?
10:20 ironm iaj: it is quite powerfull .. however not easy to configure
10:21 ironm you have to define the form templates yourself (if dont want to use defaults) @ iaj
10:22 iaj ironm: alright - is it ok with Use content from stuff?
10:22 iaj e.g. can it be used on several pages/
10:25 iaj wah I always get Error 500- when trying to retrieve the ext list :(
10:25 ironm iaj: yes .. you have to place the plugin on different pages and have a separate template / lang.xml for each of them (configurable in flexform)
10:34 untouh23 hi i have typo3 4.4.0 , why is there no syntax highlighting in my TS tpl anymore?
10:38 ironm untouh23: I can't remember exactly . but you have to activate one extension (like sys extension) to have syntax highlighting in BE
10:39 markus4 im trying to customize default page. there is a picture in the left upper corner and a text starting in the same height. now, what i need is some empty lines (<p>) before the picture and text. Is that possible?? i can only insert empty lines before the text, but not before the picture
10:41 ironm markus4: you can add some padding in your .css for this <div> for your picture .. or whatever ..
10:42 markus4 sounds compicated :) thnx
10:44 kubz_ hi
10:44 kubz_ i renew my question
10:44 kubz_ have strange problem on freebsd 8 - when I run version from ports or newest from sf.net I get error 500 in installation script on lighttpd or empty php file, on apache 2.2
10:44 kubz_ what's going on here?
10:45 kubz_ I have*
10:47 ironm kubz_: have you check access rights for your typo3 source? .. should be partialy the same as the owner of lighthttpd I guess ..
10:47 ironm +ed
10:48 kubz_ I guess they are good, because I copied them from /usr/local/www/typo3 (where ports installed typo3)
10:49 kubz_ http://kubz.tk/ls.txt
10:51 markus4 excuse me ironm. when i change things in the .css - it will affect on all pages right? is it possible to change just that one single page? its my default start page. but i guess not :< (sorry 4 interrupting)
10:53 ironm markus4: yes .. all involed pages which use the .css file
10:57 kubz_ there's no error in apache logs, what is it...
10:58 ironm you will not find any errot in the httpd-server logfile @ kubz_
10:58 ironm error
11:02 kubz_ i ran class.tx_install.php via console, and there was "Class 't3lib_extMgm' not found" error; so i included class.t3lib_extmgm.php and there's empty page, in console: "Extension key "install" was NOT loaded!"
11:02 ironm kubz_: I guess www is the owner of lighthttpd .. you should check all the sources .. also t3lib ..
11:04 kubz_ ironm: they must be good since I got typo3 from freebsd ports
11:05 markus4 last question :< - is it possible to change the .css file for a single page? where can i change it?
11:06 ironm markus4: if you use another template for this page you can use also another .css .. BUT .. it looks like it is not the recommended way to solve your issue markus4 ;)
11:07 ironm kubz_: I would expect it too .. BUT .. you never know ;) ... it is better to check it ..
11:07 maslenka hello, I have a question too.. is there some way to split long text articles into smaller parts and add "part browser" for article?
11:08 maslenka was looking on cc_cbrowse extension but kinda don't like it's "experimental" status and the fact, that pagecontent is not cached
11:09 markus4 ironm i dont want to change the main .css file. so i could copy it, assign it to my page and play arround!? but i dont know where i can assign the .css for a page. can u help me?
11:10 maslenka markus4 add <mainpagetag class="specificPage"> ... and update your one css file to fit your needs
11:12 markus4 dont understand and google as well
11:18 kubz_ ironm: what can be wrong when permissions are ok?
11:19 kubz_ meh, ports version is 4.3.3
11:21 ironm markus4: an example: http://paste.phlogi.net/templates-2
11:21 ironm kubz_: typo3 is quite sensitive . it depands on the config
11:22 ironm kubz_: if you use php safe_mode e.g. ...
11:22 ironm kubz_: suhosin etc ..
11:22 kubz_ ironm: suhosin could make troubles?
11:23 ironm all the stuff can make troubles kubz_ .. it the config is not the right one
11:24 ironm markus4: did you get it working?
11:24 kubz_ ironm: it's just to get me mad? ;)
11:26 ironm kubz_: not at all .. it is just typo3 ;)
11:27 markus4 Thank you ironm
11:27 markus4 no not at all :) im googling
11:27 markus4 never changed something in typoscript
11:27 markus4 but you gave me the commands thnx
11:28 ironm well markus4 .. I can't do your job ;) .. you have to help yourself a bit
11:28 markus4 yes i just needed the tip :)
11:30 Denyerek maslenka: You looking for pagination on content ?
11:40 kubz_ what the hell is with this typo3
11:41 kubz_ i tried 3 other versions, with same result
11:44 Denyerek kubz_: ?
11:45 kubz_ Denyerek: when I run installator, I get empty file to download (apache 2.2, php 5.3.2, freebsd 8.0)
11:46 ironm kubz_: you could try to install from source ..
11:47 kubz_ ironm: what do you mean? i'm trying to use "123 mode"
11:47 kubz_ but with no luck
11:48 ironm kubz_: the 123 mode is one step further .. if your basic installation misses something the 123-mode will not run as expected
11:49 Denyerek installator ?
11:49 Denyerek You download the source, the dummy
11:49 kubz_ ironm: now I have downloaded 4.4 src + dummy
11:49 Denyerek Stick 'em on the web
11:49 Denyerek create the symlinks
11:49 kubz_ yes
11:49 Denyerek and hit the root
11:50 Denyerek then 1-2-3 should spark up
11:50 Denyerek maslenka maslenka maslenka
11:50 kubz_ there's no 1-2-3, but download file prompt
11:50 kubz_ something is wrong
11:51 Denyerek indeed.
11:52 kubz_ but what?
11:52 kubz_ all versions from 4.1 to 4.4 give same result, download prompt
11:53 ledil hello
11:53 kubz_ hi
11:53 Denyerek kubz
11:53 ledil is anyone using "seminars" or has experiences with that extension ?
11:53 Denyerek what file does it ask you to download?
11:53 Denyerek index.php ?
11:53 kubz_ Denyerek: index.php from typo3/install
11:53 Denyerek Just for shits and giggles
11:54 Denyerek create a file called phpinfo.php containing <?php phpinfo(); ?>
11:54 Denyerek upload it
11:54 Denyerek and visit that in your browser
11:54 Denyerek if you get a download prompt, then the problem is your apache config, not Typo3.
11:54 kubz_ nope
11:54 kubz_ i got phpinfo
11:54 Denyerek URL ?
11:55 kubz_ http://suigintou.kubz.tk/info/info.php
11:55 Denyerek put the file in /typo3/install !
11:55 kubz_ ;p
11:55 Denyerek http://suigintou.kubz.tk/typo3/install/info.php
11:55 Denyerek ?
11:56 kubz_ Denyerek: http://suigintou.kubz.tk/info/typo3/install/info.php
11:59 kubz_ on lighttpd i got 500 internal server error than download prompt
12:07 markus4 ironm: ok, now guess what. above the empty lines should be a little text. i hope this is possible :) i guess not :<
12:08 ironm markus4: I can't follow you quite ... ;)
12:10 Denyerek kubz_: I can see your PHPInfo
12:10 Denyerek check the file owner and permissions on the info script and the install script
12:10 Denyerek maslenka: http://typo3.org/documentation/document-library/extension-manuals/iocean_articles/1.1.0/view/toc/0/
12:12 markus4 http://yfrog.com/0dtempzej
12:12 markus4 can i just modify that in the template? i mean. can i put html comands in my custom tempalte?
12:12 Phlunk3 anyone have a service for dam that loads flv file dimensions on index?
12:12 kubz_ Denyerek: they are the same, BUT, some steps of 1-2-3 works, eg. last step
12:13 markus4 sorry, ironm i didnt highlight my wishes. "its the Blahblahblah <p><p><p><p>"
12:13 Denyerek I've never seen it try and get me to download the script
12:13 Denyerek that would point, at laast to me, to a server config issue, or a corrupted file
12:13 Denyerek Beyond that, I'm not sure.
12:13 kubz_ downloaded index.php has 0 bytes
12:13 Denyerek As I've never seen that issue with Typo3, I can't offer much help on how to fix it :(
12:13 kubz_ it's empty
12:14 Denyerek What browser?
12:14 kubz_ firefox
12:14 Denyerek Try it in something decent like opera.
12:14 Denyerek ;)
12:14 aterriblechaos kubz_: you need to check your error log to know more
12:14 Denyerek And that.
12:14 aterriblechaos oprea rules the nations :)
12:14 Denyerek markus4: What exactly are you trying to do ?
12:14 kubz_ aterriblechaos: there's nothing interesting, i mean - nothing about it
12:15 kubz_ "ie couldn't open that site"
12:15 aterriblechaos there has to be something, if you get a error 500 the error log has something ... maybe you need to alter the log level, but im shure that there is something
12:15 markus4 like you can see in the screenshot. move the icon & text some lines down and a text above
12:15 untouh23 hi, i installed typo3 on my fresh new configured root server - for some reason i cannot log into the backend - there comes not even a error message try it http://demo.server97.de/galatea/typo3 USERNAME:admin PASSWORD:rockness
12:16 kubz_ i changed error_reporting to E_ALL with no luck
12:16 aterriblechaos kubz_: did you restart apache after that?
12:16 kubz_ aterriblechaos: erm, nope
12:18 kubz_ "PHP Notice: Undefined index: ORIG_SCRIPT_FILENAME in /www/area51/info/typo3/install/index.php on line 50"
12:19 untouh23 what could the problem be?
12:19 Phlunk3 u have some extension installed for messing with login?
12:19 DBunkerd untouh23: an error message appears if one uses the WRONG password
12:20 DBunkerd are you able to access the install tool?
12:20 Phlunk3 its not the wrong password
12:20 untouh23 yea iam able to access the install tool
12:20 untouh23 i have no extensions installed either
12:20 Phlunk3 rights issue Im guessing
12:21 untouh23 the page works local on xampp
12:21 untouh23 i dumped the db and installed typo3
12:21 untouh23 the frontend looks fine
12:21 untouh23 but i cannot access the be
12:22 Phlunk3 Failed to load source for: http://demo.server97.de/galatea/typo3/backend.php
12:22 Phlunk3 Failed to load source for: http://demo.server97.de/galatea/typo3/index.php
12:22 untouh23 where did u get that
12:22 untouh23 "failed to load source"
12:22 untouh23 ?
12:23 Phlunk3 on login attempt
12:23 untouh23 hm i dont ;(
12:23 untouh23 i just get back to the loginfields
12:23 untouh23 without any message
12:23 Phlunk3 me too
12:24 Phlunk3 but I have firebug
12:25 untouh23 mh
12:25 markus4 it works . thank you so much ironm :D :D :D
12:26 untouh23 now whut ;/
12:26 Phlunk3 untouh23
12:26 Phlunk3 open_basedir set
12:26 Phlunk3 open_basedir=/var/www/vhosts/demo.server97.de/httpdocs:/tmp
12:26 Phlunk3 This restricts TYPO3 to open and include files only in this path. Please make sure that this does not prevent TYPO3 from running.
12:26 Phlunk3 Notice (UNIX): Before checking a path according to open_basedir, PHP resolves all symbolic links.
12:27 Phlunk3 isnt a prob for you maybe?
12:27 ironm markus4: you are welcome :) - what is your solution?
12:31 untouh23 ahhh
12:31 untouh23 the localconf.php didnt have 777 right ;)
12:31 untouh23 not it works thx
12:34 untouh23 oh fuck
12:34 untouh23 my fault
12:34 untouh23 that didnt solve the problem either
12:34 untouh23 damn
12:35 untouh23 thought that was it
12:35 aterriblechaos kubz_ : try to set display_errors = On in your php.ini and restart apache
12:38 kubz_ aterriblechaos: in apache error log is only 404 error for favicon
12:50 markus4 i just found out which template is the one who edit. and i found out that it will work. im just trying to assign the template to that page now. without success _yet_ ;)
12:51 markus4 may i assign the template in root?
12:51 kubz_ what the hell
12:51 kubz_ on another jail on the same machine
12:51 kubz_ typo3 1-2-3 installer started
12:52 kubz_ i just copied apache config from this machine
12:52 kubz_ :o
12:52 ironm Guys .. new day .. the same unsolved sr_feuser_register issues in connection with direct_mail *_* .. could one of you check if your BE sr_feuser_register / direct_mail looks different than http://bugs.typo3.org/file_download.php?file_id=12118&type=bug for typo3 4.3.3 or 4.4.0? - thanks a lot in advance ;)
12:52 ironm the second unsolved issue are missing category checkboxes in the direct_mail / recipients lists tab in BE .. screenshot http://bugs.typo3.org/file_download.php?file_id=12119&type=bug - I have the same question as before .. just to check your BE tab ... thank you for your kindly help :)
12:53 ironm you will run in same troubles wenn running typo3 4.4.0 with php 5.3.2-1 and both extensions mentioned above .. just more details about these issues are in http://bugs.typo3.org/view.php?id=14973 and http://bugs.typo3.org/view.php?id=14976
12:53 Denyerek No ironm, I can't help ;)
12:53 ironm tnx Denyerek :)
12:54 ironm Denyerek: there is another guy .. however his nickname is Denyerec ;)
12:55 pulponair hi there
12:58 markus4 inronm works
12:59 Denyerek Nah
12:59 maslenka <Denyerek> maslenka: You looking for pagination on content ?
12:59 Denyerek Denyerec's a muppet.
12:59 maslenka yes, looking for something like that
12:59 Denyerek Ok
12:59 Denyerek maslenka: Look for the URL I pasted you
12:59 Denyerek it's for an extension that allows creation of paginated articles
12:59 Denyerek 2010
13:00 markus4 ironm i copy paste the typoscript "PAGE" to the default page and changed the template
13:00 maslenka sorry was dragged to something
13:00 Denyerek nps
13:00 Denyerek maslenka: http://typo3.org/documentation/document-library/extension-manuals/iocean_articles/1.1.0/view/toc/0/
13:00 Denyerek You may already have seen it, but it seems close to what you want.
13:01 ironm markus4: what about all other pages ?
13:01 maslenka Denyerek: thanks, will try that
13:04 markus4 ironm the problem is, that 3 subpages use the same templates
13:05 markus4 the custom template
13:05 markus4 :(
13:05 aterriblechaos ironm: try to set
13:05 aterriblechaos TCEFORM.fe_users.module_sys_dmail_category.disabled = 0 and TCEFORM.fe_users.module_sys_dmail_category.PAGE_TSCONFIG_IDLIST = PAGE_ID_WHERE_CATEGORIES_ARE in your page tsconfig
13:08 ironm hi aterriblechaos :) .. thanks a lot .. I am just checking again the config ...
13:08 aterriblechaos ironm: same for categories in recipient lists .. you should be able to see them after setting the page tsconfig for TCEFORM.sys_dmail_group.select_categories.disabled = 0 and TCEFORM.sys_dmail_group.select_categories.PAGE_TSCONFIG_IDLIST = XYZ
13:12 ironm aterriblechaos: I include three files in the root ts-template - http://www.phlogi.net/f/t3/tsp/sp/dmail-1
13:13 aterriblechaos not ts template ironm, page ts config!
13:13 ironm aterriblechaos: probably there is somewhere the problem ..
13:13 aterriblechaos i think you cant include files in page ts config ... but im not 100% shure
13:13 ironm what page aterriblechaos ?
13:14 aterriblechaos you can use the direct mail folder
13:14 aterriblechaos or the user folder .. to be shure use the root page
13:14 ironm aterriblechaos: OK .. I will check it again and let you know ;) .. thanks a lot :))
13:15 aterriblechaos ironm: np .. you can find tsconfig when editing page properties, Options / tsconfig
13:15 kubz_ what's going on with this typo3? :o I copied configs from machine on which typo3 works, and on second it doesn't work
13:15 ironm yes aterriblechaos .. I know that ;)
13:16 ironm aterriblechaos: it is a good hint :))
13:17 aterriblechaos ironm: it worked for me after setting this
13:19 ironm so it should work for me too aterriblechaos .. do you run typo3 4.4.0 and php 5.3.2-1 (safe_mode)?
13:20 aterriblechaos no safe_mode, but 4.4 with php 5.3 and Suhosin-Patch
13:21 ironm sound well aterriblechaos :) .. nearly like me (excl. safe_mode)
13:22 aterriblechaos this is just my play around machine, for production i use nginx with memcache and fastcgi
13:35 markus4 ironm i need your help. the last time for sure
13:35 ironm yes markus4 ?
13:36 markus4 i ve 3 subpages and i have to set the templatefile to the default one. no problem on 2 subpages. but 1 subpage doesnt has any template
13:36 markus4 wait i make a screenshot
13:37 markus4 http://yfrog.com/3ztemp2bj
13:39 markus4 this is how the other subpages looks like: http://yfrog.com/j8temp3j
13:40 markus4 is it an extenstion template?
13:40 ironm markus4: normally the subpages would use the template of the parent page .. if you set it as root template .. template -> page with your template -> edit -> options -> clear (constants, setup) / root level
13:42 markus4 yup, i want differend one to root, home, and subpages from home:)
13:43 markus4 ok works i overwrite the template variable on all pages
13:44 markus4 typo3 asked me "are you sure that you really want to do this?" as i clicked on create new template... thats why i asked
13:46 chris--- hi
13:46 chris--- i have a problem with formhandler. every time i upload one file he deletes all my choices for select and checkboxes. everything else is still there though (text,textarea,...). any ideas what i might be doing wrong?
13:47 chris--- that's how my checkbox looks like: http://pastie.org/1034144
13:48 kubz_ typo3 is HUGE
13:48 kubz_ very huge ;o
13:48 chris--- i guess the checked part is not right, but from the examples it looks like its checked+id of the element
14:03 markus4 i cant write a link in a templatefile (hardcoded) ??
14:10 Prot0 you can..
14:15 kubz_ is there article about moving typo3 on another server?
14:16 ironm aterriblechaos: some good news :) .. at least "recipients lists" tab shows already the "Must subscribe to one of the categories" subpart .. feuser_register still not .. I have to look furhter ;)
14:17 Prot0 kubz_: I don't know of any, having any problems with doing so?
14:18 kubz_ Prot0: dunno, I had problems with typo3 and I don't know moving will cause problems ;)
14:18 ironm Prot0: kubz_ runs FreeBSD .. maybe the config of the new server is not exactly the same
14:18 Prot0 you might encounter some problems with stuff like image rendering
14:19 tomek_ hi
14:19 Prot0 but those are usually things that are fixable :)
14:19 Prot0 hi
14:20 kubz_ i hope so :P
14:20 tmkd how can i show top bar, witch 'clear cache' button in redactor's account?
14:21 Prot0 :-)
14:24 Prot0 tmkd: http://typo3.org/documentation/document-library/references/doc_core_tsconfig/4.3.1/view/1/4/#id2344309
14:25 Prot0 options.clearCache.all = 1
14:25 Prot0 in user TSconfig
14:26 tmkd how can i add user tscnfig?
14:26 tmkd in Web->tamplate?
14:26 Prot0 no
14:27 Prot0 Go to Admin Tools > User Admin
14:27 Prot0 edit the user/usergroup
14:27 Prot0 User TSconfig can be set under the tab "Options"
14:33 No5251 if somebody uses the worldcup extension and likes to add the game for the third place: http://bit.ly/aq6Srq
14:36 tmkd Prot0: thanks a lot
14:36 Prot0 yw
14:41 tmkd Prot0: i have also second problem, news admin doesnot show articles that are not assigned to any category?
14:43 tmkd Prot0: i have also second problem, news admin doesnot show articles that are not assigned to any category?
14:44 tmkd shit, it should be without ?
14:44 tmkd i have also second problem, news admin doesnot show articles that are not assigned to any category
14:44 Prot0 dont worry, i understood the question
14:44 Prot0 possible, have to say that i dont have any experience with the news admin module :-)
14:44 Prot0 sorry
14:45 tmkd ok, perhaps someone else will help. thanks again for your last advice
15:19 kubz_ i
15:19 kubz_ nah
15:19 kubz_ i've found why i couldn't install typo3 on my machine
15:19 kubz_ there wasn't standard php module
15:19 kubz_ :o
15:23 kubz_ so if you have *strange* problems with typo3, check for filter.so
15:23 kubz_ ;)
15:32 ironm kubz_: is it FreeBSD specific? (filter.so) .. don't you have something like "list all installed packages" ?
15:32 kubz_ ironm: nope, it was issue with my php build
15:33 kubz_ on another freebsd there was this library
15:35 kubz_ i don't know why, but when upgrading php i always have troubles with new php :p
15:37 Phlunk3 ok guys another sr_feuser_register question from me, when registering with the email confirmation (confirm your own email) where do I set the usergroup that people should be moved to once they have confirmed?
15:39 tmkd news admin doesnot show articles that are not assigned to any category
15:39 ironm aterriblechaos: in case you are around .. it is AMAZING! .. only when I put the ts-code or the include statement in the local ts-setup of folders with users the "category subpart" appears on the apropriate pages! *_*
15:39 tmkd how to fix that?
15:39 Phlunk3 usually just ban the spammer is your best move
15:39 ironm aterriblechaos: the include statement works also within the local ts-setup : <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/staticTS/direct_mail_local_setup.txt">
15:40 ironm Phlunk3: two groups: .. "upon registration" and "after confirmation"
15:41 Phlunk3 yeah, the after confirmation doesnt seem to wanna work for me.
15:41 Phlunk3 maybe Im setting it in the correct place.
15:47 ironm aterriblechaos: the working local ts-setting was : http://www.phlogi.net/f/t3/tsp/sp/categories .. HOWEVER I can put probably more stuff there (what I have put until now in the root ts-setup .. like defining categories in TS .. http://paste.phlogi.net/category_ts-1)
15:48 kubz_ where can I add news? i mean visible on site
15:48 aterriblechaos ironm: direct mail mysteries ... direct mail has a lot of features, but always when i have to implement it i have new problems ...
15:49 ironm aterriblechaos: I have to check if I have move all the config stuff from the root TS-setup to the local TS of sys-folders with users .. for direct_mail .. and fe_users
15:50 ironm have to move .. sometimes I had to put the constants ONLY in the constant part of the root ts-template . otherwise it didn't work
15:52 ironm have you ever tried to define categories using the local ts setup aterriblechaos ? . like in http://www.phlogi.net/t3/tsp/sp/category_ts-1
15:53 aterriblechaos ironm: no, i think i always used list mode to create categories
15:54 ironm aterriblechaos: it means some additional click-work .. when making creating new site .. I try to outsource most of the ts-setup code in externel files and include them
15:59 aterriblechaos ironm: sounds like a good aproach.. i once started to write a extension for typo3wizard so that you can download every the snippets as extensions with a static include, but never finished it
16:04 ironm aterriblechaos: YES .. something like that would be great .. to create some config-modules and only include them when needed .. it is the way how I am testing it now .. changing the typo3 version quite offen
16:06 ironm aterriblechaos: it is a lot of work for everybody to make the extension-config every time new. The included manuals are mostly not to helpfull to finish the config within a short time
16:08 ironm aterriblechaos: there could be a chapter with a working "reference ts-config" and some additional requirements where to put it .. IF the default setting doesn't expect to run ..
16:08 aterriblechaos ironm: right, but also collection working configs and publishing them online is a lot of work .. especially writing documentation is a job every developer hates
16:08 ironm aterriblechaos: I know .. I hate it too *g*
16:12 ironm aterriblechaos: I have documented the "missing category subpart" in http://bugs.typo3.org/view.php?id=14976 .. however have to do some test due to some other core bugs (error message in the log) - http://bugs.typo3.org/view.php?id=14976
16:15 ironm and the same issue for "recipients lists" in http://bugs.typo3.org/view.php?id=14973
16:31 neoneye obvious extension recommendation for embedding youtube videos ?
16:35 aterriblechaos neoneye: rgmediaimages
16:36 neoneye aterriblechaos: aha.. thank you
17:00 markus4 where can i set the content? like i want a second link ... next to "impressum"... where can i define it? http://pastebin.com/eQ1vhtTg
17:00 markus4 the topic is "template" sorry :)
17:06 markus4 i dont know it. please help me :)
17:08 tPl0ch Is it not possible to use [globalVar = GP:L=1] in Templavoila Datastructures?
17:08 tPl0ch I am trying to have different default values with if.Empty for different languages
17:09 tPl0ch http://pastebin.com/0GVxVQwf
17:10 tPl0ch If not, how could I accomplish that?
17:21 ironm aterriblechaos: there are some core patches for 4.4.0 - http://bugs.typo3.org/file_download.php?file_id=12120&type=bug
17:22 tPl0ch Is it not possible to use [globalVar = GP:L=1] in Templavoila Datastructures?
17:22 tPl0ch I am trying to have different default values with if.Empty for different languages
17:22 tPl0ch http://pastebin.com/0GVxVQwf
17:22 tPl0ch If not, how could I accomplish that?
17:25 markus4 :(
17:26 markus4 &who
17:26 maholtz|WORK @tPl0ch: use lang
17:27 maholtz|WORK 10.lang.en = Places available
17:27 maholtz|WORK 20.lang = Only few places left
17:27 maholtz|WORK ups. .en
17:27 maholtz|WORK 20.lang.en :)
17:28 tPl0ch maholtz|WORK, erm, that confuses me a bit
17:29 maholtz|WORK @TPl0ch: http://wiki.typo3.org/index.php/TSref/stdWrap#lang
17:30 tPl0ch maholtz|WORK, aaaah, thanks :)
17:30 maholtz|WORK :)
17:30 maholtz|WORK markus4: whats about adding a new section in you template?
17:31 markus4 yes i would like todo that
17:31 markus4 but i dont know how :<
17:31 maholtz|WORK edit your template?
17:31 markus4 yes
17:32 markus4 funny :<
17:32 maholtz|WORK well, seems you did not do it yet?
17:32 markus4 i know how to delete parts of it
17:32 markus4 but how to add a subpart/constant or how its name it. i dont know where to define it
17:33 maholtz|WORK you know that if you are using a template, you add a wrapper and somewhere you need add magically stuff to map the content to your wrapper?
17:33 tPl0ch maholtz|WORK, is it possible to have different dataWraps for each language
17:33 markus4 yes but like in the link i posted. i dont find the mapping of that "###IMPRESSUM###"
17:34 markus4 where in the world is that mapping??
17:34 maholtz|WORK @tPl0ch: afaik not, but instead of using dataWrap you could try to make some stuff with insertData = 1 and lang.en = text {field:uid} etc
17:34 maholtz|WORK @markus4: in your main typoscript setup
17:35 markus4 you mean the template setup in root?
17:35 maholtz|WORK @markus4: for furthor reading bookmark http://wiki.typo3.org/index.php/Ts45min
17:35 maholtz|WORK yep
17:35 maholtz|WORK there you will have things called "subparts2
17:35 maholtz|WORK just paste it so i can have a look
17:36 markus4 nice thank you
17:36 markus4 ok
17:36 markus4 http://pastebin.com/T2909859
17:37 maholtz|WORK there is a section 10.subparts { }
17:37 markus4 yes
17:37 maholtz|WORK there is IMPRESSUM defined
17:38 markus4 yes
17:38 maholtz|WORK so your IMPRESSUM should have been replaced
17:38 maholtz|WORK but it is not?
17:38 markus4 where is that temp.IMPRESSUM
17:38 maholtz|WORK above
17:38 markus4 IT IS IT IS!!! i just want to add something elese
17:38 markus4 else
17:38 markus4 above ?? no. IMPRESSUM will be replaced with a link
17:38 markus4 i dont see any link
17:39 maholtz|WORK HMENU creates an MENU
17:39 maholtz|WORK of all pages which are defined in {$bottom_menue_pids}
17:39 maholtz|WORK welcome to the world of typoscript
17:39 maholtz|WORK so, just change that value in the constants
17:39 maholtz|WORK it will be defined there
17:40 maholtz|WORK add your new page, if you want to have
17:40 maholtz|WORK you will not see something like <a href=""... in typoscript setup (hopefully)
17:40 maholtz|WORK there is an internal link-management system you should use
17:41 maholtz|WORK the links are created with an menu or with typolink
17:41 markus4 how does they look like?
17:41 maholtz|WORK there are examples (in german) http://wiki.typo3.org/index.php/De:TSref/typolink
17:44 markus4 i get crazy
17:45 markus4 as soon as my company has money again i will hire a typo3 consultant
17:47 ironm it takes at least few months to learn more how to handle typo3 markus4 ;)
17:49 markus4 ye much to complicate for a stupid link
17:50 markus4 unbelievable
17:51 markus4 and why is it not possible to just write the link in the template file?
17:51 markus4 when i write something like "blah" in the templatefile it works. but <a href... doesnt work.
17:53 maholtz|WORK @markus4: if you change your link generation from id=123 to simulate static documents, realurl or cooluri it will work without altering the typoscript, same if you want to use languages and much more
17:53 maholtz|WORK sure it is possible, just dont do it!
17:54 maholtz|WORK <a href should work like "blah" but it would make no sense not to use typoscript for that
17:54 maholtz|WORK make a link:
17:54 maholtz|WORK 10 = TEXT
17:54 maholtz|WORK 10.typolink.parameter = id of your page
17:54 maholtz|WORK done
17:54 maholtz|WORK the tilte would be your page title
17:55 maholtz|WORK the link text it wanted to say
17:55 maholtz|WORK if you want an different link text add
17:55 maholtz|WORK 10.value = this is the link text
17:55 maholtz|WORK its stupid easy
17:55 maholtz|WORK and very fast
17:55 maholtz|WORK (on the long run)
17:57 markus4 it doesnt work. when it does i wont be at home already
17:57 markus4 (a href)
17:59 maholtz|WORK just to sum up: you added an new Subpart maker like ###NEWLINK###goes here###NEWLINK### to your HTML Template
17:59 maholtz|WORK ?
17:59 maholtz|WORK then add to 10.subparts:
17:59 maholtz|WORK NEWLINK = TEXT
17:59 maholtz|WORK NEWLINK.typolink.parameter = 123
17:59 maholtz|WORK where 123 is the id of your page
17:59 maholtz|WORK clear cache
17:59 maholtz|WORK you are done
17:59 maholtz|WORK do not make a typo
18:03 maholtz|WORK @markus4: still there?
18:04 markus4 im sorry
18:04 markus4 my boss was arround
18:04 markus4 ok i try
18:04 maholtz|WORK no problem:)
18:04 markus4 sounds good
18:05 maholtz|WORK its worth it:)
18:06 markus4 can u have a look? http://pastebin.com/VCTCstkP
18:06 markus4 is ok like that?
18:06 maholtz|WORK sec
18:06 markus4 take your time
18:06 maholtz|WORK and typoscript?
18:07 maholtz|WORK template looks good
18:07 markus4 root setup http://pastebin.com/8QSpSEPi
18:08 markus4 right position?
18:08 maholtz|WORK looks good
18:08 markus4 really? ok
18:08 markus4 i sae
18:08 markus4 save
18:09 maholtz|WORK does it work? (please, please ... ;)
18:09 maholtz|WORK (clear cache)
18:09 markus4 i cleared cache and it didnt
18:09 markus4 but i try again
18:10 markus4 nothing appeared
18:10 maholtz|WORK crap
18:10 markus4 no surprise for me
18:10 maholtz|WORK but your content is there, the newlink not?
18:10 markus4 its typo3
18:10 markus4 which content?
18:10 maholtz|WORK who setup that TYPO3?
18:10 maholtz|WORK ###CONTENT### ?
18:10 markus4 a company
18:10 markus4 oh sorry
18:11 markus4 second
18:11 maholtz|WORK i will stay until it is solved ;)
18:11 markus4 it works
18:11 markus4 content was wrong position. my bad
18:12 markus4 the links works also
18:12 markus4 but the link has a silly font
18:12 maholtz|WORK well, thats a CSS thing
18:13 markus4 but its in the same div class as the other thing
18:13 maholtz|WORK if you want to add a class do it: NEWLINK.ATagParams = class="nicelinklayout"
18:14 maholtz|WORK if you want an extra wrap around your link use
18:14 maholtz|WORK NEWLINK.wrap = <div class="link or what you want">here comes the link: |</div>
18:14 maholtz|WORK the "|" will be replaced by your link
18:15 markus4 ok
18:15 markus4 the other content has this one
18:15 markus4 ATagParams = class="act-1"
18:16 markus4 omg this is so hard
18:19 maholtz|WORK class="act-1" looks like an special link for the menu
18:19 maholtz|WORK (you do not want to add just an link to an menu?)
18:19 maholtz|WORK (btw. do you are familiar with HTML/CSS?)
18:20 markus4 i dont know maybe its a menu. no im not
18:20 markus4 newlink.wrap = <ul>|</ul>
18:20 markus4 i did this now
18:20 maholtz|WORK ok, so you have to struggle with both HTML,CSS and TYPO3 it is not easy
18:20 markus4 ok then i give up now
18:21 markus4 every man should know his limits ;)
18:21 maholtz|WORK wait
18:21 markus4 yes
18:21 maholtz|WORK send you pm
18:21 markus4 sec
18:24 Frimp098s helloo! uff, i have just migrated my 4.3.3 typo3 server to a hosted one Mittenwald - at version 4.4.0. now, my non-admin users cant see any pages in the backend anymore :(
18:24 Frimp098s any idea?
18:24 uli1 hi there
18:44 pgampe Frimp098s: what do you mean with "does not see any pages anymore"?
18:45 maholtz|WORK @Frimp098s: go to install tool and make db-compare
18:45 Frimp098s the page tree only contains the mount point ive set for the group
18:45 Frimp098s ah yes
18:46 Frimp098s ill do that again
18:46 maholtz|WORK you did the whole update stuff?
18:50 Frimp098s you mean install->db analyzer->compare->alöter stuff?
18:52 maholtz|WORK yep
18:52 maholtz|WORK (but there should be an update step too afaik)
18:56 Frimp098s hmm..
18:56 maholtz|WORK just a guess
18:58 Frimp098s i have to fight my utf8 trouble fist
18:58 Frimp098s maybe this is also an issue :(
18:58 maholtz|WORK could be
18:58 maholtz|WORK but you only made an update and then get into utf8 trouble?
19:01 Frimp098s no, i messed up the original version. ive mixed latin and utf8
19:01 Frimp098s pretty bad
19:01 maholtz|WORK ouch
19:01 maholtz|WORK yep
19:02 maholtz|WORK happens :(
19:02 maholtz|WORK have to leave now
19:02 maholtz|WORK bye
19:09 Frimp098s i scarcely remember there was a script to fix utf8 chars gone bad somehow...
19:35 Frimp098s pheeewww
19:35 Frimp098s it was a little SET NAMES latin1 that killed me!
19:38 Frimp098s ok, did the bd analyzer stuff..
19:38 Frimp098s anything else?
19:38 Frimp098s db i mean
19:39 Frimp098s ooh joy
19:39 Frimp098s it works
19:39 Frimp098s it must have been the charset trouble
19:45 Frimp098s thank you!
19:46 TheEternalAbyss http://www.thierry-cop.com/ has anyone used smoothgallery extension for typo3?
19:46 TheEternalAbyss i need to get rid of all that black around the gallery (the gallery is under the plasma heading)
19:46 TheEternalAbyss and I'm not sure how
19:46 TheEternalAbyss help
21:23 kubz_ woah, typo3 has xss holes ;>
21:24 kubz_ are there patches?
21:24 kubz_ wait, it's only on mah demo

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.