Search the website and IRC logs

#TYPO3 IRC log from : Thursday 18 October 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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:03 uriahheep voidus: you around?
00:03 uriahheep voidus: remember that image information thing that i got from TSFE?
00:04 voidus uriahheep: yes
00:04 uriahheep voidus: do you think i could get the image src that way?
00:04 voidus uriahheep: why you need it?
00:04 uriahheep for a dirty hack ;)
00:05 voidus i don't think you need one more dirty hack..
00:06 uriahheep voidus: i'm trying to make a <input type="image"> in the same kind of button FCE, but i need to have an image in there to set the width of the container div
00:07 uriahheep so i was thinking i could put the image inside an invisible div, and make the src of the <input> tag the same as the image
00:07 voidus use IMG_RESOURCE for that
00:07 voidus no need in dirty tricks
00:07 uriahheep sure, but IMG_RESOURCE doesn't get picked up by TSFE:lastImageInfo
00:08 uriahheep (which i need)
00:08 uriahheep ...and, well, for usability's sake, i don't want the users to have to set the same image twice when adding the FCE to pages
00:09 voidus hm... i am completely don't understand what you want to do...
00:09 uriahheep :)
00:09 uriahheep well, here:
00:11 uriahheep voidus: http://pastebin.ca/740415
00:12 uriahheep voidus: the tplButton div needs to have the style="width:;" set by an IMAGE, because IMG_RESOURCE doesn't get seen by TSFE:lastImageInfo (which i use to get the width of the image and then add 8px)
00:13 uriahheep so, i couldn't just use IMG_RESOURCE and set that value into the <input>'s src... i would definitely need an image
00:14 uriahheep but i was hoping that i could use TSFE:lastImageInfo, or something like it, to get the image path, and input it into the <input>'s src
00:15 uriahheep http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/fun-with-tsfe-part-1-getting-additional-image-imformation.html
00:15 uriahheep ah, i can :)
00:15 uriahheep sorry for bothering you ;)
00:15 uriahheep found it
00:15 uriahheep thanks though
00:15 uriahheep i gtg
00:15 uriahheep later
00:15 voidus :)
00:26 goofix had anybody a good webmail extension for typo3? something like roundcube
00:32 xsebi hello @all , i got an economical question , maybe someone's got experience selling templates..so what may be the average price for developing (layout,including simple functions like sitemap and search via typo3) a smaller website , like 10-20 pages depth ?
00:34 xsebi taking 2-3 days of work
00:34 xsebi i wanna know what i can take for a small site
00:38 ries xsebi: http://www.mediatech.net/ has a template you can intergrate
00:41 xsebi interesting thx : )
00:45 ries xsebi: your welcome...
00:48 voidus why?
00:51 Denyerec I'm cold
00:52 Denyerec and i'm irritable
00:52 Denyerec still daunted by directmail
00:52 Denyerec got sidetracked today doing logo designs for a couple of enterprises
00:59 ries Denyerec: well done!!!!
00:59 xsebi oh btw : ries i meant what money i can take for making that small site ,... the templates im doing meself :)) using cs photoshop and cinema4d for design , then setting html and css layout ,..then parsing to typo3 via autoparser setups
01:00 xsebi but im new to typo3 , for 3 months now
01:00 ries xsebi: setup think of your hourly rate and calculate the total price based on the number of hours and hourly rate?
01:01 Denyerec well done ?
01:01 Denyerec I failled to install DirectMail
01:01 Denyerec *AGAIN*
01:01 Denyerec :/
01:02 Denyerec well I know what svn is
01:02 Denyerec but not pdt
01:02 Denyerec or how would integrate them in a smart fashion
01:02 voidus pdt is a plugin for eclipse
01:02 xsebi yeah im just starting as freelancer and have to look around ,.. so i dont get underpayed
01:03 ries xsebi: what's your hourly rate?
01:04 xsebi dont work hourly by now , i get jobs from a partner for a set price
01:05 ries xsebi: understood... but still you need to calculate your price by that
01:08 xsebi yeah i should write down the times i work and look that up for calculation
01:19 uriahheep is it possible to put an FCE into an extension?
01:19 uriahheep like... i've got a plugin element, and i'd like to put an FCE at the end of a form that is part of the plugin
01:25 voidus uriahheep: yes, but it require some additional actions during installations. look at mininews for example
01:26 uriahheep additional actions like what?
01:26 uriahheep oh, db tables creation and such?
01:47 voidus uriahheep: like importing t3d files
02:00 uriahheep ah...
02:00 uriahheep anyway, i just hacked the template :)
02:01 uriahheep it's a very dirty hack, you wouldn't be proud :-/
02:40 kaktustmimi hi folks
02:40 kaktustmimi anybody around here?!?
02:40 kaktustmimi is there a solution for deleting a fe_group?
02:41 kaktustmimi deleting the group is no problem, but removing the users from the group is not that easy as the user -> groups relation is put into a BLOB field on the fe_users table
03:24 xsebi 3.30 mornin here
03:30 ries kaktustmimi: typo3 core will handle that basicly...
03:31 ries up-on retrieving records... but also when a record is saved only valid groups get's stored
03:31 ries DB purists will have problems with that concept ofcourse...
03:32 kaktustmimi ries, I'm trying to write a fe-plugin-function to delete fe_groups
03:33 kaktustmimi therefore I need to drop the group from all users that are part of that group
03:33 kaktustmimi so I need to modify the blob of the user records
03:33 ries kaktustmimi: yeaa you cannot do that in one call :)
03:33 kaktustmimi or am I wrong?
03:33 kaktustmimi hm
03:33 kaktustmimi so what
03:33 ries no, you are not wrong....
03:33 ries you have to fetch all users that are member of the group
03:33 kaktustmimi opening all users, looking at the blobs and updating them if the group is in there
03:33 ries explode the in erray
03:34 ries remove the group
03:34 ries implode it
03:34 kaktustmimi muhahaha
03:34 ries and save it.....
03:34 kaktustmimi wtf?!?!?
03:34 ries ugggg
03:34 kaktustmimi omg
03:34 kaktustmimi that can't be true
03:34 ries kaktustmimi: it has a couple of upsides... But like I said, DB purists will not like it to much...
03:34 kaktustmimi I'm thinking about introducing a third table for the M:N relation
03:35 kaktustmimi hm
03:35 ries kaktustmimi: you can use MM relations for that... it's supported by typo3
03:35 kaktustmimi ok - but if there is no better way to do it...
03:35 kaktustmimi yes - for my extension I could use it, but all the BE - functions won't work with it
03:35 kaktustmimi as access restrictions for content elements and so on
03:36 kaktustmimi I could use a MN Table to maintain the blobs after deleting the groups
03:36 kaktustmimi that would make database handling more easy
03:36 ries kaktustmimi: that would be hard indeed... although you could take a look if there is n TCA setup for the fe_users table
03:36 ries and see if you can introduce an MM relation...
03:36 kaktustmimi ok - I could do that
03:36 ries like I sai, MM relations are supported by core
03:36 kaktustmimi if the groups functionality is not "hardcoded" in sql
03:37 kaktustmimi yeah - I think, I got your point, but I suppose there will be a lot of drawback, if I change from Blob to MN table
03:37 ries kaktustmimi: http://bugs.typo3.org/view.php?id=6241
03:38 kaktustmimi thanks
03:38 ries kaktustmimi: now I think of it, I would not go that route unless you have a lot of users, like +20.000 FE users
03:38 kaktustmimi seems to be not that easy
03:38 kaktustmimi I will have that probably
03:39 kaktustmimi hm
03:39 kaktustmimi as I said, a second table for finding users of a certain group could help
03:39 kaktustmimi I don't need the funcitonality of that table in BE, only for finding my users
03:39 ries kaktustmimi: it's fairly easy actually...
03:39 kaktustmimi yeah
03:39 kaktustmimi think so too
03:39 ries typo3 supports an API to find all users within a group
03:40 ries execute it..
03:40 kaktustmimi ?!?
03:40 ries get all these users, then store them
03:40 kaktustmimi what kind of api is that?
03:40 ries let me look it up...
03:40 kaktustmimi it should be an API function?
03:40 kaktustmimi I searched for quite a long time, but couldn't find it...
03:40 kaktustmimi would be nice, if you could help me out ;)
03:41 ries well, let's put it like this... typo3 has an API to generate an appropriate where clause
03:41 kaktustmimi hehe
03:41 kaktustmimi ok
03:41 kaktustmimi shouldn't be that hard ;)
03:41 kaktustmimi but I think - not today...
03:41 kaktustmimi what time is it at your place
03:41 kaktustmimi here it's half past three at night...
03:41 kaktustmimi will go to bed now ;)
03:41 kaktustmimi thanks for your answers!
03:42 xsebi soon 4 it is ; )
03:42 kaktustmimi at night?
03:42 xsebi jep
03:42 kaktustmimi muha
03:42 kaktustmimi ok
03:43 xsebi in nrw for sure : )
03:43 kaktustmimi my friend pimp^air is calling his computer a whoore - think it's time for all of us to go to bed ;)
03:43 kaktustmimi ok nrw - we are in karlsruhe here
03:43 kaktustmimi 200m to the Queens Hotel
03:43 kaktustmimi where T3Conf took place ;9
03:43 ries kaktustmimi: http://typo3.org/fileadmin/typo3api-4.0.0/df/d65/classtslib__cObj.html#31dd6f257d24673180a82a423f38a114
03:44 kaktustmimi thanks!
03:44 ries kaktustmimi: where you there at t3con?
03:44 kaktustmimi no
03:44 kaktustmimi it was to expensive for me
03:44 kaktustmimi 500¬
03:44 kaktustmimi :(
03:45 xsebi pff
03:45 ries I complained about that... but NOBODY from punkt.de responded .... quite bad I feel
03:45 ries I did sponsor a lady to go there... hehehehe
03:45 kaktustmimi dunno for what to pay 500¬
03:45 kaktustmimi hehe
03:45 kaktustmimi nice
03:45 kaktustmimi is it punkt.de who organizes the conf?
03:45 ries it's more for business...
03:46 ries yup
03:46 ries well, as far as I know punkt organises it
03:46 kaktustmimi I took a look at some of the videos from last year
03:46 pimp^air yay.. took me 3 hours to fix my eclipse which kaktustmimi had broken
03:46 pimp^air heh
03:47 kaktustmimi the podcasts from last year's conf didn't seem that brilliant to me
03:47 xsebi i used eclipse with c++ , didnt had time to get php to it till now
03:48 kaktustmimi there is a new vesion of ZEND Studio Beta to download on zend.com that integrates ZEND Studio into Eclipse
03:48 kaktustmimi worked with it for some hours now and it seems to be just fine
03:48 pimp^air kaktustmimi: stop laughing at me!!
03:49 xsebi cool , ill try
03:49 kaktustmimi yeah - it's real cool
03:49 kaktustmimi i used zend studio at the place i work and there are some nice features
03:49 kaktustmimi and now it's all packed into eclipse
03:50 xsebi eclipse and c got me mad a lil so i closed it for a while :p
03:50 kaktustmimi can imagine that
03:51 kaktustmimi pimp^air used quite a few ugly words while making his eclipse running again here ;)
03:51 xsebi oh i know that feeling : >
03:52 xsebi last project i did was php in notepad hrhr
03:52 xsebi worked ; )
04:02 pimp^air it's not that eclipse is totally resistant to a series of killall -9 :)
04:09 kaktustmimi think that xdebug is not running with the zend-plugin for eclipse
04:09 kaktustmimi :(
04:10 pimp^air omg
04:11 pimp^air i'm palatal numb from kaktustmimi's wonderful junkfood
04:20 kaktustmimi good n8 everybody!
04:21 xsebi n8 ;) -- oh gone :)
04:44 ries if you don't want to sit behinf your computer, here some fun experiments : http://www.metacafe.com/watch/787565/powers_and_dangers_of_alkali_metals/
04:45 xsebi oh alkali like natrium and kalium and stuff
04:45 xsebi bad stuff : >
04:47 xsebi when u mix kaliumnitrate with some charcoal and sulfur u get black powder
04:47 xsebi :D
04:51 xsebi kalium in english may be potassium , dont know for sure
06:20 xsebi-2 oh no group command available here
07:50 d|g hi all
09:19 _exe good morning :)
09:21 dokma good morning
09:21 _exe :)
09:21 dokma sems like devs are not morning types :)
09:21 gerards good thing its the afternoon for me then eh?
09:22 dokma where is you gerards?
09:22 gerards I'm in Singapore.
09:22 gerards Don't bother finding us, we're just a dot in most maps.
09:22 _exe im in germany an ts 09:25
09:22 dokma what time?
09:22 gerards 325pm
09:22 dokma 9:28
09:23 dokma cool, it's morning here
09:23 dokma I love mornings
09:24 gerards me too. but I don't see much of them these days...
09:24 gerards I wake too late :(
10:52 banban hi there! is it possible to set sitemap through typoscript so that that sitemap object would replace subpart defined in template nad how should i do that? thanks for any help!
11:38 Denyerek 6802
11:38 Denyerek Hello
11:56 Randomresult i want to fill a marker in a templavoila element. My plan is to make a plain inputfield where the user is able to insert a directory which is added to a flash-embed tag ... see here : http://phpfi.com/269694 How can i fill the marker in my example... via typoscript in the xml?
11:58 Randomresult i have now made a html-file with an embedtag which contains a link to a swf file... something like example.swf?parameter1=###LINK### ... and i want to replace this ###LINK### with the entered directory in the backend?
11:58 Randomresult see the html-file at the pasted phpfi.com link
11:58 Randomresult someone knows how to do that?
11:59 Denyerec hmm
12:00 Denyerec you could map TV to the parameter element of the <object>
12:07 Randomresult but how?
12:07 Randomresult at the moment i have a div id=wrapper around the element and it doesnt show the flashfile at all
12:07 Denyerec same way you pmap anything else
12:08 Randomresult the wrapper is my root element... in there is the flash...
12:08 Randomresult i only map the root
12:08 Randomresult and then it doesnt show the flash... but i should... right?
12:11 Randomresult ok... here is my new html http://phpfi.com/269705
12:11 Randomresult now i only want the flashmovie to be show... as a first step
12:11 Randomresult i, as i said, map the wrapper as root... but no diffrence if i map it as outer or inner... the flash is not shown
12:11 Randomresult why?
12:12 Randomresult i mean not shown and not in the source code in html
12:13 Randomresult only this is shown: <!-- CONTENT ELEMENT, uid:35/templavoila_pi1 [begin] -->
12:17 dax77 hi @all
12:17 Randomresult hi dax
12:25 Denyerec Randomresult - if you map the root, then the inner content shoudl remain "default"
12:25 uschi hi folks
12:25 uschi hey dax77 :-)))))
12:25 Denyerec But I wouldn't be surprised if TV was mangling those conditional comments.
12:25 Denyerec Hey uschi
12:25 dax77 Hi uschi :)
12:25 uschi Hi Denyerec :)
12:25 dax77 my last 2 days of vacation :(
12:25 uschi poor guy :-(
12:26 Randomresult remain default? i removed the conditional comments
12:26 uschi are you at home, dax77 ?
12:26 dax77 jup
12:26 Randomresult i will now replace the flashfile with normal html... then look what happens
12:26 uschi i heard from ute you did some wonderwork
12:27 Denyerec ?
12:27 uschi that was for dax77, Denyerec
12:27 Denyerec http://www.tuxick.net/pics/humor/art-of-survival.jpg
12:27 dax77 I did? but she has some more problems - I will work on starting next week
12:27 uschi yeah, but obviously the number of problems is lower now
12:28 uschi we do have some weird mysql problem
12:28 uschi but perhaps we should upgrade to 4.1.2, and things get better
12:29 Denyerec uschi I havenoticed a lot of mysterious bugs disappear when you move to 4/1/2
12:29 dax77 sorry, I'm not into the problems :( ....next week :)
12:30 uschi this is no cal problem, dax77
12:30 uschi at least, i do not think so
12:30 dax77 has anyone ever tried to get a adminPanel working on a single typo3 installation with 2 different domains in a page tree?
12:30 Randomresult Denyerec: now i have only the wrapper and an h1 tag... which is not shown too#
12:31 dax77 I can get it to work for one domain, but not for the other :(
12:31 Denyerec dax - you mean the little frontend box thing ?
12:31 dax77 up
12:31 Randomresult but as i told ya all... only the wrapper is mapped as root... the rest ist not mapped which should be no problem... it should be shown anyway
12:31 dax77 jup
12:34 alexwx Hey, how to change this forma like that? Montag 15. of Oktober 2007 ? in the tt_news?
12:34 alexwx I wanna just remove the "of"
12:35 Randomresult alexwx i think this depends on ur server...
12:36 Randomresult has to do with locale or something... this is a mix up between en and german...
12:36 Randomresult try to search in the ts ref
12:40 alexwx Randomresult i found it, it is configurable by TS :)
13:18 elbart hi guys
13:18 Denyerec hey elbart, hey just
13:19 elbart hoi Denyerec
13:20 menak hi
13:27 m0oman is it possible in htmlarea somehow to specify external images? (images that are on a different domain)
13:34 just2b m0man not by default
13:36 m0oman oh, you can edit it in the source code. but then typo3 just puts a copy in the /uploads folder. ffs. :(/
13:40 Denyerec You can define where they go
13:40 Denyerec but i don't think you can disable the copying mechanism, as it's part of how Typo3 handles images
13:40 Denyerec I might be wrong though
13:41 m0oman i don't want them to go anywhere. typo3 should just stop to copy mechanism, as it makes my sites twice the size, makes it extremely annoying to update images and leaves out the possibility to integrate images from external sources unless you use the html element.
13:41 m0oman sorry if i sound rough. just a tad frustrated.
13:42 Denyerec Um
13:42 Denyerec Where do you want them to go ?
13:42 Denyerec I can't blame Typo for making local copies, hotlinking images is naughty.
13:43 m0oman i want them to stay where they are. i click an image in the image browser or change the url in the htmlarea source field and it just links it there, instead of copying the image and linking the copy.
13:43 pmk65 m0oman: then use DAM and dam_ttcontent, then you won't see copies of your images etc.
13:43 m0oman why is it naughty? i trust my own file integrity. :P
13:44 m0oman dam only works semi well and only for local files though.
13:45 m0oman and i do not fully understand it, on one of my sites it still copies the images on another it just links them.
13:45 m0oman their config is identical apart from the domain they're on.
13:46 pmk65 If you want to use DAM with the regular content elements you need the dam_ttcontent extension too. otherwise it will still make copies of the images.
13:47 pmk65 And if you also want to use DAM with tt_news you need dam_ttnews too.
13:48 m0oman hm. yah. this, in theory still leaves out external resources though.
13:49 pmk65 http://typo3.org/extensions/repository/view/dam_ttcontent/1.0.2/
13:49 m0oman cheers. :)
13:50 pmk65 http://typo3.org/extensions/repository/view/dam_ttnews/0.1.7/
13:51 m0oman in the dam media browser popups is there actually a way to display more than 20 items?
13:52 m0oman choosing another figure (50, 100, whatever i click) it reloads but still only finds 20.
14:28 silithlas hi, I have a problem with indexed search. It seems the indexed_search worked fine, as I can see in typo3 info mode the links to my pages, and if I click on those links I go to the good page. And if I check the index_ tables there is data in those tables. But if I enter keywords in the search box, it always returns nothing. Any idea? Thanks
14:34 BoNZo3 hi guys, when i create a second user in the backend and then i login with this user and i click on Site (or Show ...) there no treeview, its all empty, do i have to set any rights to view the website?
14:37 just2b in be, of course
14:37 BoNZo3 where can i set these right? =)
14:37 just2b at the be user grouup
14:42 BoNZo3 ahh thx xD
14:51 BoNZo3 grml, treeview still empty :( ... i gave the user the DB mount to root, i created an user group with the same mount :(
14:51 Denyerec permissions
14:51 kaktuspalme typo3 uses many tables for structuring the site, can i disable that, so it uses divs and classes?
14:51 Denyerec you need to use the access module and set the GROUP on all the pages to the backend editor group
14:51 just2b if you use css_styled_content, no tables
14:51 Denyerec kaktuspalme - LOOK UP fUTURISTIC tEMPLATE building
14:51 Denyerec and css_styled_content
14:52 Denyerec ^
14:52 kaktuspalme Denyerec: my template is made only with divs
14:52 kaktuspalme Denyerec: then i included it into typo3, but typo3 uses much tables
14:52 BoNZo3 my new user isnt shown in the access module... just the admin
14:54 elbart admin is shown as owner, right?
14:54 BoNZo3 j
14:55 BoNZo3 finally i got it, thx ^^
14:55 elbart :)
14:56 kaktuspalme Denyerec: i have content of type text with picture
14:56 kaktuspalme Denyerec: and there typo3 uses many tables
14:57 elbart you should use instead of static template "default" the static template "css-styled-content"
14:59 kaktuspalme elbart: where can i set that setting?
15:00 elbart edit the template f.ex. in list-mode
15:01 elbart then under: Include static (from extensions) is css-styled-content
15:06 Denyerec kaktuspalme - go to the template module, go to your root page, get to the page with the 6 pencils and click "Edit whole content record"
15:07 Denyerec then 2/3 of the way down you'll see "include static templates"
15:07 Denyerec and select css_styled_content
15:08 Rick8413 hi all
15:08 Rick8413 can anybody help me with an indexed search problem ? (i'm french)
15:09 elbart hi Rick8413
15:09 elbart maybe
15:09 Rick8413 I try to index protected pages
15:09 Rick8413 but the crawl doesn't want ...
15:09 Rick8413 it only indexes "normal" pages
15:22 kaktuspalme thx Denyerec
15:37 kaktuspalme Denyerec: A difference between the originally installed version and the current was detected!, where can i download the extension, typo3.org doesnt find something
15:38 kaktuspalme Denyerec: i wanna reinstall it
15:42 kaktuspalme where can i download css_styled_content, typo3.org doesnt find it
15:50 just2b it is already in your typo3
15:52 kaktuspalme yes ive seen, but there was written that there are some files changed
15:52 kaktuspalme i updated em_conf now
15:52 kaktuspalme but css_styled_content, use tables for some things, text with picture as an example
15:53 kaktuspalme if i set theres a picture in the right corner on the top
15:53 kaktuspalme it makes a table
15:53 just2b you have installed it?
15:54 kaktuspalme yes
15:54 kaktuspalme and set it
15:54 just2b you have included in your ts?
15:54 kaktuspalme for some things, it uses css, h1 as an exampl
15:54 just2b and not content(default) ?
15:54 kaktuspalme e
15:54 kaktuspalme Include static (from extensions): css_styled_content
15:55 kaktuspalme does i have to set somethin in typoscript?
15:56 just2b no
15:58 kaktuspalme <table width="171" border="0" cellspacing="0" cellpadding="0" align="right" class="imgtext-table"> <---- output from typo3
15:58 just2b so something is still wrong
15:59 kaktuspalme yes, i want to reinstall css_styled_content
15:59 kaktuspalme but i cant download the extension anywhere, so if i remove it, i cant install it anymore
16:01 just2b need to download whole src of typo3 to get it
16:03 elbart romoved or de-installed?
16:03 elbart *removed
16:05 kaktuspalme just2b: and theres a .t3x file inside?
16:05 Denyerec which should one use...
16:06 Denyerec fe_user_register, or sr_fe_user_register ?
16:06 kaktuspalme elbart: remove
16:09 voidus Denyerec: sr_
16:10 Denyerec And the reason?
16:12 voidus Denyerec: it have more features
16:12 Denyerec is it any simpler to set up?
16:12 kaktuspalme i user typo3 4.0.4 is it possible that css_styled_content-0.10 uses tables for some things?
16:13 voidus Denyerec: no :)
16:14 Denyerec damn
16:14 Denyerec ;)
16:16 elbart kaktuspalme: here is css-styled-content v0.3.1 http://typo3.elbart.com/fileadmin/user_upload/_temp_/T3X_css_styled_content-0_3_1-z-200710181616.t3x
16:17 BoNZo3 now that i've created a second user i want to change content of the sites... all permissions are set for the group the user has, but when i login and click on any site the site is empty... does only the owner (admin) see the content of the sites? :/
16:18 kaktuspalme elbart: many many thx
16:18 elbart did you configure the second user as admin-user?
16:18 BoNZo3 no
16:18 elbart you should do so
16:18 elbart or isn't it an admin?
16:19 BoNZo3 but i want this user just to access to some modules, so he can only edit info-sites and send newsletter :/
16:19 BoNZo3 no "journalist" acc
16:19 blitz hi
16:19 elbart hi blitz
16:20 kaktuspalme elbart: it works, thank you
16:20 elbart np ;)
16:21 blitz i've been searching for a couple of days now for a solution to find products from commerce plugin using indexed_search, but so far widthout any luck.
16:21 blitz maybe some of you here have done something alike
16:23 BoNZo3 ...even if i set the new user as owner its empty :(
16:23 elbart BoNZo3, it's not trivial to setup a clear user configuration in typo3 ;) basically, the user belongs to a usergroup... there you can configure most things... then add the user to the group
16:24 BoNZo3 oh i meant i gave the group he's in all permissions and set as owner ^^
16:25 sebkur hello
16:26 elbart hi sebastian :)
16:26 Denyerec Cor ello Seb
16:29 wacky_ Where do I find the logs done with $GLOBALS['TT']->setTSLogMessage ??
16:31 BoNZo3 can any1 help me pls :(
16:31 voidus wacky_: in the admin panel?
16:35 blitz anyone? currently i'm trying to index products with crawler, but i guess i'm doing something wrong :/
16:36 raffel hello, can anyone explain me how to use the --content of a specific field-- of let's say tt_content table, through subparts in ts?
16:37 voidus raffel: using CONTENT/RECORDS
16:38 wacky_ oohhh! I didn't know the existence of the admin panel :P
16:38 wacky_ very nice :)
16:38 wacky_ and the logs appear there ?
16:39 ries Denyerec: ?
16:39 raffel I tried: subparts.pageTitle = CONTENT, and then subparts.pageTitle = select{ etc.
16:39 Denyerec hey ries
16:39 ries Denyerec: some more work coming for ADC...
16:42 raffel where/how does the RECORDS part come in then?
16:45 floxx i'm writing an extension which just adds 2 fields in backend and should add some typoscript code - how can i have added this typoscript code automatically?
16:46 floxx via 'static typoscript code'?
16:47 wacky_ voidus: I can't see the logs appear ? Where are they supposed to go ?
16:48 voidus wacky_: somewhere in the admin panel
16:50 wacky_ ok, got it!
16:50 wacky_ thanks
17:01 uriahheep has anyone here used tipafriend_plus?
17:03 uriahheep i'm wondering how i could make it BCC, or send emails individually, instead of sending them all at once with all as "recipients", because i don't want recipients to see other recipients' addresses
17:24 uriahheep hmmm
17:24 uriahheep voidus: do you know anything about the typo3 mail functions?
17:25 brad2007 hi
17:26 brad2007 can anyone recommend me a good typo3 forum community?
17:33 wacky_ from a PHP_SCRIPT, can I access the database connection object? and if yes, where is it ?
17:56 voidus uriahheep: yes. @see class.t3lib_htmlmail.php
17:56 voidus brad2007: mm_forum
17:57 voidus wacky_: no
17:57 voidus (afaik,no)
17:58 Denyerek WAAAAAAAAA
17:58 kaktustmimi is there an easy way to render every heading of a content element as a gif - image?
17:58 brad2007 hey voidus..no i was not asking about an extension..just wanted to know if you know any forum websites..where i can post questions and read answers
17:58 Denyerek kaktustmimi - look up Gifbuilder and the associated tutorials
17:58 kaktustmimi Denyerek, thx - I'll take a look
17:59 voidus brad2007: ah.. misunderstood. look at support.typo3.org
18:00 voidus hm.. seems to be down
18:00 tobstar where can I get a list of indexes available in $cobj->data?
18:00 voidus brad2007: you can use mailing lists (lists.netfielders.de) or typo3.net if you speak german or forum.typo3.biz if you speak russian
18:01 brad2007 voidus: thank you
18:01 voidus tobstar: hm.. afaik, that indexes is tt_content table field names
18:02 uriahheep voidus: hmm, thanks... i figured it out, though... i modded the extension for it to send an email to each recipient reparately
18:03 kaktustmimi Denyerek, can you tell me in which tutorial to look for
18:04 Denyerek sadly not
18:04 Denyerek I just know there must be one
18:04 Denyerek try Typoscript By Example
18:04 Denyerek or perhaps something from typo3wizard.com
18:06 voidus kaktustmimi: look at TSRef at gifbuilder part
18:06 kaktustmimi voidus, thanks
18:06 kaktustmimi I'll give it a try
18:09 tobstar voidus: yeah thanks
18:09 tobstar does anybody have a hint on how to insert a "last modified" date with only little effort?
18:11 voidus tobstar: try lib.lm = TEXT lib.lm.data = page:tstamp
18:12 tobstar thanks!
18:12 tobstar will try
18:19 wacky_ Can't I use $GLOBALS['TYPO3_DB'], to call all those exec_INSERTquery, INSERTquery() sql(), sql_query() etc, ??
18:20 wacky_ hmmm...
18:21 voidus wacky_: you can and even should
18:23 tobstar voidus, page:tstamp results in the last changed timestamp to be shown
18:23 tobstar there's no way to get it in a certain human readable format, is there?
18:23 voidus tobstar: yes.. ah, you need to apply .strftime to get a beatiful string
18:25 tobstar Will that work in ts or will I have to involve own php code?
18:25 voidus ts is enough
18:25 tobstar ah got it
18:26 tobstar works fine, thank you!
19:12 tobstar voidus, another thing. the tstamp field doesn't seem to be a last modified time. I've looked through the tt_content layout, but there's no other timestsamp entry
19:12 tobstar It has to be somewhere though
19:12 just2b tstamp is last modifiied
19:13 tobstar hmm
19:14 tobstar Oh well but I figure a page is not considered modified when you alter a content element then, right
19:15 just2b of course
19:15 just2b you modfied a content, not a page
19:15 just2b lol
19:15 tobstar yeah
19:16 tobstar sounds logical
19:16 tobstar how would you put a last modified on all pages though?
19:16 tobstar where "last modified" should reflect when the content displayed on the page last changed
19:16 just2b pid of a tt_content is the page id
19:30 Shaq just2b ?
19:39 floxx D
20:05 just2b yes
20:05 Shaq you are the author of rgaccordion, or ?
20:05 just2b yes
20:06 Denyerec is that one slow in OPera too? :(
20:06 Shaq k, it seem`s like there is a problem if you are using imagelightbox and rgaccordion on the same do you ever recognized this ?
20:07 just2b which lightbox
20:07 just2b Denyerec i am sry
20:07 Shaq kj_imagelightbox2
20:08 just2b read the manual... mootools doestn work wit other libs
20:08 Shaq ah k
20:08 Shaq will there ever be a fix for this ?
20:08 just2b take e.g. perfectlightbox with mootools enabled
20:08 just2b no
20:08 Shaq okay
20:08 just2b kj_lightbox isnt a good ext
20:09 Shaq perfectlightbox works rgaccordion ?
20:09 just2b yes
20:09 Shaq okay, i`ll try this
20:09 just2b if you configure it with mootools
20:09 just2b see the manual
20:09 Shaq okay
20:37 endurans Is there an extension like "tipafriend" but to send a page attached, instead only a link to it?
20:40 Shaq ah nice one just2b, works fine
20:40 Shaq you should write this in the manu that other guys can also switch to perfectlightbox :)
20:43 kl4m Hi, Typo3 says "GDLib not found" but I installed libgd-xpm on my Ubuntu server. Is there another step I need to make typo3 see it?
20:43 kl4m or maybe that's the wrong package
20:44 many php4-gd
20:44 many or php5-gf
20:44 many or php5-gd
20:46 kl4m Ugh the Ubuntu repositories are slooooow today
20:46 kl4m But thanks!
20:50 joe_ kl4m: there is a new ubuntu version released today ;)
20:51 mayeco hello
20:52 mayeco I have a problem with realurl, I have a tree and the first page is a sysfolder that I dont want to be in the menu
20:52 mayeco what I have to do to remove the sysfolder in the page link in realurl
21:03 brad2007 where can i download fe_user extension?
21:05 voidus brad2007: no such extension afaik :)
21:16 mayeco in the menu I get links like:
21:16 mayeco http://www.domain.com/servicios/promocion_web.html
21:16 brad2007 what do i need to make my site work as a community...
21:16 brad2007 with login + gallery + forum
21:16 mayeco but the correct is http://www.domain.com/contenido/servicios/promocion_web.html
21:17 mayeco contenido is a sysfolder and is not show in the menu
21:17 mayeco give me an error http://www.mantistechs.com/servicios/promocion_web.html
21:17 mayeco what I have to do to fix this?
21:18 brad2007 voidus: what do i need to do...to launch a small community..with frontend login + gallery + forum?
21:18 brad2007 voidus: i've installed the forum with success
21:18 voidus i don't think that typo3 is good for community sites
21:21 hrquintana hi
21:21 brad2007 voidus: why not? i saw many community sites which are built in typo3
21:21 voidus brad2007: examples?
21:21 brad2007 voidus: let me search one...
21:25 brad2007 voidus: http://webempoweredchurch.com/support/
21:25 mayeco what is wrong whit realurl and sysfolders?
21:26 brad2007 voidus: http://ginghamsburg.org/
21:27 voidus brad2007: WEC did a lot of community things for T3... but T3 wasn't intended to be a community CMS, i think.
21:28 voidus brad2007: i am admin of very small "community"-like site (me and my friends) and all we need is phpbb + 2 mods of phpbb and some php code for main page
21:28 brad2007 ic
21:28 brad2007 brb
21:33 fungie hi
21:34 mayeco what is wrong whit realurl and sysfolders?
21:35 mayeco sysfolders dont show in a normal menu
21:37 hrquintana I have a easy question for you but very important to me
21:37 hrquintana can u help me?
21:37 voidus mayeco: sysfolders are not shown in any menu
21:37 voidus hrquintana: ask question and we try
21:39 hrquintana I need to create a site that would be able to manage documents
21:40 voidus hrquintana: and?
21:41 voidus what kind of documents, btw?
21:41 voidus and what you mean under "manage"?
21:41 hrquintana What extension recommend
21:41 hrquintana document manager
21:41 voidus hrquintana: i think DAM is what you need
21:41 hrquintana can I get DAM
21:41 hrquintana how?
21:41 voidus search repository for "dam"
21:42 mayeco yes.... voidus but I have to put the sysmenu in the URL path to make realurl work
21:42 hrquintana thx
21:42 hrquintana :)
21:43 voidus mayeco: why do you need it?
21:43 mayeco see this website please
21:43 mayeco http://www.mantistechs.com/contenido/soluciones/seguridad_informatica.html
21:43 mayeco check the menu Soluciones, Servicios,etc...
21:44 mayeco contenido is a sysfolder and in that menu the URLS dont work
21:44 mayeco voidus: get it?
21:44 voidus i can't see "contenido". where is it?
21:45 mayeco is not in the menu
21:45 mayeco and is a sysfolder
21:45 mayeco the URLS in that menu dont work
21:45 voidus sysfolders should not be in menu, using realurl or not
21:45 mayeco yep you are right
21:46 mayeco why I have to put it in the URL to see the page?
21:46 mayeco work -> http://www.mantistechs.com/contenido/soluciones/seguridad_informatica.html
21:46 mayeco dont work -> http://www.mantistechs.com/soluciones/seguridad_informatica.html
21:46 voidus mayeco: for me second link work too
21:47 mayeco Reason: Segment "soluciones" was not a keyword for a postVarSet as expected!
21:47 mayeco :S
21:47 mayeco work for you?
21:47 mayeco dammit
21:47 mayeco I use opera
21:47 mayeco I open firefox and work
21:48 mayeco what is wrong with opera!
21:48 Shaq is there any option which changes the backgroundcolor / transparency of perfectlightbox ?
21:48 mayeco thank you very much voidus!!!!!!!
21:48 voidus mayeco: np
21:48 mayeco I feel like a ass...
21:48 mayeco hehehee xD
21:52 wacky_ Do you guys know a way to toggle colors in a tt_news LIST or LATEST news listing ? (like swap between color1 and color2 as background)
21:53 voidus wacky_: use ###NEWS_1### marker
22:08 wacky_ hmm.. I've found that.. but it's really an unelegant solution :)
22:08 wacky_ I'll hack the tt_news so that it gives me a 0, 1 toggle on each new row
22:28 uriahheep voidus: how can i include a FCE in a typoscript template?
22:37 voidus it's not so simple..
22:45 wacky_ voidus: 2 or 3 lines in typo3conf/ext/tt_news/pi/class.tx_ttnews.php, it's not so complicated :)
22:45 wacky_ I could even send out a patch.
22:45 voidus really?
22:45 voidus show me
22:46 wacky_ wait a second, let me test everything..
22:52 hohly-bohly hi
22:53 hohly-bohly someone knows how to run two copies of an extensions at the same time?
22:53 wacky_ http://www.pastebin.ca/741611
22:53 wacky_ there you go
22:56 hohly-bohly its not really fpor me? :D
23:00 wacky_ no, for voidus :P who asked for it
23:00 voidus hohly-bohly: 2 different versions of the same ext. or what?
23:00 hohly-bohly yes
23:00 hohly-bohly no
23:00 hohly-bohly =)
23:01 hohly-bohly i just have an extension
23:01 hohly-bohly sk_calendar
23:01 voidus and?
23:01 hohly-bohly i want to use 2 ext of them
23:02 voidus wacky_: where is FCE here, really?
23:02 hohly-bohly same version
23:02 hohly-bohly but then i just want to change so fieldnames and db-tablenames
23:02 voidus hohly-bohly: you mean, you insert 2 plugins and they are always same but you want it to be different?
23:03 hohly-bohly well... yes after changing one of them
23:03 hohly-bohly i want to take the base of one existing plugin
23:03 hohly-bohly change it, eg. ext key dbtables and so on
23:04 hohly-bohly so i would get a new changed ext for me
23:04 voidus so, you search&replace :)
23:04 hohly-bohly =)
23:04 hohly-bohly yes
23:04 hohly-bohly but where i have to look for the ext key?
23:04 voidus what do you mean? register one?
23:05 hohly-bohly i thought i could find it in here:ext_emconf.php
23:05 hohly-bohly but its not
23:05 voidus hohly-bohly: ext key is a name of folder
23:06 hohly-bohly ok
23:06 hohly-bohly thanks then
23:06 hohly-bohly i gonna look forward to manage it=)
23:08 voidus denyerek: what do you think? should i?
23:09 uriahheep voidus: have you ever done it though? what would it imply?
23:10 voidus no, i didn't. but ries did.
23:12 uriahheep ries_: ;) do you have a howto written up on how you included an FCE in a typoscript template?
23:13 uriahheep voidus: hmm, also, would you recommend tt_news or mininews?
23:13 voidus uriahheep: tt_news is a liner. mininews is a boat. if you can have liner, who want to get a boat..
23:14 uriahheep voidus: :) ok, cool haha
23:15 uriahheep ries_: ah, ok, too bad :( i'll just pretend that the normal button that i currently have looks nicer in that area of the page
23:16 uriahheep ...it does anyway
23:31 endurans anybody know if there is already an extension to send a "tipafriend" but send the complete page, instead only a link to it?
23:34 endurans also I have not found anything on the mailing list archives.

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.