Search the website and IRC logs

#TYPO3 IRC log from : Saturday 13 December 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 31
00:14 cw727 hi
01:21 cw727 anybody here?
02:05 theconic hello guys, does someone know how i can get a GLOBAL into a CONSTANT?
02:09 theconic or can someone explane me how i can create markers in typoscript
02:21 theconic or use markers in typoscript
04:19 nhaskins Is there a way to get Templavoila to render a <p> in a <p> ?
04:19 nhaskins I'm working to get another guy's design into Typo3, and he's got a form like
04:19 nhaskins <p>
04:19 nhaskins <b class="title">text</b>
04:19 nhaskins other text
04:19 nhaskins </p>
04:19 nhaskins I wanted to wrap the "other text" in a <p> tag and then set p p{margin:0; padding:0;} in css, but what I get output is
04:19 nhaskins <p>
04:19 nhaskins <b class="title">text</b>
04:19 nhaskins </p>
04:19 nhaskins <p>other text</p>
04:19 nhaskins <p/>
04:19 nhaskins Alternatively, is there a way to map a space for text without an enclosing tag (I'm guessing no)
04:19 nhaskins You guys are perpetually awesome BTW :)
04:23 nhaskins Wait, this is what a <span> tag is for isn't it
04:23 nhaskins (Red Bull must be kicking in)
10:27 cw727 hi
10:28 cw727 can anybody pls tell me how to install felogin as extension?
10:32 cw727 okay i found it.
11:39 theconic hi all, can someone explain to me how i can use globals in markers?
11:39 theconic or in constants?
11:42 theconic can't believe that noone knows about that and that i can't find something in the TSREF
11:44 theconic is at least someone here who knows how to work with markers inside of typoscript?
12:37 untouch hey
12:37 untouch anyone know the ext roundet corners
12:38 untouch how can i make only the nw corner get roundet
12:44 dinsdale07 untouch, I use jquery for rounded corners - don't know that ext
12:47 untouch well
12:47 untouch works now
12:47 lilalinux Is it possible for RTE to treat the first row of a table _automatically_ as th?
12:47 untouch i just deleted the pngs
12:47 untouch of course if rewrite the rte
13:01 theconic can someone in here explain me how to create markers in TS?
13:09 untouch2 i just cant get the "mehr" links right after the text
13:09 untouch2 so right now its jetz anschauen unter:...
13:09 untouch2 mehr
13:10 untouch2 so right now its jetz anschauen unter:... mehr
13:10 untouch2 i want it like this etz anschauen unter:... mehr
13:10 untouch2 and right now its jetz anschauen unter:...
13:10 untouch2 mehr
13:10 untouch2 sorry :O
13:10 theconic hehe, phpfi.com ;)
13:11 theconic just write it there and send the link
13:11 untouch2 i know i know
13:11 theconic :)
13:11 untouch2 i thought i could at least manage to write a simple sentence
13:12 untouch2 guess that was 2 much of a thought
13:12 theconic oh, i often thought that, mostly i was wrong...
13:17 untouch2 do u know a solution for my prob?
13:22 theconic where does this sentence apper? don't know the context
13:32 theconic can someone tell me the name of the php variable where the feuserdata is saved in?
13:32 theconic e.g. the username
13:46 ries http://www.youtube.com/experiencewii <=== really funny
13:50 theconic ries: this is hard stuff ^^
13:51 ries theconic: I am not in the us, but read this : http://www.macrumors.com/2008/12/12/ipod-touch-gaming-ad-shakes-things-up/
13:52 ries also hase a movie that's nice
13:52 theconic still noone who can tell me how to create markers in TS?
13:52 theconic or how to get the fe_username into a constant?...
13:52 ries theconic: I never working with clasic templating...
13:52 ries theconic: search google for that... I have done it once (like two or 3 years ago)
13:53 ries I remember I had to make a little helper PHP for it
13:53 theconic getting the username into a constant?
13:53 theconic i don't work with classic templating, why do you think that?
14:06 ries theconic: why do you need a marker then? You work with templavoila?
14:18 banban hi there! i would like some page content element (eg. content element id 244 from page id 1) to show on all pages. Any snippet or suggestion on how to do that? Many thanks!
14:19 theconic banban: i know that...
14:20 theconic still interested?
14:23 theconic other thing: my markers are not substituted
14:23 banban theconic: of course i'm interested :-)
14:23 theconic i used valid snippets from tutorials to create them, but thay are alway displayed just asa marker
14:24 theconic is there a setting to enable marker substitution??
14:24 theconic banban: one sec
14:25 theconic banban: you create a lib.footer for example
14:26 theconic and this you display on your site: do you work that so far?
14:26 banban yes, i'm using markers
14:26 theconic ok
14:27 theconic then this...
14:28 theconic http://paste.phlogi.net/include_pa/
14:29 theconic this includes the whole page into this place
14:29 theconic just create a page in a sysfolder, create your content there and it will be inserted in your lib.something
14:30 banban aha 383 is the id of the sysfolder?
14:30 theconic is the id of the page with the content you want to include
14:31 theconic you can, if you want, also select only one CE of this page
14:31 banban yes, that is what i would like to do
14:31 theconic don't know it by heart... one sec
14:32 theconic ok got it
14:33 theconic you write select.pidInList = 123 for the page
14:33 theconic and in the next line (below) you write select.uidInList = 456
14:34 theconic this selects first the content element 456 from the page 123
14:34 banban aha thanks
14:34 banban i'll try that
14:34 theconic tell me if it works
14:35 banban sure
14:37 banban theconic: thanks for your help, it works well!
14:43 theconic great
14:43 theconic do you know how to create markers in TS and use them in TS ? ^^
14:48 banban markers means marks?
14:48 banban i don't understand your question
14:48 theconic i want to create a marker via TS that contains e.g. "Peter"
14:49 theconic like temp.marks.NAME = Peter or something like that...
14:49 theconic and then lib.text = TEXT
14:49 theconic with lib.text.value = hello ###NAME###
14:50 theconic that will output "hello Peter"
14:51 theconic i already worked that with constants, but i can't save sonething like the username in a constant...
15:15 banban theconic: aha i see you would like template in ts in someway
15:29 theconic banban: i now worked it to create a marker
15:29 theconic when ich create a new text and write "hello ###person###" it displays "hello Peter"
15:30 theconic but only when i create it with the wizard
15:30 theconic if i say lib.text.value = Helo ###person### it does nothing just displays it like it was no marker
15:31 theconic WHY THE HELL??
15:36 Lars_rds what ?
15:39 s-andersen Hmm has there been a password reset on BE users on buzz.typo3.org?
15:41 theconic Lars_rds: when ich create a new text and write "hello ###person###" it displays "hello Peter"
15:41 theconic but only when i create it with the wizard
15:41 theconic if i say lib.text.value = Helo ###person### it does nothing just displays it like it was no marker
15:41 theconic it looks like markers are disabled in my TS !?
15:42 null0_ ge
15:42 s-andersen theconic: afaik ### markers are used in extensions, not in TS
15:46 Lars_rds I'm not the best with TYPO3 ;)
15:46 Lars_rds I have a fight with slide function, i can't get to work
15:55 theconic s-andersen: how then do i use "substituted things" in typoscript?
15:55 _Awillys_ hello people
15:55 s-andersen Lars_rds: the field you're sliding, do you have that in your rootline?
15:56 s-andersen theconic: Where does the thing you want to insert come from
15:56 theconic s-andersen: Global
15:56 theconic username, for wxample
15:57 s-andersen theconic: then you use the data parameter
15:57 theconic s-andersen: does not work...
15:57 s-andersen theconic: You're doing it wrong then, show me what you got (in a pastebin)
15:57 theconic beacause with the data thing you cen set only one information and wrap this
15:58 theconic one moment
16:00 theconic http://paste.phlogi.net/-409a1632b5/
16:00 Lars_rds what ?
16:01 _Awillys_ anyone knows how to include a TS file from a TS template?
16:01 s-andersen theconic: if you write something in the .value parameter, it shows up just fine?
16:01 Lars_rds Its two content element i try to slide
16:01 theconic s-andersen: the code i posted works fine!
16:01 _Awillys_ smthg like that <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/mal/oppsett/constants.txt"> ?
16:01 s-andersen theconic: Then what is it that you want to do?
16:02 Lars_rds but i gets only the content i don't want to slide
16:02 theconic s-andersen: you see that i integrated the username into the path of the picture?
16:02 s-andersen theconic: Yes
16:02 theconic s-andersen: and how do i integrate more than one thing?
16:03 theconic s-andersen: something like fileadmin/'username'/'firstname'/home.jpg
16:04 s-andersen Use dataWrap of stdWrap then
16:04 theconic s-andersen: don't understand...
16:06 s-andersen theconic: try this: http://paste.phlogi.net/-216b386a4e/
16:07 lilalinux How do I draw a border on a imgResource?
16:08 lilalinux I have a GMENU with altImgResource and I want the images to have a border (inside) if they are hovered oder active
16:08 s-andersen theconic: Any luck with that code?
16:08 lilalinux tsref doesn't show something like border for imgResource
16:09 theconic s-andersen: one moment...
16:16 theconic s-andersen: incredible! you stopped my one-week-angry-about-Typoscript-marathon ;)
16:16 theconic this works great
16:21 lilalinux Why does my GMENU ignore RO and ACT?
16:21 lilalinux Is it because of the altImgResource?
16:21 lilalinux (4.2.1)
16:24 s-andersen theconic: You learn to love stdWrap :)
16:27 theconic i already love stdWrap!
16:29 s-andersen theconic: I surely hated it like hell in the beginning, but it's cool when you learn those little tricks like insertData and the pre and post userFunc
16:29 theconic but this love is based on the nescience of what expects you ^^
16:32 theconic i think many would learn much easier working with T3 i there was still a better TSref
16:33 theconic of course this is a huge work to do, but i think every tag should have a large explanation, which is searchable...
16:34 theconic it's a pity that this would cost as much time as developing T3 v.5 ;P
16:40 s-andersen theconic: My guess is that TYPO3 has gotten so popular because of Kaspers effort in documenting the most things
16:43 theconic s-andersen: this is definitely true, T3 already HAS a great documentation
16:45 theconic but if you compare Typo3 with its Documentation, then Typo3 itself is still much better then its documentation...
16:45 cw727 hi. does anybody know a extention for download-management for typo3 like docman for joomla?
16:46 theconic you mean a possibility for the admin to offer downloads on the page?
16:46 s-andersen theconic: Indeed, and I hope that people will remember to document their extensions, and that the association focuses on documentation
16:47 cw727 theconic, yeah something like that. but the user shouldnt upload the file in the backend, indead of there should be the possiblity for a FE User to upload the file in the frontend
16:48 theconic cw727, don't know such a thing, but i would bet there is one
16:49 theconic s-andersen: like int_constants_stdwrap, great extension, not even an example of using it... :(
16:50 theconic s-andersen: but this is no demand, i already have it in use, it's just that a manual would be very nice there for newbies
16:51 s-andersen theconic: What does it do?
16:52 theconic you can create markers like "name = TSFE:...something..." in TS and use the marker in a text element, or in its header
21:15 Mike11123 hello, anybody here that can help me get typo installed? i seem to be missing ENABLE_INSTALL_TOOL file
21:16 s-andersen Mike11123: You just create an empty file called ENABLE_INSTALL_TOOL in the folder typo3conf
21:16 Mike11123 ok, ill give it a try again, lol. i probably had a .txt on the end
23:20 solf Good evening poeple. I have a question: Is there a easy way to put a TYPO3 site offline, with a notice " this site is under construction" without actually deleting all the page's in the BE ?
23:26 solf Good evening poeple. I have a question: Is there a easy way to put a TYPO3 site offline, with a notice " this site is under construction" without actually deleting all the page's in the BE ?
23:56 solf Good evening poeple. I have a question: Is there a easy way to put a TYPO3 site offline, with a notice " this site is under construction" without actually deleting all the page's in the BE ?

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.