Search the website and IRC logs

#TYPO3 IRC log from : Monday 7 April 2008

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
00:15 nd Thilo84: But that doesn't make that much sense, does it?
00:15 nd Thilo84: The first two lines are just crap (to me (amateur))
00:15 Thilo84 Yes, that's may be correct.
00:16 Thilo84 The Content is shown right on the page.
00:16 nd the '>' should be clearin the var, so the line above is useless.
00:16 Thilo84 But i want to replace something within this content-link...
01:14 mosez how can i get the current menu level on typo script?
07:32 skipjack ahoI!
07:32 skipjack ;)
08:29 koomi moin
08:34 skipjack ahh moin ;)
08:43 baba_von_dau hi
08:43 baba_von_dau i got a question about a typo3 standard template. can somebody help me?
08:45 baba_von_dau I´m looking at the "GLUECK" template. I want to use the menu logic for my template. Where can i find the ts which is configuring the template
08:45 baba_von_dau ?
08:54 HardPhuck how do you make table rows alternate classes automatically?
09:07 koomi HardPhuck: via optionsplit in the stdWrap?
09:08 HardPhuck via anything that works
09:08 HardPhuck :)
09:08 HardPhuck when i make a table with htmlarea
09:08 HardPhuck i want it to have alternative classes so i can style it
09:08 koomi HardPhuck: do it by hand then?
09:09 HardPhuck um, no i need all my users that don't know html to be able to produce that kind of tables
09:09 koomi set htmlarea to advanced/demo mode, add classes for td/tr, happy styling
09:10 koomi baba_von_dau: sorry. i've no idea where to look for it :D there ought to be a directory with the name of the template and something like setup.txt in there
09:15 baba_von_dau ok thx
09:39 FloLeBlanc hi all
09:54 maholtz hi
09:55 mosez where did i define user functions for my typoscript?
10:01 maholtz page.includeLibs.something = fileadmin/yourscript.php
10:01 maholtz then you can add via stdWrap the userFunc
10:02 maholtz (preUserFunc oder postUserFunc = yourclass->yourmethod
10:12 FloLeBlanc mosez: in addition: careful - your userfunctions have to have a specific prefix (I think it was user but check a manual for that) :)
10:13 mosez ok, i will include it with page.includeLibs.something = fileadmin/yourscript.php
10:13 FloLeBlanc I think it was something like function user_yourfunctionname($content,$conf)
10:13 mosez i've got it prefixed with user_
10:17 mosez have it got to be a class or is a function enough?
10:17 mosez i only want to define a wrapper for some menu links
10:21 koomi mosez: (just a thought) most wrapping can and probably should be done via typoscript
10:21 FloLeBlanc koomi is right :)
10:21 koomi FloLeBlanc me heart. good morning :D
10:21 FloLeBlanc hi koomi
10:22 FloLeBlanc mosez: a very very short userfunction : http://phpfi.com/307984
10:22 pmk65 userFunctions can also be prefixed with tx_
10:23 FloLeBlanc koomi: are you attending the developer days?
10:23 FloLeBlanc more specific: WILL you be attending the dev days :)
10:23 koomi the spend-a-ridiciulous-amount-of-money-to-see-the-kasper event?
10:23 FloLeBlanc *laughs*
10:23 koomi na. don't think so.
10:23 FloLeBlanc yeah.. that one
10:24 koomi didn't even make it to the t3 bar camp that was here in hamburg
10:24 koomi perhaps the uni will pay for it :D might be fun to check that out
10:24 FloLeBlanc :)
10:24 FloLeBlanc hehe
10:24 FloLeBlanc I'm afraid they won't
10:24 FloLeBlanc german unis are so poor they have to send us all their students :-P
10:24 mosez http://nopaste.info/2bf2c6654d.html and that have to return <a href="">HAHA</a> for every link?
10:25 koomi i had a rather long talk with the .. errm .. guy that runs the faculty. he might support that notion
10:26 pmk65 mosez: There's no "userFunc" property in a TMENU
10:26 mosez the menu itself is working, but i need to manipulate it for some page ids
10:26 koomi FloLeBlanc: hrhr. you're .at, right?
10:26 FloLeBlanc koomi: yes
10:27 mosez ah, it have to be on atagparams
10:27 pmk65 mosez: There's an "IProcFunc" property on TMENU which you might be able to use.
10:27 mosez no, thats wrong too
10:28 mosez i need soemthing like http://www.typo3.net/tsref/functions/typolink/#userfunc
10:28 koomi pmk65: what does iprocfunc do?
10:28 pmk65 and there's "itemArrayProcFunc" too.
10:29 FloLeBlanc does anyone know if our #typo3 card did well btw? ries f.e.?
10:29 kaktuspalme hi all, can i make new types of content? typoes of content means text with image as an example
10:29 pmk65 itemArrayProcFunc and IProcFunc allows you to manipulate the menustructure before it's outputted
10:29 FloLeBlanc kaktuspalme: I guess there was an example how to do that in Moder Template Building Part II - you could check it out
10:30 koomi kaktuspalme: or write an extension
10:30 pmk65 You can also create your own menustructures from other sources, like in the example I posted on typo3wizard.com a while ago -> http://www.typo3wizard.com/en/snippets/menus/create-menus-using-data-from-other-tables-than-pages-v2.html#c497
10:31 pmk65 itemArrayProcFunc example -> http://www.typo3wizard.com/en/snippets/menus/userfunc-to-fix-problems-with-hmenu-type-specialupdated.html
10:34 kinea hello. is it possible to set a typolink only around a content element with a fixed uid?
10:34 mosez hum... but IProcFunc wont do the same as userFunc on typolink :(
10:34 kaktuspalme FloLeBlanc: thx, koomi would be nice but i never wrote extensions for typo3
10:35 pmk65 kinea: You could use the "if" property to check if the id matches the one you want.
10:35 maholtz @mosez: stdWrap has an pre/postUserFunc - you can use it
10:35 mosez maholtz: thx
10:35 pmk65 But you can only use ONE 'if' statement for each TS object.
10:35 koomi kaktuspalme: then stick to templavoila. it's rather nice for fast creation of custom elements
10:35 kinea pmk65: i tried id, but it doesnt work.
10:36 pmk65 kinea: is it in a menu you want to do it?
10:36 kinea no
10:36 kinea just around the normal content elements
10:37 kinea i thought it would be easy.
10:38 pmk65 so you want a contentelement with lets say, UID=10 to be wrapped with a link, but no other elements?
10:38 kinea correct. i tried this: http://phpfi.com/307988
10:39 pmk65 The easiest way would be to create a FCE container with a hardcoded wrap, and inside that inserting your CE, then you only have to insert the FCE
10:40 kinea idnt it possible with typoscript from the main template?
10:41 pmk65 It should be, but "if" is a bit tricky to use..
10:41 kinea i realized this the last two days :-(
10:44 maholtz afaik there is no typolink.if
10:44 maholtz may be something like stdWrap.stdWrap.typolink and stdWrap.stdWrap.if could work ?
10:45 pmk65 kinea: I think your problem is that you are using the "if" property on the "typolink" property, and that one has no "if" support. So for it to work, you need to enclose it in a COA object, which do have if support.
10:52 kinea pmk65: i now how to use a COA, but dont know how i could use that in this context for a typolink.
10:55 pmk65 kinea: maybe do the 'if' on the 'parameter' property, as that one has stdWrap/if support
10:55 kinea ah!
10:55 kinea i try it thank you.
10:55 kinea where can i find, which elements have stdwrap support?
10:56 kinea i mean which *properties have stfwrap support
10:59 kinea f.e. has a dataWrap property also if support?
11:02 kinea i tried this: http://phpfi.com/307990
11:02 kinea but it doesnt work.
11:06 kinea pmk65: like this: http://phpfi.com/307990 ? doesnt work :-(
11:10 f00k3r hello ! I get this warning in the list view :
11:10 f00k3r "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/typo3_src-4.1.6/typo3/sysext/dbal/class.ux_t3lib_db.php on line 1307
11:10 f00k3r Warning: Cannot modify header information - headers already sent by (output started at /var/www/typo3_src-4.1.6/typo3/sysext/dbal/class.ux_t3lib_db.php:1307) in /var/www/tmb/typo3conf/ext/pmktextarea/class.ux_template.php on line 24"
11:10 f00k3r disabling the extention "static info Table" make this warning dispear !!
11:10 f00k3r I'm using typo3 ver 4.1.6, TemplaVoila and YAML
11:10 f00k3r thank's for tell me where to look ... in advance !
11:11 maholtz @kinea: datawrap has no stdWrap Propertie - look at TSref! but stdWrap has an if so set the if to stdWrap - and leave datawrap for adding params
11:23 kinea maholtz: and pmk65: it works! thank you for the hints.
11:24 maholtz :)
11:31 koomi f00k3r: these are just warnings. you probably don't need dbal (only if you don't use mysql).
11:32 koomi f00k3r: first one is dbal complaining about mysql ressources, second is that because of the dbal warning there was already output and header infos couldn't be send (must be send before any "content")
11:32 kaktuspalme koomi: whats the difference between template autoparser and templavoila i use none of them
11:33 koomi kaktuspalme: templavoila is a completly different system for using html templates (xml something something)
11:35 void hello
11:35 f00k3r koomi : okay ... Ishould I disable Dbal, then ?? coz due to dependencies reasons I should disable YAML for Templavoila as well
11:35 void anyone ever posted patch to corelist?
11:36 koomi f00k3r: na. templavoila is something different
11:36 FloLeBlanc hivoid
11:37 void FloLeBlanc: did you?
11:38 f00k3r koomi: I think so... Yaml (a template builder ) requieres TV ext to be loaded I didn't actually use Templavoila...
11:38 FloLeBlanc void: no :)
11:38 koomi f00k3r: yaml templates are based on templavoila
11:38 koomi (my uneducated guess)
11:38 void no, YAML templates has 2 versions
11:38 void for TV and for std. template method
11:39 kaktuspalme koomi: why should i use it?
11:39 koomi kaktuspalme: funky new tech?
11:40 koomi kaktuspalme: it's really nice - makes for much faster development, more flexible, integrates really nice, better usability
11:40 koomi just my pov tho
11:40 f00k3r koomi: yes ... they are ... becouse I'm new to template building and content rendering, yaml was for me a good solution
11:41 kaktuspalme koomi: hard to learn it?
11:41 koomi f00k3r: my approach: do it by hand the hard way. else you don't learn and have to understand other people's mess
11:42 koomi kaktuspalme: nope. pretty straight forward. read the futuristic template building docs, browse the wiki and interweb and play.
11:44 f00k3r koomi: okay ... I 'll try to ...build myself up in the area... thanks
11:45 f00k3r any good tutorials websites or pdf in mind !??
11:58 maholtz @f00k3r: wiki.typo3.org - there is an section "getting started" then you can add your experience
12:00 f00k3r thanks !
12:01 Denyerec <--- tryin to record an updated tutorial
12:02 schu hello. can anyone tell me how to strip the time value from tt_news' displayLatest-view? the problem is if I do a plugin.tt_news.date_stdWrap.strftime = %d.%m.%Y and do a > on the time_stdWrap..., i get a unix-like timestamp instead of the desired effect (i want to have 01.01.2008)
12:02 schu help appreciated
12:02 mosez http://rafb.net/p/rd0xpf72.html that's my main menu. itself works fine... but for page id 114 i want to change the list item to <li class="bottom"><a href="LINK_TO_THIS_PAGE"><img src="fileadmin/..." alt="THIS_PAGE_TITLE" /></a></li>. and it does not work
12:02 mosez somebody got an idea?
12:06 maholtz @schu: use = instead >
12:08 snooops Hi what value got the right column, 2 oder 1 ?
12:09 maholtz 3
12:09 maholtz i think
12:10 schu maholtz: thx, i tried that, same effect
12:12 snooops its 2 ;)
12:12 snooops 3 is border
12:14 Denyerec schu you still there?
12:16 mosez slowly typo3 makes me really angry...
12:17 schu yep
12:18 maholtz @snoops: ups sorry &thanks - dpo
12:19 maholtz dpo = do not use it often myself
12:20 mosez this fucking shit will never do what i want
12:20 mosez i think i've got to port it to a system without crazy configuration... like simplecms ond symfony or somethign else.
12:22 mosez else i can bring myself into a mental institution
12:23 schu @mosez: calm baby, i EXACTLY know what you're talking about and trust me, i share your pain ;-)
12:26 mosez so... how can i change before.dataWrap and the value for one menu point? only the menu point for page id 114 could be changed, the others have to be the default
12:27 mosez if i write [globalVar = TSFE:id=114] as condition all menu points are changed if page id 114 is called
12:27 maholtz before.stdWrap.cObject = TEXT
12:27 maholtz ok, condition is the easy way i think
12:28 mosez but i only want to change the menupoint which links against the page id 114
12:30 typochur hi
12:36 mosez maholtz: and how can i do it for the one menu point only?
12:36 mosez even if it is not the active menu point
12:49 snooops i got several content elements, now i want to edit the header wrap of one specific content field called MAIN how can i edit the wrap of the header field of MAIN?
12:50 snooops MAIN { header.wrap = <tag> | </tag> } ???
12:59 alexwx Hey how to say in english that unit: if it is 1000 or 100 , ... number?
12:59 kaktuspalme do I need a plugin for multi language site support?
13:00 alexwx kaktuspalme no
13:02 kaktuspalme but when i add a language, i cant see it in the page module
13:10 Denyerec alexwx - orders of magnitude ?
13:20 matthias84 Hello :D
13:20 matthias84 I got a little question. How can I integrate the "subtitle" in typoscript?
13:24 FloLeBlanc matthias84: page.temptext = TEXT / page.temptext.field = subtitle
13:24 FloLeBlanc the slash is a linebreak
13:25 FloLeBlanc (with that explaination I could actually have posted the TS in 2 lines hehe)
13:27 emiles hm, is there a really good ressource on templavoila and multi-language-sites? i'm stuck with a strange problem.
13:28 matthias84 ok ill try it. thx :)
13:30 matthias84 hm ok. and how do i use "page.temptext" with "linkwrap" ?
13:31 matthias84 here is a snippet of my code. maybe you can imagine what i´m trying to do :) "linkWrap = | <br><span>{page.temptext}</span>"
13:31 matthias84 @FloLeBlanc
13:32 menak hi
13:35 FloLeBlanc mtthias84: this will put the subtitle of the CURRENT page under the links, not the one of the target page :) (don't think it works that way in addition)
13:35 snooops i want that the header of colpos 2 got a different wrap as colpos 0 do. How can i do it?
13:36 snooops tt_content = CASE / tt_content { key.field = colPos } dont work :(
13:36 matthias84 hm damn
13:37 FloLeBlanc matthias84: the good news is - I think you can achieve what you want with typoscript. the bad news I don't know it out of my head :)
13:37 snooops did i have to work with layouts?
13:43 matthias84 ;uch thx FloLeBlanc. I´ll drop a post in the forum. Maybe somebody can help me :)
13:56 ries FloLeBlanc: hardly nobody from this channel placed a vote which is kinda a shame with so many people here
13:56 FloLeBlanc ries: :(
13:57 mosez if i switch my language the menu get translateted, but i get no content
13:57 mosez what can i do?
13:58 mosez but there exists translated content
14:00 mosez http://rafb.net/p/WnnIPW34.html my configuration
14:06 snooops hey guys how can i realize that http://phpfi.com/308023
14:07 snooops colPos 2 is a different mark than colPos 0
14:07 snooops no wait thats wrong
14:21 mosez i dont understand why my translated page gets blank
14:21 mosez it worked before some days
14:39 mosez so many solutions... wow...
14:42 snooops hey guys how can i modifiy the wrap of header only at colPos 0 ?
14:51 foool anyone using mailformplus?
15:00 FloLeBlanc fool: yes me, but very basic usage
15:07 snooops hey guys why i dont see images? http://phpfi.com/308033
15:08 snooops whats wrong with my TS?
15:13 FloLeBlanc (sorry foool of course)
15:14 foool floleblanc - It seems to ignore my captcha
15:14 FloLeBlanc foool: which one do you use?
15:14 FloLeBlanc (which captcha library)
15:14 foool T3X_captcha-1_0_0-kb.t3x
15:15 foool that one
15:15 FloLeBlanc ist that the one with extension key "captcha" ?
15:15 foool i think so but I am not too much up on it - which one do you use?
15:16 FloLeBlanc captcha :)
15:17 foool which captcha :)
15:17 FloLeBlanc foool: my config: http://phpfi.com/308035
15:21 foool this is the form I have now, http://phpfi.com/308036
15:22 snooops is nobody able to solve my problem? :(
15:23 foool snooops what is your problem
15:29 FloLeBlanc foool: and you setup TS says: plugin.tx_thmailformplus_pi1.captchaFieldname = spam ? (furthermore you gave the ID spam to 2 elements, id's must be unique)
15:32 Denyerec anyone got 5 mins to review the start of the tutorial I'm trying to get sorted?
15:32 Denyerec It's sort of a follow-along-and-build-a-TV-site job
15:32 Denyerec with a basic overview of installation
15:33 foool dunno how i can help denyerec but if you like I have time
15:33 Denyerec http://wiki.typo3.org/index.php/TemplaVoila/VideoTutorial
15:33 Denyerec just have a quick readthrough
15:33 foool I am hopeless at forms floleblanc grrr!!
15:33 FloLeBlanc will we see denyerec in this video? :)
15:33 Denyerec it's going to follow a video, so it's not a hard and fast tutorial
15:33 Denyerec more ... um... notes on it
15:33 Denyerec no Flo, I don' t have a webcam :)
15:34 Denyerec here I am tho: http://stuff.denyerec.co.uk/den.jpg (on the left)
15:34 Denyerec there's another photo of my ugly mug online somewhere
15:35 FloLeBlanc denyerec: LOL that "on the left" hint made my day
15:35 snooops foool i didnt see the image that i added to my content here is my code http://phpfi.com/308033
15:36 Denyerec there we go: http://www.webdev-gallery.co.uk/
15:37 FloLeBlanc hehe
15:37 FloLeBlanc well you don't have to be so shy.. quite handsome photo :)
15:43 snooops FloLeBlanc can you help me with my problem?
15:43 snooops im really getting crazy
15:43 FloLeBlanc sorry, I'm not that versed with TS :)
15:43 snooops damn it
15:43 snooops maholtz you're here?
15:46 ct529 hi everybody
15:47 ct529 I need to connect an RSS feeder from a website to our website, what is the best extension?
15:48 FloLeBlanc ct529: tw_rssfeeds is the only one i know :)
15:49 FloLeBlanc but that one needs manual adjustment for UTF8 support (dirty hacking)
15:55 ct529 FloLeBlanc: does it allow for news to be automatically integrated in your website?
15:55 FloLeBlanc ct529: you specify a RSS source and the news get listed on the page where you insert the plugin, yes
15:57 kreegee is it possible to override a value in locallang.xml with typoscript?
16:01 UNCONNECT808 hey guys.
16:01 snooops cmon guys i thought that is a support channel ;)
16:02 UNCONNECT808 anybody of you used the workspaces for an complete relaunch of a bigger site, incl. use of templavoila templates etc.? is it possible so?
16:03 FloLeBlanc snooops: well if someone knows the answer he will support you, but it is not the "I go in ask a question and get the answer on phpfi.com in 2 seconds" channel :)
16:03 UNCONNECT808 lol
16:03 ct529 FloLeBlanc: I would like a higher level of integration: the news i published in the page not only listed. is that possible in your opinion?
16:04 FloLeBlanc ct529: you want to integrate external news from an rss feed into your own news extension do I get this right?
16:04 koomi UNCONNECT808: nope. but i'd be interested in your experiences :D
16:05 ct529 FloLeBlanc: yes
16:05 kreegee theres a rss->tt_news aggreator on typo3.org
16:05 kreegee but i think the ext isn't published yet
16:06 FloLeBlanc ct529: I never heard of such a thing but if kreegee says it is possible it possibly is :)
16:06 kreegee news.typo3.org is displayed on typo3.com - i think thats done with a tt_news extensions
16:07 kreegee but iirc the ext is closed source
16:07 UNCONNECT808 so theoretically it should work. cause you have all the needed modules evl. in workspace.
16:09 kreegee UNCONNECT808: i don't know
16:09 kreegee i would do a relaunch with a second installation
16:10 kreegee or you add a second pagetree
16:10 ct529 kreegee: do you know where I could find a beta?
16:10 kreegee no
16:11 kreegee i stumbled over it when i tried something similar
16:11 kreegee i eventually gave up
16:11 kreegee just search the ext repository for rss
16:11 kreegee there are other extensions
16:11 snooops hey guys why i dont see images? http://phpfi.com/308033
16:12 ct529 FloLeBlanc: kreegee: thanks for your help!
16:13 maholtz @a
16:13 maholtz @snoops: have an look at the db - there will be no image in field "bodytext"
16:14 maholtz in bodytext there is text - maybe you have an field image?
16:14 Alexander Hi Channel. Stupid question: How to can I generate a FE Link from the BE?
16:15 Alexander Fakeing the cObj and using the typolink function is one way. Is there something better?
16:16 UNCONNECT808 no sec. pagetree is too much work. should be a better solution aka workspaces or complete site copy. but in fact if here is now exp. with that i will try it :)
16:17 UNCONNECT808 anybody know if here is a core dev. online sometimes?
16:19 UNCONNECT808 Alexander: i think the most common way is the typolink way or the use of the RTE inside a CO.
16:20 UNCONNECT808 or do you want to generate a linklist?
16:20 UNCONNECT808 with many links?
16:22 Alexander I want to generate a <ul > <li> menu wich is *not* based on the page structure. To save processing time in the FE this menu should be generated and written to a temp file only when it changes. the fe plugin just displays the content of the temp file
16:28 Alexander the last missing part is the "proper" link generation for the fe. seems that I have to find the howto for the fake cObj again
16:28 jananne Hello y'all. i can't locate the storage record folder when i want to add the standard indexed search extension on a page. It is just NOT there.
16:32 emiles jananne: i'm not an expert but think you've got to create it yourself.
16:39 snooops how can i displays images which i entered in my content editor on my website with TS?
16:40 snooops thats my code right now
16:40 snooops http://phpfi.com/308074
16:48 UNCONNECT808 Alexander: think you should write an ext. :)
16:50 Denyerec foool did you check that link I sent?
16:50 Denyerec I'm lookin for feedback before I head down the wrong path by mistake
16:53 Alexander @UNCONNECT808: Or play the "annoy a coredev" game on wednesday ;) Or is there anoter reason for Usergroup meetings? :D .... Really annoying is that I can't find the "fake the cObj" snippet from last week.
16:54 UNCONNECT808 :)
16:55 maholtz @snoops - do you talk abaout RTE? or do you use text with image? Or an individual element from TV?
17:00 UNCONNECT808 so i have to go. will post my story with heavy site relaunch throu workspaces later this month when my customer haven't killed me :)
17:01 TheXenocide Is there an rgsmoothgallery expert in the house?
17:01 TheXenocide I'm having a bit of a tussle with it, trying to integrate with tt_news
17:02 Denyerec He just wrote some new fangled thing for tt_news
17:02 TheXenocide lol, so what's that mean for me?
17:07 TheXenocide well, I'm no TS expert, so I'm not entirely sure how this is supposed to alter the functioning of tt_news in any way, but the docs for rgsmoothgallery say the only thing you need to do to enable is "plugin.tt_news.rgsmoothgallery < plugin.tx_rgsmoothgallery_pi1"
17:07 snooops maholtz i use RTE
17:07 snooops and just IMAGE
17:08 TheXenocide Now, I understand the assignment that's happening here, and I have a little bit of insignificant configuration TS for defining width, etc. but it doesn't seem to make any difference at all
17:08 maholtz have an look at your database via phpmyadmin - in which field is you image? in bodytext or in image?
17:08 snooops it is in field image
17:09 TheXenocide Now, as a sidenote, I only wanted this feature on my news SINGLE page, so I placed the TS in the Setup section of an extension template on this page; does it seem like I'm doing anything wrong, or does anybody else have SmoothGallery integrated with News that might be able to tell me what they did differently?
17:11 alexwx Hey guys, how to get the PIDlist in my ext.? Thanks
17:15 TheXenocide nobody?
17:16 TheXenocide Please :'( - I'm trying to get this done before my 2 week notice is up so these guys don't have to figure it all out from the ground up
17:17 alexwx Void, how to get the starting point UID(s)?
17:18 void alexwx: from extension? or get in meaning "understand"?
17:18 alexwx void yea from ext.
17:18 maholtz @snoops: and now you should have an look at tsref -> Image (wiki.typo3.org/TSref/IMAGE )
17:18 void alexwx: depends on how you created it
17:19 alexwx void hmm, simply the pages, wich I select in the Starting list in a element creating of my plugin
17:19 void alexwx: ok... if so, try $this->data['pages']
17:20 Phlogi I changed the image of items in backend in my extension, but typo3 does not update it somehow.... what could be the reason?
17:20 alexwx void do you mean $this->cObj->data['pages']?
17:21 Phlogi Its defined in ext_tables.php 'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_t3fratingtool_ratable_items.gif',
17:21 Phlogi thats fine?
17:21 void alexwx: maybe..
17:24 snooops maholtz i dont know what to do ... should i use file or what? But what is the filename? its dynamical, on every site different images with different filenames
17:25 alexwx void do you also know $GLOBALS["TSFE"]->getStorageSiterootPids() ?
17:26 void alexwx: yes. but it's for GRSP and not starting point of your plugin
17:27 alexwx void and what is that mean GRSP?
17:27 void general record storage page
17:29 TheXenocide gah this thing is driving me nuts
17:30 TheXenocide there is nobody with some spare time and a test-ground QuickStart or something they can try to help me figure out this issue with?
17:30 TheXenocide I don't even know where else to look anymore :(
17:31 Denyerec ?
17:31 Denyerec what issue
17:31 Denyerec Oh
17:32 Denyerec smoothgallery
17:32 Denyerec idle in here until Just2b shows up
17:33 maholtz @snoops: file.import = uploads/pics/
17:33 maholtz file.import.field = image
17:33 maholtz file.import.listNum = 0
17:33 alexwx void hmm is there some description? I dont understand
17:33 snooops wow ok thank you maholtz
17:33 Phlogi anyone has an idea why my own icon I did overwrite the default image with for records in list view is not shown in be?
17:33 snooops i think i would never got an idea like that
17:34 void alexwx: in page properties you can see field "GRSP"... you always set it when build TV powered site
17:34 maholtz @snoops: does it work - upload/pics/ could be wrong...
17:35 maholtz and yep, i thougt it has been explained better... if it works, you could put your code into the wiki...
17:36 snooops nope dont work
17:36 maholtz but do you not use dam - or?
17:37 maholtz and have an look at uploads/pics/ is the image there?
17:38 snooops no i know where my images are and i corrected the path allready
17:38 alexwx void aah so, but you can also use it without TV. it is then for all the pages in the site the general storage?
17:38 maholtz hm... you outputted at first via TEXT the value of the image field - that image exists in the import-folder?
17:39 TheXenocide Denyerec: do you know about how often he drops in?
17:39 snooops maholtz http://phpfi.com/308098
17:40 void alexwx: yes. but you can set GRSP in properties of set of pages.. and you will get set of GRPSs.
17:40 void TheXenocide: often
17:41 maholtz the path seems to be wrong - typo3 does not know that path - if you add an image via backend, that image is typically copied into uploads/pics/ - perhaps try it
17:41 snooops ok
17:41 void anyone ever sent patch to core list?
17:42 snooops but my case syntax is correct?
17:42 alexwx void then if you have to use classic startingpoing page with GRPS, the GRPS you are getting first? or seccond?
17:42 snooops no dont work
17:42 Phlogi ah was a cache problem of my browser :)
17:42 snooops no i just added it through the fileadmin
17:43 snooops after that i createt a new content element at colPos 2 and selected type IMAGE
17:43 void alexwx: starting point have nothing to do with GRSP... it is a different things. in your extension you may use one of, or both... but it's still different things
17:43 snooops and selected the image from that path
17:44 maholtz and then, if you save it - it will be copied to uploads/pics/ - or i am wrong? i thought so... hm.. syntax seems to be ok
17:44 alexwx void both are storage folder
17:44 TheXenocide Denyerec: thank you very much :)
17:45 void alexwx: no... GRSP should be sysfolder while starting point may not...
17:47 alexwx void GRSP, ok if I set the GRSP, what is that mean then?
17:47 maholtz @snooops: do you use DAM?
17:48 void alexwx: i'd recommend to not use GRSP... rather use starting point.. i know only 2 extension that require GRSP to be set..
17:49 snooops DAM? I think not
17:50 maholtz @snooops: please have an look in uploads/pics/
17:50 alexwx void ok I just would like to know the meaing of the GRPS
17:50 maholtz @snooops: is there an copy of your image
17:51 void alexwx: usually it's used for storing very importand information, live templavoila DS/TO or tt_news categories
17:53 alexwx void hmm ok, it is still some unknown point for my know-how, but I am glad for little introducing into it.
18:12 snooops maholtz i dont have the directory uploads
18:12 snooops it exists user_uploads but there are no pics or images folders
18:16 maholtz @snooops: it should be on the same level as tpo3conf, typo3temp and fileadmin
18:35 snooops ah ok
18:35 snooops yes there it is
18:35 snooops maholtz there are the pictures youre right
18:36 maholtz @snooops: :) ok, i was in fear to be totally wrong:) - then use .import = uploads/pics/
18:37 snooops yes ok thats wright
18:37 snooops right ;)
18:37 snooops 20 needs to be TEXT, right?
18:39 maholtz if it is text - you should get the name of image - it should be the uploads/pics folder - if you want to output an image you have to use IMAGE instead
18:40 snooops what is better?
18:41 snooops dont work :(
18:41 snooops thats my current code: http://phpfi.com/308121
18:43 maholtz ups sorry - i was wrong - if you use TEXT there is no propertie file - use IMAGE instead (TEXT would be only usefull, if you want to debug)
18:44 snooops maholtz i love you
18:44 snooops thats the way ;)
18:44 snooops thank you a l ot
18:46 snooops and now please tell me why my <p> tags are striped?
18:46 snooops stripped
18:46 snooops at colPos 0
18:49 Denyerec foool ?
18:53 maholtz @snooops: i have to leave now, but i think you should have an deep look at tsref ( btw. do you know styles.contet.get from css_styled_content?)
18:54 maholtz some points to look at: parseFunc
18:54 snooops ok thank you a lot maholtz ;)
18:54 snooops have a nice evening ;)
18:54 maholtz np - you too:)
18:54 maholtz bye
19:12 mac3 does anyone know a good tutorial for coding a backend module?
19:13 mac3 i want to allow the user to administrate a tree-like structure
19:14 mac3 and he should be able to add multiply-choice items to each node
19:15 chefan you won't like the honest answer
19:15 mac3 :>
19:16 chefan i didn't find a really good in depth tutorial
19:16 chefan wht works for me is reading the code and asking whoever i get hold of when i run into something weird
19:16 chefan takes time though
19:17 mac3 hehe ok ,)
19:17 mac3 ill try then to get something done
19:18 chefan best guess would be looking for extensions that do similar things and try to understand what they do after you read the basics
19:18 chefan and get extdeveval
19:18 mac3 what does it do?
19:19 chefan gives you a cute menu in the backend with a lot of api documentation
19:19 chefan almost as good as grep & less
19:19 mac3 yay, nice
19:19 mac3 tnx
19:19 chefan you're welcome
19:24 roterguru hi
19:24 roterguru how can I include a php file with includeLibs which is not "fileadmin"
19:30 koomi roterguru: magic.
19:31 koomi roterguru: dunno. check the tsref. it typo3 only includes it from fileadmin there's not much you can do
19:31 koomi (this was a no-answer answer)
19:33 roterguru no way to include a script from my extension folder?
19:34 void roterguru: includeLibs.smth = EXT:myext/file.php
19:39 roterguru like this: includeLibs = EXT:jk_horticus_backend/Database/editprodukte.php?
19:41 roterguru works :D thx
19:54 TheXenocide it would be really awesome if Just2B would show up any minute now ;p
20:27 HardPhuck which drop down (or pop up, for that matter) menu extension is the best to use?
20:27 void HardPhuck: no one
20:28 HardPhuck lol, one must be :)
20:28 void get good CSS drop down menu and use HMENU
20:28 koomi "sun of suckerfish" is a good starting point - or the original list apart article (called .. suckerfish)
20:29 HardPhuck thougt that was done already~
20:29 void HardPhuck: http://www.rvantwisk.nl/index.php?id=52 example
20:29 koomi HardPhuck: there's nothing like getting down and dirty with css to life the mood
20:29 HardPhuck that is true
20:45 Denyerec I used SOSF with some accessibility and keyboard nav modifications
21:50 void alexwx: maybe you'll stop join/part spam?
22:09 void hm..
22:09 void is there any core team member?
22:09 void here
22:13 enzo hi
22:14 enzo i have a strange thing, i was in typo3 4.1.1 and i've put 4.1.6 version, but in update wizard, when i click on next, it asked me the version where i've upgraded from that is <= 3.8
22:15 enzo but i've had a 4.1.1, hence my question: no database change to do for upgrading from 4.1.1 to 4.1.6 ?
22:16 void enzo: afaik, no
22:20 enzo so i just copy the 4.1.6 src, and just update the symlink from 4.1.1 to 4.1.6 void?
22:21 Denyerec pretty much enzo yeah
22:21 Denyerec then run the DB compare
22:22 enzo => The tables and fields in the current database corresponds perfectly to the database in the selected SQL-file.
22:22 enzo so all is ok, i guess
22:26 enzo i have direct_mail module 2.2.0, i'd like to update to 2.5.3, how can i do that easily ?
22:27 enzo i don't find any update button in the extension managaer
22:27 void hm.. you may install ter_update_check
22:28 void it functionality was merged into EM
22:28 void but i do not remember in which version of typo3
22:29 enzo i don't see it in 4.1.6
22:30 enzo ter_update_check can be installed by the EM ? cause i don't see it
22:32 void dunno
22:32 void it should i guess
22:33 enzo yes ter_update_check will be in typo3 4.2
22:57 enzo strange thing, i launch ter_update_check, it tells 'update successful', however no extension has been updated...
22:57 HardPhuck void you here?
22:57 void =CK
22:57 void yes
22:57 HardPhuck http://www.d-net.si/
22:58 HardPhuck working drop down (only on one button)
22:58 void is "svetovanje" about lighting?
23:00 enzo any one for some help on ter_update_check ?
23:01 HardPhuck no, svetovanje means consulting in slovenian lang
23:37 decoder hello all
23:38 decoder short question: I've got a typo3 install here (not mine), which we just moved into our environment.. we generally only run postgres, but they used mysql before. Ive got it running now with their mysql dump but would prefer to migrate it to our postgres server
23:38 decoder is there any way to do that? (i.e. can typo3 export it's db contents somehow so I can import them to pg again with typo3) ?
23:39 decoder settings, users and stuff like that
23:42 void decoder: you can use .t3d import/export
23:42 void just right click on globe icon
23:43 decoder ah.. second, I'll see if I find that
23:43 void decoder: btw, i am not sure that using typo3 on postgres is simple..
23:44 decoder ah hm.. well I'll try.. if it doesnt work then ill switch back...
23:44 decoder but it would be cool if it worked.. :D
23:45 void some ppl say me that they run typo3 on postgres, some say that it's hard or even impossible... hot theme on these days
23:45 void i did not any experiments by myself yet..
23:58 Denyerec void - easiest way to migrate a 4.1.6 site to 4.2 ? Just a straight upgrade, or a t3d export/import?
23:58 void try first way, if find bugs revert and go second way

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.