Search the website and IRC logs

#TYPO3 IRC log from : Thursday 24 June 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 19 20 21 22 23 24 25 26 27 28 29 30
14:35 ries hey all, did anybody created ever a RSS2 feed using LATEST instead of XML from tt_news?
14:44 soee any idea how can i configure template with the TypoScript to allow separate link for each image (Only images content)?
14:52 Bitcrusher hey hey
14:53 Bitcrusher anyone got some tips on adding your own products to tt_products? more specifically, where the product images are stored and how they are saved in the database (as the image is a tinyblob)
14:55 maslenka Bitcrusher: did you mean adding your own parameters for products?
14:55 Bitcrusher no, adding my own products through sql satements
14:55 Bitcrusher statements
14:57 pmk65 ries: you can create the RSS feed manually with some TS. then you can select whatever you like.
14:58 ries pmk65: I am not a TS guru... I would do it faster making a extension :s happen to see examples of that in the wild?
14:59 pmk65 soee: doesn't it allow multiple links already? (try separating the links with a comma)
14:59 pmk65 ries: I think I have a TS snippet somewhere, let me check.
15:00 ries pmk65: thanks, taht would be awesome
15:03 ries pmk65: just wondering, how would you do in TS things like join against tt_news_cat_mm and only select categories from specific nodes/images
15:04 pmk65 ries: I can only find a snippet that makes a RRS for Google Sitemap, but the method is the same for tt_news.
15:05 pmk65 You can use join in TS select, similar to what you do in PHP.
15:05 ries pmk65: but the problem is, I need to have it only for specific categories... and looking at the amouth of code tt_news uses to generare just latest or list, I am wondering if TS can do it...
15:05 pmk65 http://www.pastie.org/1017109
15:06 ries pmk65: I just wondering wht tt_news made a XML option and not changed the templates to generate RSS....?!?!
15:06 pmk65 the only difference is that in this snippet it uses a HMENU to get the info, where you would need a CONTENT object.
15:07 pmk65 I haven't used tt_news for quite a while, so I can't remember all the setup parameters.. (there's too many IMO)
15:07 ries Hmmmmm
15:15 Chiz Hi, people!!!
15:16 Chiz To create my own extension I need kickstarter???
15:16 Chiz Is kickstarter standart extension for creating new extension? :-)
15:17 pmk65 Chiz: kickstarter is not needed , but it helps a lot getting the 1st part of the extension setup correct.
15:18 Chiz pmk65, so I create some basic using kickstarter and then I use those file which were generated by kickstarter?
15:19 pmk65 yes. the kickstarter only create a dummy framework for your ext. A lot of features you'll have to set manually later on.
15:23 Chiz pmk65, thanks a lot ;-)
15:29 Tobias_B could somebody help me with the css of kk_downloader? can i replace the static css with my own?
15:31 ironm Tobias_B: sure . you can replace it ..
15:31 pmk65 Tobias_B> clear the static css in your TS setup. Then add the CSS you want to your styles file.
15:32 pmk65 To clear the static CSS, add this to your TS setup -> plugin.tx_kkdownloader_pi1._CSS_DEFAULT_STYLE >
15:32 Tobias_B thank you :) i'll trie it
15:33 pmk65 I always clear the static CSS of extensions, and add it to my styles file instead. It makes it much easier to edit.
15:33 Tobias_B thank you pmk65 works :)
15:33 Tobias_B jeah i prefer that too
15:37 Denjerek hey pmk
15:37 Denjerek don't suppose you have ever done much editing with workspaces?
15:41 pmk65 nope. I only used workespaces once.. :) And that was quite a while ago..
15:57 digger_ hiho giso79
16:25 Tobias_B hello everybody, why is in kk_downloader in the setup these lines: plugin.tx_sbdownloader_pi1 {
16:25 Tobias_B templateFile = typo3conf/ext/sb_downloader/sb_download_template.html
16:25 Tobias_B ?? i tried to overwrite it but it didn't worked.. how can i include my own template?
16:26 Tobias_B_ just got an internet disc, somebody already an answer? :)
16:27 maholtz|WORK @Tobias_B: you tried to overwrite it in TypoScript Setup?
16:27 Neo2 I've updated the HTML RTE and Typo3 4.4. My problem is that for FCEs with multiples entries the RTE is only shown once correctly and corrupted for the other items. Any ideas?
16:27 maholtz|WORK should work
16:27 maholtz|WORK if not, put your code at top of your setup
16:27 Tobias_B_ yes but it didn't applied
16:27 Tobias_B_ ok i'll try it
16:27 maholtz|WORK dont forget to clear cache
16:28 maholtz|WORK if that does not work, have a look at the source code if you find "templateFile" there..
16:28 maholtz|WORK perhaps it is not (yet) implemented
16:29 neoneye I think I'm experiencing that pi_wrapInBaseClass dislikes long and malformed html... so the entire response becomes just an empty string
16:30 neoneye if I do a htmlentities on the content.. then I see output
16:30 neoneye so there must be something that typo3 doesn't like about the raw content
16:31 neoneye but what is there possibly not to like about it?
16:31 Tobias_B thank you very much... it works now :)
16:32 neoneye the string is about 200kb long
16:54 bacardi_ some idea to found typo 4.5 beta
16:54 bacardi_ ?
16:54 pascalj the 4.5 beta will probably be released in november this year, i guess
16:55 neoneye damn, if I run the string through w3c's validator then it's perfectly valid
16:57 neoneye I did even do a bin2hex within typo3 to extract the string exactly as it is.. and then a hex2bin2file.. and then uploaded the file to w3c just to be absolutely sure that the string validated was the same as the output
16:58 bacardi_ on beta my backend was german now on release its english is there a german language paket aviable for 4.4 backend?
16:59 soee bacardi_: yup
17:01 bacardi_ some idea who can i found language pakets
17:01 soee ?
17:02 Denjerek Pew pew, shazamm kapow.
17:03 bacardi_ The selected language "German" is not available before the language pack is installed.
17:03 bacardi_ You can use the Extension Manager to easily download and install new language packs.
17:10 soee bacardi_: use Extension manager and Translation handling i think
17:10 soee anyway: there is Editor with syntax highlighting extesnion, how cun i run it ?
17:12 Beatus Has anybody an idea how I can make parseFunc.makelinks parse also https URLs? tt_news uses this function for the links
17:14 JunGle|Boulot Hello
17:16 JunGle Someone would be or is the source of the datepicker in the core of TYPO3
17:35 pgampe any css specialist around?
17:36 pgampe I have a problem with IE 6-8: on the following page, the images are massed up and I have no clue how to solve this
17:36 pgampe http://www.sc-hardtberg.de/presse/newsliste/einzelanzeige/?tx_ttnews%5Btt_news%5D=97&cHash=eee493264a701ee5f303d3de4d2f8c49
17:37 teppi|work pgampe, #css ?
17:39 Denjerek pgampe: the css on the page is all over the shop
17:39 Denjerek no wonder it's wonky
17:39 Denjerek Also you're setting widths in em, which is dangerous unless you have a 76 %hack in place
17:39 Denjerek -ve margins, percentage positions... neither thing IE likes much
17:39 Denjerek (And seemingly unecessary for the layout)
17:42 Neo2 Argh, the new HTMLRTE does not support FCEs with multiple items. Does anyone knows why? It seems that all text areas excepted the first are not initialized.
17:45 pgampe Denjerek: what means 76% hack
17:46 pgampe Denjerek: what to you mean with css is all over the page (it is not a shop, but a sport club)
17:48 Neo2 Does Nobody encounter the same problem with version 4.4?
17:53 Denjerek Sorry pgampe
17:53 Denjerek "All over the shop" is an express in English for "Things are a bit of a mess"
17:55 Denjerek 76% font size issue : http://www.thenoodleincident.com/tutorials/box_lesson/font/index.html
17:56 pgampe Denjerek: happened, because I learned advanced css and html with this page ... just not good enough yes ;)
17:58 Denjerek Ahh
17:58 Denjerek You might have more luck if you remove all the CSS and start again with what you have learned.
17:58 Denjerek I learned CSS before Typo3, so although I can't code Typo3 for shit, I can at least make it look pretty :)
17:59 pgampe Denjerek: yes... but currently there is no agreement on a new layout, except that this or that should be different :D
18:00 pgampe I clean it up now and the have a look if I can solve it easily
18:24 exs hi
18:26 ironm salut exs
18:26 exs need help
18:26 exs ironm: if you include content from the pagecreating modul in the backend of typo3
18:26 exs then the generated code include css class
18:27 exs but i have no css class
18:27 exs like commands like clas="align-center"
18:27 exs do you know the answer?
18:27 ironm you are missing the css-file somehow ..
18:28 exs yea i know!
18:28 exs but how to include
18:28 ironm but if you would put such class in your central .css file it should work
18:29 ironm exs: page.stylesheet = fileadmin/styles/standard.css
18:29 exs ok mom
18:29 ironm in your root template exs
18:32 ironm exs: if it is not a plugin of an extension ..
18:40 exs ironm: wtf
18:40 ironm wtf? .. what does it mean?
18:40 exs you dont understand me?^^
18:40 exs page.marks.CONTENT < styles.content.get
18:40 exs thats the point
18:41 exs the included content uses css classes i dont have in the html source like: <div id="c6" class="csc-default" ><p class="align-center">
18:41 exs its not my css classes
18:42 ironm check the setting of your root template (options)
18:42 exs mom
18:42 exs constants setup and rootleve are checked
18:44 ironm exs: sorry .. you should check there includes .. not options
18:46 exs css_styled_content is included and now?
18:53 ironm exs: maybe you have to include there some more stylesheets .. depends on what you want
18:54 ironm I see .. wtf ;) *g*
18:56 exs ironm: alter kannst du deutsch?
18:56 ironm sicher
21:57 mcm1403 ddddddddddddd
21:58 ChrisNeedsHelp2 good evening every1
21:58 ChrisNeedsHelp2 i need some help writing an ldap query
21:59 ChrisNeedsHelp2 i am trying to get the mebers of a group imported into typo3
21:59 ChrisNeedsHelp2 all i get is the group name - not the members
21:59 ChrisNeedsHelp2 any1 know how to do this?
22:01 ChrisNeedsHelp2 i am using the eu_ldap extension
22:10 alexey hey
23:21 distec Hi
23:24 bacardi_ search german language pack for backend 4.4
23:27 distec hi there
23:27 bacardi_ The running TYPO3 version (4.4.0) is higher than allowed (3.8.1).
23:27 bacardi_ Ignore this version requirement
23:27 bacardi_ is it a problem or can i ignore it
23:28 bacardi_ Extension Manager
23:28 bacardi_ Extension: German language pack (csh_de)
23:32 distec I have a problem with cookies. The typo3 domain is like sportlich.li/sportstudenten ... frontend users have problems to login. How can I change the path in the typo3 settings?
23:59 pgampe distec: which path? you can configure a cookie domain in Install Tool
23:59 pgampe bacardi_: don't use language packs !!! Use the extension manager to fetch translations

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.