Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Thursday 7 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
00:01 tomsdale can I export an extension I wrote in typo3conf as .t3x. If I use the kickstarter and download file it doesn't take some changes.
00:03 drindt tomsdale: yes
00:04 tomsdale can I run somthing on the command line to pack it into an t3x?
00:06 tomsdale Ah - got it Backup/Delete in the Extension manager. Not the Kickstarter. It doesn't take changes you have made in the meanwhile
01:28 drindt tomsdale: i have not found a solution for displaying newsletter which have already be sent
01:28 tomsdale drindt: ??your using direct mail
01:29 drindt ye
01:29 tomsdale usually they are in a list, if you create a new newsletter you see the list of the ones that have been previously send.
01:31 drindt yes, but i need that in frontend, a nice archive where i can set filters and so on to just display what i want for example "show news from last 2 weeks" or "show all news"
01:31 drindt and the newest on top
01:40 tomsdale ok, I see. Do you create a new page for each newsletter? If they are all in the same folder I think you should be able to write a simple menu doing that. And If you have a field with the date in the db you should be able to write a Archive menu as well.
01:44 tomsdale drindt: unforunately there is no timestamp in the pages table for direct mail...
01:44 tomsdale I think the timestamp is the creation date.
01:44 drindt you mean sys_dmail?
01:45 drindt i will investigate it tomorrow next week should that be finished, i can upload to ter my code if you want
01:46 tomsdale I think in sys-dmail there should be the real timestamp. But you would have to relate it to the pages tabel. If it would have been only the pages table I think you could have done something with hmenu.
01:47 tomsdale drindt: TER would be excellent. I have planned myself on doing some work on direct mail. There are some options is tcdirectmail which would be nice if they were available for direct mail
01:47 tomsdale unfortunately tcdirectmail is not actively developed anymore.
01:47 drindt what this ext does?
01:48 tomsdale its a mod of direct mail and allows reoccuring cronjobs, very customisable recipient lists, plain text rendering by a text browser and a different interface
01:50 tomsdale I build a community site with events so I installed tcdirectmail today so users can receive automated weekly overviews of activities.
01:50 drindt directmail has all what i want for the project expect the archive functionality
01:50 tomsdale I think that can be done easily with an extension to directmail.
01:50 drindt yes i will build next days, i think that some other dude this has been done ... but seems not
01:51 tomsdale only thing I just noticed is that it writes an entry also for the test e-mails send into the sys_dmail table. but it has the page id OF THE page send so you can filter for that.
01:52 drindt tomsdale: i will investigate that soon, i have now go to bed its 2 o clock here now :) and i have to get up at 7 :S
01:52 tomsdale thats late, just 8 here :-) Gn8
01:52 drindt in canada yes :)
01:53 drindt good night tom
01:53 tomsdale yes - just opened myself a beer - Mooshead :-)
01:53 tomsdale not as good as german beer but well.
01:53 drindt huh i like czech beer :)
01:54 drindt so cheers
01:54 drindt ciao
01:54 tomsdale cu around
08:52 iamjay hello
08:54 maholtz|WORK morning
09:10 zed_devil hi there, im seraching for a extension: I want to make a Typo3 Page to show different products of a company. There must be categorys to sort the Produkts by different attributes. I dont want to make a shop, only show products and sort them by cathegory
09:12 zed_devil anybody know a ext that can do that
09:17 zed_devil exit
09:20 maholtz|WORK @zed_devil: sorry, you was to fast for me
09:23 Georges_Abitbol maholtz|WORK: *were ^^
09:23 falkenberg Hi all. I am having trouble with the media_center extension. installation went fine and the setup is as described in the manual but all I get is a blank page. Even the source code is empty? Is this a PHP issue?
09:25 maholtz|WORK sounds like an php error - check php error log if possible
09:25 maholtz|WORK which php version do you use?
09:29 falkenberg I´m not cetain about the version but I now it is below 5.0
09:29 falkenberg The extension doesn´t seem to demand PHP 5
09:30 falkenberg Does any of you have any experience with the media_center extension?
09:44 _pedda_ out of memory limit probably..
10:36 randomresult good morning
10:37 randomresult i have this ts: http://paste.phlogi.net/-f2a56750d3/
10:37 randomresult as u can see, i try to add ATagParams = "_blank" to the links
10:37 randomresult but it is not working... any ideas?
10:43 tPl0ch hi, Why is it, that when using rte, there is a double paragraph inserted in Text elements, like <p><p>...</p></p>
10:44 tPl0ch is there a wrap that has to be changed? And if so, which wrap would that be
10:55 maholtz|WORK @randomResult: 10.typolink.ATagParams = target="_blank"
11:01 randomresult maholtz|WORK i have half solved it :)
11:01 randomresult second plz
11:02 HardPhuck guys, i have an extension that sends mail
11:02 HardPhuck but when i get the mail
11:02 HardPhuck sender isn't the one i have put in
11:02 HardPhuck like (obscured mail address)
11:02 HardPhuck but it is (obscured mail address)
11:03 randomresult maholtz|WORK : http://paste.phlogi.net/-2f1d199407/
11:03 randomresult as u can see, i try both now
11:04 randomresult maholtz|WORK well it is a type "attribute" in TemplaVoila as far as i remember
11:05 maholtz|WORK lol
11:05 maholtz|WORK random...
11:05 maholtz|WORK read again your code:p
11:05 maholtz|WORK 10.stdWrap.typolink... would make a second typolink
11:05 randomresult but doesnt
11:06 maholtz|WORK 10.typolink.returnLast = url would return only the url - no a-tag, so no target:p
11:06 maholtz|WORK scnr
11:06 randomresult but how to add ?
11:06 randomresult in the template maybe... cause it is an attribute
11:06 randomresult so i can add the target to the html
11:07 maholtz|WORK yep:)
11:07 randomresult damn it...
11:07 randomresult but good, we spoke about this
11:07 randomresult sorry for beeing stupid
11:07 randomresult :)
11:08 maholtz|WORK hehe - np, your welcome:)
11:09 randomresult works
11:09 randomresult :)
11:09 randomresult yippiieehhh
11:24 HardPhuck hmm my html mail is using system name instead of my admin name
11:24 HardPhuck strange
12:05 jbaptiste_j I have a question about safemode
12:06 jbaptiste_j my php has SAFE MODE OFF and I get an error Warning: move_uploaded_file() [function.move-uploaded-file]: SAFE MODE Restriction in effect.
12:16 maholtz re
12:17 jbaptiste_j hi
12:18 jbaptiste_j I have a brand new server for my typo3 site and I'm running into safe mode problems (even though the safe mode is off in php.ini !!)
13:22 maholtz @jbaptiste_j: check phpinfo() if you checked the right php.ini
13:41 jbaptiste_j thanks
13:43 jbaptiste_j lol maholtz the info.php script points me to a file that does not exist (??)
13:44 jbaptiste_j the info.php script says : safe_mode Off Off
14:10 beli hi folks
14:11 beli i've installed jpgraph extension, but it isnt listed when i try to create a new content element
14:11 beli any ideas?
14:18 randomresult i have the following problem: i show filelinks in the FE with size in the end... it is like this : mypdf.pdf 68k but i want mypdf.pdf (68k)
14:19 randomresult what to look for in css-styled-content?
14:20 beli randomresult: how are these filelinks created?
14:22 randomresult normal contentelement filelist
14:22 randomresult or filelinks?
14:22 beli ok
14:23 beli i think you cannot do that with css
14:23 beli you need to adjust the extension code
14:23 randomresult but with changing tht TS
14:23 randomresult every contentelement is build in the CSS-Styled content and can be rewritten with ts
14:23 beli hmm nice to hear
14:24 randomresult i just dont find it in the CSS-Styled Content extension
14:24 beli ah now i got it
14:26 randomresult damn... i dont find it
14:27 beli how are you searching for it? with the object browser?
14:27 randomresult tempalte analyser
14:27 beli ic
14:39 randomresult but i cant find it
14:57 beli randomresult: any luck so far?
14:57 randomresult no
15:12 randomresult hmmm i thougt every content element should have a definition in there
15:12 randomresult but i can not find filelinks
15:14 beli hmmm
15:14 beli well
15:14 beli in my eyes its not css
15:14 beli even if there is the possibility to use css for it
15:14 beli i would alter the source code...
15:15 randomresult well belli css-styled content only means : Typoskrip defining the contentelements using ts to add classes
15:16 beli so the name css....is wrong
15:16 beli css-styled.....should be ts-styled
15:16 randomresult no, cause it adds css to the elements
15:20 beli maybe i still dont know typo3 enough...
15:38 randomresult beli : me too
15:57 f1sHMaN hi there, i have a problem with typo3 and the ext. pdf_order: exceeds limit (1.0 M). (tx_pdforder:1:pdf) any idea??
16:01 teppi|work f1sHMaN, it seems to be hardcoded in the file doc/wizard_form.dat of the extension
16:01 teppi|work there is a conf_max_filesize var
16:01 teppi|work you'll have to edit this value .. im afraid
16:05 f1sHMaN you mean that: conf_max_filesize";s:4:"1000" but thats bs ;) if u update the ext. all my changes are gone...samte with the form...
16:05 f1sHMaN there is a template for the normal output, but not for the formular...
16:05 f1sHMaN is there no ts to edit this settings?
17:32 beli hi
17:33 beli what could be the reason if an installed plugin is not listed in the "add new content element" dialog?
19:08 HardPhuck what can i put in action of the form
19:08 HardPhuck so id will not only point to the same page
19:08 HardPhuck but carry get vars along
19:14 rw-HedDi set action to get and add <input type="hidden" name="id" value="..."> maybe .. :)
19:32 chefk495 hi guys.how can i create dynamic robot.txt files, based on language?
21:56 porkpie Hi guy's ... how do I enable images in tables
21:56 porkpie I am trying to add images to a table but don't have the option in the htmlrte editor
22:01 tomsdale works here with the tinyrte_mce editor porkpie
22:06 porkpie tomsdale: I don't seem to have the option
22:06 porkpie _pedda_: hi
22:07 _pedda_ hi
22:07 tomsdale I have the tinymce_rte, not htmlarea
22:07 _pedda_ hmm porkpie : why do you need images in tables ?
22:08 tomsdale IMO tinymce_rte is superior
22:08 _pedda_ you can arrange images as they were in tables using only the row and col option in the media tab
22:08 porkpie _pedda_: I have list of places and the client wants clickable images on one side
22:08 _pedda_ hmm i'd say imo each of the rte is mess
22:09 porkpie _pedda_: what do you suggst using
22:09 _pedda_ can i have a link ?
22:09 porkpie link to the site
22:09 _pedda_ yes
22:10 _pedda_ or an example how it should look like
22:10 _pedda_ screenshot or something
22:10 porkpie http://whs.systemcms.com
22:10 _pedda_ where can i see what you arew trying to do ?
22:10 porkpie it is still in dev
22:11 porkpie http://whs.systemcms.com/places-to-go/
22:11 tomsdale _pedda_: have you used tinymce_rte. thats not the tinyrte ext. Why do you think its a mess?
22:12 porkpie this is where I need to add the table with text and images
22:12 _pedda_ i have tried tinymce_rte, rtehtmlarea (the one of the core), and another implementation of tinymce.. there is a second extension implementing it afaik
22:13 _pedda_ porkpie.. what about creating text with image 6 times on that page with different layout -> different css
22:14 _pedda_ if you give it layout 2 and define special css for layout 2 in order to look more like a table
22:14 porkpie _pedda_: it a thought .... I will look at it
22:14 tomsdale I think I have tried the 3 as well and liked the tinymce_rte best.
22:14 porkpie thanks guys
22:14 tomsdale porkpie: Is this a templavoila based side? why not use a FCE ?
22:14 _pedda_ but it's still not satisfying
22:15 porkpie WIll have a think about it
22:15 porkpie needs the designers input I think
22:15 _pedda_ is it tv ?
22:15 porkpie yeah
22:15 _pedda_ if so, fce would be the best solution
22:15 _pedda_ the easiest + fastest one
22:15 _pedda_ indeed
22:16 _pedda_ you could define an fce for all 6 entries, or just one fce and use it six times
22:16 _pedda_ it's up to you
22:16 tomsdale you can also dynamically add rows to a table with IRRE and FCE.
22:17 _pedda_ do you have a link to a tutorial for this tomsdale ?
22:17 _pedda_ or some more info
22:17 tomsdale hold on,
22:18 _pedda_ i've never played around with irre...
22:18 _pedda_ in except of powermail..
22:18 tomsdale _pedda_: it does it automatically if you map as a Section
22:19 _pedda_ map the fce as a section ?
22:19 _pedda_ ok
22:19 _pedda_ i will have a look at it
22:19 _pedda_ :-)
22:19 tomsdale http://paste.phlogi.net/fce/
22:20 tomsdale here - thats from my wiki
22:20 tomsdale blast - that destroyed the formatting
22:20 _pedda_ hehe
22:21 _pedda_ pastie.com
22:21 _pedda_ erm
22:21 _pedda_ pastie.org
22:22 tomsdale http://pastie.org/471533
22:24 _pedda_ thx
22:25 tomsdale there is actually a problem with IRRE and drag and drop if you want to change the order of the elements. But with 6 you should be fine.
22:31 nick108 I'm trying to use a custom icon for FE editing, so I replaced typo3/gfx/edit_fe.gif
22:32 nick108 but the problem is that TYPO3 uses a fixed size for those icons 11x12px
22:32 nick108 any ideas if this is configurable or hard-coded?
22:41 tomsdale nick108: I think its hardcoded.
22:41 tomsdale There was a nice extension in TER so with some nicer icons as the default
22:41 nick108 oh really
22:41 nick108 let me have a look
22:42 tomsdale http://typo3.org/extensions/repository/view/fe_panel/current/
22:42 tomsdale nick108: I think it was this one.
22:43 nick108 awesome, thx for the pointer tomsdale
22:44 tomsdale I can't wait for the FE editing in 4.3
22:44 nick108 let's see if it works with my 4.1.10 install
22:44 nick108 me too
22:44 nick108 AJAX magic
22:44 tomsdale they had a usb stick with the latest version at the t3condallas, its really nice
22:47 nick108 I saw the screencast, it's very promising

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.