Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 17 February 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
00:16 tomsdale I think I found my answer how to add images to flexforms here: http://www.typo3-media.com/blog/article/flexforms-und-tabs-zur-pluginkonfiguration.html
03:03 JohnRobert what ###COLUMN_RIGHT### type thing should I use for the left column? ###COLUMN_LEFT### doesn't seem to work
09:30 marvin_ good morning
09:40 PiMB morning all
09:47 kotelette What's the best way to render input fields for a custom table defined via tca, t3lib_TCEforms->getMainFields renders them fine but things like the file chooser create JavaScript errors
10:09 SargoDarya Does someone have a clue how I can use a the paymentlib without actually using tt_products or commerce?
10:12 PiMB copy it to your own file
10:18 marvin_ hey, does anyone know a good plugin to show twitter posts on my webpage?
10:25 ndee_ how can I add a class to the rtehtmlarea editor?
10:32 pmk65 ndee_: http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/4/4/
10:32 kotelette Hmm, does anyone know ho to get rid of the "evalFunc is not a constructor" JS error in a custom backend module
10:32 ndee_ pmk65: thanks. The Page TSConfig in general is not recursive used?
10:32 kotelette made a form using t3lib_TCEforms->getMainFields
10:33 pmk65 if you place the rtsconfig on the root of your site, it will affect all subpages.
10:35 pmk65 kotelette: The JS of TYPO3's BE is very hard to debug, due to the way it's made. (Old style JS with direct event handlers on the links, and most of it very badly written)
10:35 iaj lo there
10:35 SargoDarya PiMB: What should I copy to my file? I just gone through the whole tt_products searching for some stuff to copy but I couldn't find something useful
10:35 kotelette pmk65: the funny thing is it works anyway but these errors frighten me ;)
10:36 PiMB I think the payment libs are woven into the code of tt_products, so it would be easier to write your own
10:36 iaj can someone tell me how I could apply a onclick event to certain mediacenter extensions?
10:39 SargoDarya Damn... I'm due next thursday. Gonna be my deadline xD
10:39 pmk65 iaj: look at some of the other ext, and see if you can rip something from there. Documentation for the BE JS events is non-existant. :(
10:40 iaj pmk65, hmmm..which one?
10:40 ndee_ http://pastebin.com/m45564de6 <-- this configuration has no influence on the RTE. I want to add the class "odd_td" to the dropdown, what am I missing?
10:41 pmk65 iaj: One that has the functionality you need..
10:41 iaj pmk65, i dont have any exp in those... which one would you recommen me to check out ?
10:42 iaj never got in contact with manipulating exts :/
10:42 pmk65 iaj: I don't know.
10:42 iaj pmk65, aite.. thanks :-)
10:45 PiMB SargoDarya what do you need to do?
10:46 SargoDarya Need to create just 3 products from which you can select one. After you selected it you'll get redirected to a table with boni so you can make it cheaper. After the boni are selected you should enter some information about yourself and then it should go straight to the payment
10:48 SargoDarya I don't think I can use tt_products for that
10:49 PiMB nope.
10:49 PiMB but shouldn't be to hard to write a function for it.
10:49 PiMB price is configured with the product right?
10:50 SargoDarya Yes
10:51 PiMB and the discount is stored with a boni right?
10:52 SargoDarya Yeah, relational database records
10:52 PiMB so there is not a lot that needs to be 'calculated'.
10:52 SargoDarya Like I said the only real problem I have is the payment
10:53 PiMB :)
10:53 PiMB payment lib in tt_products exists of other extensions as well.
10:53 PiMB payment lib there is pretty basic.
10:53 PiMB what kind of payment would you like?
10:54 ndee_ I just can't manage to add custom classes to the rtehtmlarea. http://www.acqal.com/blog/a/article/add-custom-css-classes-to-the-typo3-rte/ <-- what am I missing?
10:55 SargoDarya I like to use the paymentlib_payone
10:55 SargoDarya As far as I know paymentlib is only acting like an abstract layer for other extensions
10:56 PiMB could be
10:57 PiMB there is no manual, makes it hard.
10:57 PiMB is there a special kind of payment you'd like to do?
10:57 PiMB paypal/credit card etc?
10:58 SargoDarya credit card but it all gets handled via the payment gateway
11:02 PiMB hm, IMHO you can't extract only the payment lib from tt_products or commerce.
11:02 PiMB you would most likely have to implement one
11:07 roland hello, I'm looking for help !!! I'm lost with my websites. I've an encoding problem...
11:08 roland one time the website is printed correctly, another time not, refreshing the page
11:08 SargoDarya UTF-8 <- try that
11:10 roland the database (under mysql) is already in utf8
11:10 roland the source tells : <?xml version="1.0" encoding="utf-8"?>
11:11 PiMB xml?
11:11 roland i've diffrents sites, some are in utf8, other in latin in the mysql server
11:11 roland sorry : <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11:13 roland I'm in typo3 4.2.1
11:14 SargoDarya Try rightclicking in the site and click show properties
11:15 PiMB did you have the proper db settings in your install?
11:16 roland I think, the site was ok before
11:16 PiMB what changed?
11:17 PiMB after ' before '
11:17 roland the problem seems to appear after migration of server and/or upgrade of debian packages
11:17 PiMB clear all cache and from typo3temp folder as well?
11:18 roland I've tried it (clear cache) but it's not better
11:18 PiMB but you've migrated from server?
11:18 roland but I don't do anything in typo3temp folder
11:19 roland can I trash all in typo3temp folder without loosing something ?
11:21 roland I've migrate some typo3 sites and all was good and since one moment continuating the migration, the problem appeared...
11:22 PiMB files at least, directories not sure. I always like to keep those but empty them
11:22 roland ok, I will try it (with a backup) !
11:23 lindbergh hallo chan
11:24 lindbergh I have one very easy question
11:24 lindbergh If I have simple text content element at some page
11:24 lindbergh and have L get parameter for languages
11:25 lindbergh how I can translate that element to other language
11:25 lindbergh so for L=0 I have one language for that text and for L=1 I have that text on other one
11:25 lindbergh ?
11:27 kotelette hmm if i submit a form rendered by $tceForms->getMainFields some parameters are doubled in the 'data' array in $_REQUEST
11:28 kotelette like sys_language_uid, title etc
11:28 kotelette how to get the right ones?
11:28 m99 hi guys
11:28 m99 how can i wrap a fce field?
11:29 kotelette lindbergh: i think you have to translate the page and define something like a laguage content fallback...
11:32 m99 i want to wrap a headline field with a div tag. any suggestions?
11:39 tPl0ch Hi, is it possible to show FCEs from homepage (Footer) on all subpages?
11:40 tPl0ch or do I need to copy those to all subpages
11:41 SEBAR tPl0ch: You can include it via TYPOSCRIPT in you main template
11:41 SEBAR m99: You can do something like that:
11:41 SEBAR ACT.stdWrap.cObject = TEXT
11:41 SEBAR ACT.stdWrap.cObject.insertData = 1
11:41 SEBAR ACT.stdWrap.cObject.value = <div class="description">{field:title}</div>
11:42 m99 this is the solution:
11:42 m99 <TypoScript>
11:42 m99 <![CDATA[
11:42 m99 10 = TEXT
11:42 m99 10.dataWrap = <div class="hlBg">{field:field_headline}</div>
11:42 m99 ]]>
11:42 m99 </TypoScript>
11:42 m99 thanks anyway SEBAR
11:42 SEBAR m99: :)
11:43 tPl0ch SEBAR: how?
11:43 kotelette tPl0ch: i did this by fetching footers from a defined sysfolder
11:45 kotelette like replacing a marker via typoscript with a HMENU using temp.metanavfoot.special = directory
11:54 SEBAR tPl0ch: It is theroetical, I don't know the right syntax now. Another way can be by changing the settings in the DB entries of the concerned pages by setting the template id to the pages. You can do this by rewriting the saving process. But it is just a idea
11:55 tPl0ch SEBAR: rewriting the save process sounds like waaaaaaaaay overkill
11:56 PiMB it is way overkill to get a CE on multiple pages.
11:56 PiMB just use a cObject
11:56 SEBAR tPl0ch: yeap, it is a liitle bit complicated ;) So maybe, look at you pages table in the DB and write a script to include the FCE by default on each page
11:57 PiMB no scripts mates.
11:57 PiMB TS is the way to go
11:58 tPl0ch PiMB, what would you suggest?
11:58 PiMB using TS ;)
11:58 PiMB just a sec. let me come up with an example
11:59 SEBAR PiMB: coolio :)
11:59 tPl0ch PiMB: the problem is, client has to be able to edit those on hjomepage
11:59 PiMB I see.
12:00 PiMB how is it inserted into the website now?
12:00 tPl0ch but should be "passed through" all subpages
12:00 tPl0ch it's a TV FCE
12:00 tPl0ch added as content element
12:00 tPl0ch or better 4 FCEs in the footer that should be passed through
12:02 PiMB hmm.
12:02 PiMB ou could use the CE 'show record'
12:02 PiMB to place a link to the FCE on the homepage.
12:02 PiMB then that record is shown and so only on one place editable
12:03 SEBAR I think the idea is to have the FCE customizable for each page but inserted by default
12:03 tPl0ch SEBAR: no
12:03 SEBAR okay
12:03 tPl0ch it should be only editable on homepage
12:04 tPl0ch but shown on all subpages
12:04 tPl0ch that have a field_footer field in the DS
12:05 tPl0ch but that doesn't matter now, since all have it
12:06 SEBAR So by using the CE 'show record' how do I include it by default on each page. How to access it via TS?
12:07 SEBAR In order to don't have to include it manually on each page
12:08 PiMB http://snipplr.com/view/4296/render-content-elements-in-typoscript/\
12:08 PiMB something like this I guess
12:08 PiMB you could define a uid=xx in the where statement of the select.
12:08 PiMB and render it the way you need it to be rendered
12:08 SEBAR that's good, thanks :)
12:14 kotelette a qick one: how to read arrays from request returned via GET: data[tx_cablogodownload_downloads] for example does not wirk :(
12:14 kotelette (using t3libdiv::gpvar)
12:34 kotelette can anyone help me with his: i rendered a backend form in a custom extension using $tceForms->getMainFields but the request contains some params twice (e.g. title or multiple fields like an image selector) :(
13:18 animan hi. i'm still having problems with daimi_skinnablepagebrowser ext. Does anyone have some experience with that?
13:18 animan it doesn't seem to work correctly with indexedsearch
13:24 pmk65 animan: Indexed Search is crap. It's only useful if your site doesn't have more than 50-100 pages.
13:28 animan hmm.. what should i use then?
13:28 animan at this point, the pagebrowser counts pages incorrectly
13:31 pmk65 animan: I use Google's search API on my sites.
13:34 tPl0ch http://www.phlogi.net/f/t3/tsp/sp/-5272c2f0ac/ <- how can I pass {page:title} through urlencode?
13:42 tPl0ch if I use stdWrap.rawUrlEncode = 1 the data does not get inserted
13:46 tPl0ch Anybody?
13:55 sorenmalling Anyone here using extbase?
14:08 tPl0ch Pfff, why is additionalParams only working with internal links
14:08 tPl0ch that's crap
14:08 tPl0ch mailto links can have addtional params too
14:33 ndee when I add a CE "Image" and add 3 pics in the CE, how can link image 2 & 3?
14:50 toadkopf hallo
14:51 toadkopf only englisch?
14:51 PiMB yes
14:53 toadkopf i have an question about the ext sr_feuser_register. do you know this ext good?
14:54 PiMB not good.
14:54 PiMB a little
14:54 toadkopf do you know how the typoscript setfixed.APPROVE works?
14:55 PiMB nope sorry mate
14:55 toadkopf ok
14:55 PiMB isn't it explained in the manual?
14:56 toadkopf unfortunately no
14:58 toadkopf is here another person who know something about the ext sr_feuser_register
14:59 toadkopf i have not many experience about irc chatting
14:59 PiMB it's not difficult.
14:59 PiMB :)
14:59 PiMB post a question and hope for somebody to answer it.
14:59 PiMB if they don't it usually means they can't
15:00 toadkopf ok thanks
15:02 tPl0ch Is it possible to implement additionalParams for email links without having to use userFunc?
15:11 Conic can i somehow add a BE Module with t3lib_extMgm.addModule to a Main Module created by another extension?
15:25 kotelette hmm still got aproblem with dupllicated $_REQUEST entries, when rendering input fields using tceforms->getSingleField... i can see the javascript code adds a hidden input with the same name
15:26 kotelette so what to choose when getting the value to save it to the DB
15:58 mpf hi @all
15:59 mpf i'm looking for a sync tool to merge several testing and development servers and a productionsystem as well
15:59 mpf all i found were some dbsync tools in beta or alpha state
16:00 mpf is there some best practice or even a qualified extension or tool?
16:13 animan hmm. where does the tx-indexedsearch-browsebox come from (in the HTML rendering) and how can I alter it?
16:23 SargoDarya animan as far as i know it's in typo3/sysext/indexed_search
16:23 SargoDarya Try to change the template path to your own custom file
16:25 animan damn. why i cannot get it to accept any external pagebrowser?
16:26 animan just fond out that it's indexed_searches own pagebrowser, yep
16:35 animan i have used daimi_skinnablepagebrowser to alter tt_news' pagebrowser and it should also be able to change indexed_search' pagebrowser as well :/ any ideas why it doesn't change?
17:07 Recnelis Does anyone have a nice GMenu with layers they can share the TS code too?
18:16 Guest2010 Hello
18:18 Guest2010 I want to create an extension with the kickstarter for a travelportal, now there shall be (I don't know if I describe it the right way) something like a category system with subcategories, but I don't know how to realize this
18:20 Guest2010 with kickstarter until now I only have made a sample with a listview and a detailpage, but for such a travelportal there also should be 'sub-detail-pages' for the 'top-level-detail-page', does anybody know what I mean?
18:30 Guest2010 any ideas?
18:39 Guest2010 maybe the detailpage has to be a new list-view-page, or not?
18:43 johnson_hh hi
18:44 johnson_hh how can i link to a page in a html element using the uid
18:44 johnson_hh i want to use the uid in case the realurl changes
18:46 Guest2010 try this: <a href="index.php?id=123">page</a>
18:51 Guest2010 it should be something like a category-system, am I right?
20:08 mind23 good evening, someone knows the ext "sourceopt"? it just kicks out my content between almost all the <p></p> tags :S
20:13 mind23 if someone encounters that problem too: edit constants for your template, go to "sourceopt" and turn "Format HTML" off
21:38 Guest10408 Hallo gibt es bei typoscript einen konkatenationsoperator? bzw etwas wie ich soetwas realisieren kann?
21:38 Guest10408 temp.contentarea.10 = styles.content.get
21:38 Guest10408 temp.contentarea.20 = styles.content.getRight
21:38 Guest10408 subparts.content_container < temp.contentarea
21:39 Thasmo temp.content = COA
21:39 Thasmo temp.content.10 < styles.content.get
21:39 Thasmo temp.content.20 < styles.content.getRight
21:39 Thasmo so?
21:43 pingu___ danke Thasmo
21:43 Thasmo np
21:46 TheEternalAbyss hey had a quick question
21:46 TheEternalAbyss i'm using tt_news
21:46 TheEternalAbyss where is it defined how long the line underneath the header title is? would that be a css issue?
21:48 mind23 TheEternalAbyss: to be sure its css or not, use Firebug.
21:50 TheEternalAbyss well there's a div class in my html, but I don't know where the style for it comes from
21:50 TheEternalAbyss i figure it's css
22:09 mind23 TheEternalAbyss sometimes the combination if IE with webdeveloper toolbar is quite good. there you can trace a style you dont know where it comes from. a feature im missing since firebug was born :(
22:09 mind23 *of
22:26 TheEternalAbyss interesting to know
22:26 TheEternalAbyss thanks
22:28 pingu___ Hello is there a possibility to wrap the single csc-default-divs in styles.content.getRight with something?

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.