Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 16 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:46 filipegiusti hi everybody
00:46 filipegiusti i´m with a problem........
00:47 filipegiusti a guy installed typo3,i don´t know what he did and i´m without the web>template link
00:49 filipegiusti i can reach the templates, but can´t open the object browser
00:49 filipegiusti anyone can help me
01:00 voidus filipegiusti: what do you want to do?
01:02 filipegiusti voidus: i want the web>template link
01:02 voidus are you admin?
01:03 filipegiusti yes
01:03 voidus if you are admin, you'll see all available backend modules
01:05 voidus maybe that guy installed some system extensions?
01:05 voidus *uninstalled
01:05 filipegiusti yeah... i read that in the doc.... but i never had to install something to web>template appear....
01:05 voidus me too
01:05 filipegiusti in the ext manager i only see the extra extensions or the systems too?
01:06 voidus if you check "shy extensions", i'll see all
01:07 filipegiusti owwwww
01:07 filipegiusti yeah
01:07 filipegiusti there are missing some extensions
01:07 filipegiusti thanks
01:07 voidus np
01:52 num000 voidus have you got a minute
01:52 voidus num000: =CK
01:52 voidus yes
01:53 num000 voidus i use firefox and my menu on dinc.org looks great, now when i use that shitty internet explorer 7, it looks awfull, the submenu moves down. i know it has nothing todo with typo3 but maybe you might have an idea
01:54 voidus no..
01:54 voidus it's css/js, not t3..
01:54 voidus and i do not know css/js very good
01:54 num000 just css
01:55 voidus css is a headacke..
01:55 num000 yes it is
02:21 Denyerec Good evening all
06:45 pirmin23 good morning
06:53 just2b morning
07:16 tsrepadmin good morning #typo3 !!!
07:18 pirmin23 good morning tsrepadmin...
07:45 tsrepadmin pirmin23 do you know how to set nav_title and subtitle in Typoscript? ?? -> lib.claimsubtitle = TEXT
07:45 tsrepadmin lib.claimsubtitle.data = field:nav_title
07:46 pirmin23 unfortunately not, i'm sorry...
07:46 pirmin23 i'm quite a noob concerning typo... started to use it a few weeks ago...
07:49 tsrepadmin and i used tis several times now, and alwys forget how to do it :-D
07:50 pirmin23 lol...
07:51 pirmin23 so... what does it do...?
08:22 tsrepadmin morning voidus
08:23 tsrepadmin is it possible to use the normal title for the menu instead of the nav_title, if the nav_title is set?
08:32 _Awillys_ morning folks
08:58 FloLeBlanc hi all
08:58 FloLeBlanc can I limit showaccessrestrictedpages to certain usergroups? or do I have to use an if/else statement in the ts to achieve that?
08:59 FloLeBlanc hmm but then again.. that wouldn't work I guess hmm
10:07 Fanty how do I allow content editors to clear the cache?
10:13 m0oman they should be able to clear the cache of single pages, aren't they?
10:27 alexwx hey there
10:28 alexwx i have one extension with RTE, and one link in there, but in a RTE source a I see the A tag normally, but in the FE html source, i have some link TAG. What is that mean? how to get the A tag?
10:29 alexwx what is the problem?
10:33 FloLeBlanc fanty: there is a clear all cache exension and they can clear the cache for single sites by default
10:33 Fanty FloLeBlanc: by default? how? They dont have a "clear cache" link in the left menu
10:34 FloLeBlanc when you are in the page view scroll down to the bottom after the content elements there's a drop down for it
10:34 FloLeBlanc "Advanced Functions" - Clear cache
10:36 Fanty FloLeBlanc: nice thanks :)
10:36 Fanty FloLeBlanc: no more "I need the cached cleared again" every 2 minutes
10:38 FloLeBlanc fanty: you're welcome
10:56 albreche hi
10:58 Denyerec MOrning all
11:00 FloLeBlanc hi albreche, denyerec
11:01 Fanty anyone have any experience with the extension dr_wiki?
11:02 alexwx i have one extension with RTE, and one link in there, but in a RTE source a I see the A tag normally, but in the FE html source, i have some link TAG. What is that mean? how to get the A tag?
11:02 Fanty I've set one up on a page and it works.. however it always shows the oldest version of the pages I make - not the most resent one like its supposed to
11:04 Denyerec hey flo
11:10 FloLeBlanc alexwx: there are some transformations going on on the way from the FE editor to the database and then to the frontend, don't know them in detail by heart but if you are german speaking you can check out uschis datenwolken I guess it's covered there
11:11 alexwx FloLeBlanc hmm i dont speak german as well, but i can look over here.. where it is?
11:11 FloLeBlanc http://www.datenwolken.de/index.php?id=154
11:12 FloLeBlanc hmm but now that I look at it this was for not having autolinks sorry
11:13 gerards alexwx: all <a> tags are stored in the DB as <link> tags.
11:14 gerards normally, e.g. tt_content, there is one more transformation when the FE is generated. This transformation changes the link tags to <a> tags.
11:15 gerards alexwx: I guess you'll have to apply that same DB->FE transformation? see the tt_content top-level (typoscript) object
11:15 alexwx gerards ou, ok, but where should be the problem, if i am getting the link tag
11:16 gerards alexwx: can't really help you. I suggest you fire up the typoscript object browser, look at the tt_content object, and try to mimic tt_content's DB->FE transformation.
11:16 gerards I wonder if I was clear .... :(
11:19 alexwx gerards or maybe with another words, i have to use some RTE function to parse the data from DB to FE
11:19 gerards yes i have it for you (i was bored :) ) gimme a sec while I fire up pastebin.
11:20 gerards alexwx: http://phpfi.com/269275
11:20 gerards i took this little bit of typoscript from css_styled_content.
11:20 Denyerec I hate the RTE
11:20 Denyerec I really really do.
11:20 gerards as you can see, the field = bodytext
11:20 gerards parseFunc = < lib.parseFunc_RTE
11:21 Denyerec If I knew how, I would write an extension that simply collects all the RTE settings into one place, and has some tickboxes and drop-downs to configure the damn thing.
11:21 gerards this means says "take the info from the field (in the database) 'bodytext',
11:22 gerards but parse the content of the field through lib.parseFunc_RTE. This will cause the content, which contains <link> tags, to be changed to <a> tags."
11:22 gerards so alexwx, you just need to do the same thing for your exension.
11:23 gerards good afternoon Denyerec. :) Hows life treating you?
11:23 alexwx gerards ok, now i am think about that how to use for me extension.
11:24 alexwx for my
11:25 gerards just run the output of your extension through tslib_content::stdWrap, then place parseFunc = < lib.parseFunc_RTE in your typoscript.
11:26 Denyerec It's treating me better than it's treating the computer :)
11:26 gerards oops not tslib_content. that should be tslib_cObj.
11:27 Denyerec I have to reboot, brb!
11:27 alexwx gerards but is there some php coding possibilities, because i am also using the AJAX, and i have to parse it from the php source
11:28 gerards alexwx: ok. in php you'll first have to instantiate a tslib_cObj object.
11:29 gerards or, if it exists, you can just use $GLOBALS['TSFE'] array. I think there is a tslib_cObj somewhere there. both are equally feasible.
11:29 voidus hello #typo3
11:30 gerards next, you need to call the stdWrap function in that object. A la $cobj->stdWrap( $mycontent, $myconf);
11:30 gerards hi voidus
11:31 gerards this will run $mycontent, through the stdWrap defined in $myconf.
11:31 gerards shucks, that sounds so cryptic.
11:31 Denyerec Thats becase it is.
11:31 Denyerec ;)
11:31 gerards http://gizmodo.com/gadgets/clips/family-guy-explains-the-death-star-flaw-310583.php
11:31 Denyerec there's no easy way around it gerards - typo3 is voodoo
11:41 FloLeBlanc hehe
11:42 alexwx gerards, great i got. its easy, you can use just a func tslib_pibase::pi_RTEcssText(string), thats it.. thank you man :)
11:42 gerards alright. that's MUCH easier ;)
11:42 pulponair hi there
11:44 FloLeBlanc hi pulp
12:30 uschi hello folks :-)
12:30 uschi hey pulponair :-)
12:30 pulponair hi
12:58 m0oman moo!
13:42 ute hello folks - hallo uschi :-)
13:44 uschi hey ute :-))
14:16 smeringe ehlo
14:39 iamAwillys voidus: around?
14:40 Denyerec does Directmail *need* fe_user_register?
14:40 Denyerec hey uschi!
14:40 Denyerec Long time no see!
14:40 uschi right, Denyerec, I have been on holiday :)
14:41 Denyerec Ooh where'd you go ?
14:41 smeringe oh, holiday sounds nice
14:42 uschi to turkey
14:42 uschi tel and off to university
14:43 Denyerec Nice and warm at least!
14:44 uschi very nice, and a very nice climate as well at this time of the year
14:54 JanAnne Is there any possibility that people can login thru my website and then being connected to there own 'typo3 back-end website'
14:57 Denyerec gerards ?
14:57 gerards bub?
14:59 gerards turkey... mmm...
14:59 gerards oh. the country Turkey. that's nice too.
15:00 uschi true, apart from the fact that they banned whole wordpress.com
15:00 uschi absolutely ridicolous story, that one
15:02 m0oman is there a way to specify css classes inside the body tag?
15:02 m0oman <style type= "text/css" title="styleid" media="all"><!--
15:02 m0oman --></style>
15:02 m0oman doesn't like to be outside of the <head> tag. :<
15:03 uschi no, i do not think so m0oman
15:03 m0oman ah, darn.
15:03 uschi why would you like to have style inside body?
15:03 m0oman because i can't send the <head> with newsletters.
15:04 m0oman i'm trying to format a newsletter properly with css.
15:04 uschi ic
15:04 m0oman and it looks great in proper email clients, just not in outlook and gmail.
15:04 uschi this issue was discussed SOMEWHERE in the mailing lists
15:06 FloLeBlanc M0oman: there is a list what can be done with css and what can't you should avoid css for newsletters though wherever possible
15:06 m0oman hm, yeah. i'm sure it has been discussed quite a few times. hm.
15:08 FloLeBlanc hm sorry can't find the file.. I think jigal provided it to me
15:09 alexwx hey
15:11 alexwx how to user overide with using graphical header - header and subheader? the point is that, between the headers (horizontaly) is a minus as BOX, and if the subheader is blank, the BOX should be on the the image
15:11 alexwx how to use
15:11 m0oman apparently background images are not among the supported features. >.<
15:11 FloLeBlanc i bet not :)
15:12 m0oman which is quite annoying as they're often used for layout. D:
15:12 alexwx if the subheader is empty, the minus sign shouldnt be on the image
15:17 Denyerec gerards - sorry about that
15:17 m0oman FloLeBlanc: fyi: http://www.xavierfrenette.com/articles/css-support-in-webmail/#style-element
15:17 Denyerec Wanted to know if you've ever set up DirectMail
15:17 Denyerec or anyone here, for that matter
15:17 m0oman i think i'm going to cry.
15:18 FloLeBlanc thx m0oman
15:18 gerards sorry Denyerec never used Directmail in my short typo3 life.
15:18 Denyerec Flo ?
15:18 FloLeBlanc yes I do
15:18 Denyerec What's your hourly rate? :)
15:18 Denyerec Seriously tho, do you need fe_user_register for Directmail, or is there a simpler way to do it ?
15:19 FloLeBlanc I combined it with sr_feuser_register but you can use it with tt_address too
15:19 FloLeBlanc you can also create custom lists from textfiles
15:19 Denyerec is th feuser method difficult ?
15:19 Denyerec Because it seems like a lot of templating and whatnot for the login/registration forms.
15:19 FloLeBlanc hard to remember... the extension itself is very good, the templating for plaintext/html took me quite some time
15:19 alexwx some one can help? see that image header http://phpfi.com/269302, can i somehow do that, if the subheader is empty, then remove the 30 - BOX. thank you
15:20 FloLeBlanc sr_feuser_register is a pain
15:20 FloLeBlanc (except if you don't need ANY extras hehe)
15:20 Denyerec Flo - can it draw content from tt_news and pages?
15:20 FloLeBlanc directmail? oh yes.. that's great
15:20 FloLeBlanc you create a directmail (create a new page) - insertrecords
15:20 FloLeBlanc tata
15:20 FloLeBlanc i like directmail a lot
15:21 Denyerec Right.
15:22 FloLeBlanc WHEN it is setup the handling is great.. you can easily create newsletters from tt_news records and add custom elements
15:22 Denyerec Neat
15:22 Denyerec Have you ever set it up without fe_user_register?
15:22 FloLeBlanc no
15:22 FloLeBlanc but I've sent mails with it via tt_address
15:22 Denyerec Ah right
15:23 Denyerec so if you don't allow signups and manage the list yourself, then you can just use tt_address to dispatch
15:23 FloLeBlanc right
15:23 Denyerec I see.
15:23 Remo_A Hi all, http://castor.t3o.punkt.de/ is down? it hosts all the nice podcasts for typo3 extensions :(
15:23 Denyerec I only want people to be able to submit their email address, and respond to a confirmation email.
15:23 FloLeBlanc I guess you could also use one of those "subscribe to our newsletter" boxes that just add the mail address to the list
15:23 Denyerec I guess I need fe_user_reg for that ?
15:23 FloLeBlanc don't think so
15:24 Denyerec I only want people to be able to submit their email address, and respond to a confirmation email... Any ideas how to manage that ?
15:24 FloLeBlanc never searched for that but there should be an extension for that I guess
15:24 FloLeBlanc if you don't find one it should be rather easy to write an extension yourself for that (if you know how - voidus told me some things about extensions once)
15:25 FloLeBlanc the point is that I don't like the idea very much that everyone can insert my email address into a box on someone's hp and they will spam me with ads then hehe
15:26 alexwx some one can help? see that image header http://phpfi.com/269302, can i somehow do that, if the subheader is empty, then remove the 30 - BOX. thank you
15:27 FloLeBlanc alexwx: I guess ppl have seen it the first time :)
15:28 alexwx FloLeBlanc someone joined after this post :)
15:28 FloLeBlanc and you'll repost your question after every join now? :)
15:29 alexwx FloLeBlanc i dont know, i just want to someone to help me
15:29 alexwx :)
15:33 Denyerec well flo - you the confirmation stage is the important one.
15:34 Remo_A Hi all, http://castor.t3o.punkt.de/ is down? it hosts all the nice podcasts for typo3 extensions :(
15:34 FloLeBlanc http://typo3.org/extensions/repository/view/direct_mail_subscription/1.1.0/
15:34 FloLeBlanc 2nd hit on extension search :-P
15:39 Denyerec damnit
15:39 Denyerec that extension has no manual and no readme!
15:43 Denyerec People who write extensions withouit manuals shoudl have their hands cut off
16:22 voidus Denyerec: which one have no manual?
16:23 Denyerec http://typo3.org/extensions/repository/view/direct_mail_subscription/1.1.0/
16:25 voidus hm.. the main manual is the code of course..
16:27 Denyerec For pepople so inclined perhaps :P
16:28 Denyerec I'm browsing it now.
16:29 wacky_ what's the breadcrumb menu support in Typo3 ?
16:29 Denyerec It does not appear to send out a confirmation email, and therefore could too easily be used to spam people.
16:30 Denyerec wacky - typically a HMENU with some different formatting using the "rootline" special type
16:34 Shaq Hi, does anybody know if the use of moxtools and imagelightbox get in conflict ?
16:38 Shaq because if i deinstall the rgaccordion ext imagelightbox works again fine
16:39 voidus Shaq: it may be..
16:40 Shaq crap, both ext`s are nice
16:41 voidus don't use they on the same page, maybe?
16:42 Shaq but the .js files are included if the ext is installed at every page
16:49 voidus Shaq: really? that's bad
16:51 pirmin23 good afternoon...
16:52 Shaq yes voidus
17:04 Ben123234 Hello,
17:04 Ben123234 I've a question about a UserFunc
17:05 Ben123234 i try to remove all html-tags from "styles.get.content"
17:06 Ben123234 i found this: http://www.typo3wizard.com/de/snippets/allgemeine-probleme-und-loesungen/einfache-userfunc.html
17:07 Ben123234 but i already have another problem i think
17:08 Ben123234 if i try to add a temp.object to the maker the marker isn't replaced
17:08 Ben123234 something like this:
17:08 Ben123234 marks.newsletterplaincontent < temp.removehtmltags
17:11 gerards Ben123234: try using lib.removehtmltags instead.
17:11 wacky_ Denyerec: ok thanks :)
17:11 Ben123234 hello gerads: this would be a good idea
17:12 uriahheep how can i make all of the elements inside a templavoila "content elements" element have a different id="" attribute with typoscript?
17:12 Ben123234 how would i use this in typoscript?
17:12 Ben123234 i would try something like this: marks.newsletterplaincontent < lib.removehtmltags.styles.content.get
17:13 Ben123234 but this doesn't work
17:14 gerards sorry then. I can't help you :)
17:15 wacky_ what's the COA cObject ?
17:15 wacky_ is it a non-caching object ?
17:17 maik_ Hi @ all
17:18 voidus wacky_: no, it's cached
17:18 wacky_ voidus: what's it's use ?
17:19 voidus coa is a content object array, it's a collection of other objects
17:21 wacky_ oh, ok :)
17:23 uriahheep voidus: is it possible to calculate the number of elements that are inside a "content elements" type templavoila element?
17:24 voidus maybe
17:25 maik_ I tried to do this half a year ago, i had no success with this...
17:25 maik_ i've tried by a user function
17:25 uriahheep ...what i'm trying to do exactly is to give each element inside this element an id="" attribute, with an increment at the end of the id...
17:27 uriahheep so, the first element would have id="sponsor1", the second one would have id="sponsor2", and so on
17:27 uriahheep ...is this possible?
17:30 voidus uriahheep: why you need an id inside FCE and not global CE id?
17:31 uriahheep voidus: because i'm making a javascript that acts upon each element inside the FCE individually
17:32 voidus and?
17:32 uriahheep well, i need each of these elements to have an id
17:32 voidus if you have javascript, you can retrieve all childs of particular DOM node
17:32 uriahheep so that i can call them
17:32 uriahheep yeah, i can
17:32 uriahheep but this functions differently on every browser, etc...
17:33 voidus no, it's the same afaik
17:33 uriahheep i guess i could getElementsByTag
17:33 uriahheep ...unless that functions recursively :-/
17:35 voidus uriahheep: use .childNodes property
18:05 EvilEd_ re
18:05 wacky_ I don't know why, but I always get a semi-functional language menu with Typo3..
18:06 wacky_ oh!! I recall why..
18:06 wacky_ it's because I hadn't defined a USERDEF1, in case a page was NOT translated..
18:06 ratschnowski join #cyrus
18:10 Denyerec WHy would we want to do that ratschnowski ?
18:25 just2b Denyerec who cares ;)
18:26 Denyerec Curiosity.... did bad things to a cat? :)
18:30 wacky_ hmm.. it's not enough, though..
18:33 Denyerec just2b - do you know of any method for "signing up" to DirectMail newsletters that triggers a confirmation email that is NOT fe_user_register based?
18:33 Denyerec cos that thing scares me.
18:34 wacky_ In what case with TemplaVoila, is it possible that all the languages trigger the 'NO' state in a 'language' HMENU ?
18:34 wacky_ even if the selected L=X is valid, and is an existing language ?
19:51 pulponair re
23:23 uriahheep hrm...
23:23 uriahheep how can i change the site name in french?
23:35 maik hi
23:49 Denyerek hey
23:51 CalicoLemon I used Fantastico to install Typo3 on a hosted server and not default index.htm page was created
23:51 Denyerek Congratulations!
23:51 Denyerek ¬_¬
23:51 CalicoLemon is there a specific format I should be using, or any normal index.htm page will do?
23:51 Denyerek erm
23:52 Denyerek you need to use Typo's default index.php
23:52 CalicoLemon the page or view options don't work without it
23:52 Denyerek else Typo won't work.
23:52 Denyerek never used fantastico before
23:52 Denyerek I'd simply recommend installing manually
23:52 CalicoLemon I have no access to the servers at a root level
23:52 Denyerek Bummer.
23:52 Denyerek Get an account with Dreamhost
23:52 CalicoLemon that is triple the price per month
23:52 Denyerek They're cheap, and their servers work like a charm with TYpo3
23:53 Denyerek www.dreamhost.com
23:53 CalicoLemon well, I didn't come here looking for a new webhost ... where should I be looking for index.php if it is not in the default root directory?
23:54 Denyerek In the default directory.
23:54 Denyerek Actually that's a bit of a lie
23:55 Denyerek I think index.php is a symlink to the index.php in /typo3/
23:55 Denyerek But if you don't have shell access, then you're in for a hard time, and a better host will solve a LOT of headaches further down the line.
23:55 CalicoLemon lol
23:56 CalicoLemon well, i have ftp access
23:56 Denyerek Not *quite* the same thing.
23:56 CalicoLemon no
23:57 CalicoLemon ok, thanks .... goes looking for drupal docs...

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.