Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 2 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:16 void Denyerec: you here?
00:18 Denyerec hey void
00:18 Denyerec Just trying to find a manual for a sewing machine :)
00:19 void that's hard..
00:19 void did you break off something?
00:20 Denyerec I am giving up web development
00:20 Denyerec and becoming a dressmaker.
00:26 Denyerec void what can I help you with
00:26 void Denyerec: dressmaker? hehe..
00:27 void Denyerec: do you know about reflection.js?
00:27 Denyerec is that the special effect, or the OO reflection ?
00:27 Denyerec I'm not sure I understand reflection in object orientated programing.
00:27 void http://cow.neondragon.net/stuff/reflection/
00:28 void special effect..
00:28 void i think.. is that possible to create same for text?
00:29 Denyerec Mmm.
00:29 Denyerec With GIFBuilder yes
00:29 Denyerec you wouldn't even need JS to do it.
00:30 void can you point me to link?
00:30 void i mean, point me to snippet
00:30 void which implements such effect in gifbuilder..
00:32 Denyerec I'd want to create a text image, then mirror it, then overlay a gradient
00:32 Denyerec I can't think of any such snippet
00:38 Denyerec I have one that generates rounded corners
00:38 Denyerec and the GIFBuilder guide has one that adds an overlay
00:38 void i generate rounded corners with niftycube.js
00:38 Denyerec wouldn't be too hard to create an image 2x the height of the source and position a PNG transparency overlay
00:38 Denyerec www.welshlawawards.com
00:38 void Denyerec: for me it's too complex
00:38 Denyerec Sponsor images are pulled from Text w/image pages, and rounded & cached for the frontpage.
00:38 void i don't know photoshop nor GIMP
00:38 Denyerec void I fail to believe that anything is too complex for you.
00:39 Denyerec Mmm.
00:39 Denyerec Can you get GIFbuilder to generate a text image?
00:39 Denyerec if so I could perhaps take it from there and see if I can make it work ?
00:40 void Denyerec: i think, i can generate text image with gifbuillder, than reflect it with gifbuilder and make it transparent with gifbuilder
00:43 void Denyerec: and i think someone already did that..
00:44 smeringe I think you don't need to add the reflection in gifbuilder. once the text is an image you could easier add the reflection.js to it? maybe both are just as easy/hard
00:44 Denyerec I'm always not keen on using JS
00:45 void smeringe: the problem is that i want to text be text... not image
00:45 smeringe Denyerec: true
00:45 smeringe void: yes. but it's not once your into gifbuilder thingie anyway..
00:46 Denyerec well
00:46 Denyerec you could just generate the reflection part in gifbuilder
00:46 Denyerec but then if you enlarged the browser text, it'd look stupid
00:47 smeringe ..and it's hard to safe different environments
00:47 void Denyerec: yeah.. didn't think about that
00:49 void i think, i can make it using JS and SVG (and make it resizeable)..
01:58 sToRm- Hi
01:59 smeringe good night ;)
02:02 sToRm- I'm looking for the quickstart page described in README.txt, but I can only find a German guide. Is there an English version for an installation tutorial?
02:03 sToRm- I already have hosting; I just want to install the CMS.
02:41 drixx_ hi, i'm having some issues using realpath... I can access top level pages without problems, but after I access a top level page, the menu links are left relative to that page when I need them to be relative to the site root.... I'm clear enough?
02:42 drixx_ for example, at top level, my menu points to about_us/index.html, but once I access that, the menu points to about_us/about_us/index.html...
02:42 drixx_ any ideas of what could be the problem?
02:51 drixx_ anyone?
02:51 kreegee did you set the basedir?
02:51 drixx_ the baseURL?
02:52 kreegee yeah
02:52 kreegee there should be something like <base href="">http://www.mypage.com/"> in your html header
02:52 drixx_ yes, its set to the path of my typo3 install (for testing http://localhost/typo3/
02:53 kreegee check if its in the html output, i'm not sure if you have to put it into the template manually
02:53 kreegee and check the url of the <a href="> in the menu
02:56 drixx_ ok, right, it wasn't being included in the HTML... I wonder why but it looks as there may be thousands of reasons ;)
02:56 drixx_ thanks for the tip!
02:58 kreegee np
04:50 drixx_ hi, I'm having some issues building a template, for some reason my file header is not being rendered in HTML
04:51 drixx_ file header = <head> nor the <html></html> tags
04:52 drixx_ this is my ts http://phpfi.com/306848
04:53 drixx_ (which I think the only relevant part is at the bottom of the file... I have tried 100 different things but none worked :( )
04:57 drixx_ anyone?
05:37 sToRm- I'm trying to install TYPO3, but it won't allow me to enter my MySQL password, which is over 50 characters long. If i edit the installer to allow me to do it, will it break it?
05:51 sToRm- and where in the installer script would the check for password length be?
08:27 FloLeBlanc hi all
08:28 binoy hi Floleblanc
08:50 FloLeBlanc can someone tell me how that "IF clause in one line in php" works? I always seem to forget that :) something with ?
08:51 FloLeBlanc (and together with that question: how can I search for ? in search engines :))
08:52 just2b $foo = (1==2) ? yes : no
08:54 FloLeBlanc thx just2b
08:54 FloLeBlanc do you happen to know how far mm_forum 0.1.6 is away? :)
08:55 just2b no
08:55 just2b use svn
09:01 binoy can anyone tell me how can i show the an extenstion (newloginbox) in all pages in my sites
09:01 binoy i got some code from google that is http://phpfi.com/306858
09:02 binoy but iam not gettng my result
09:02 binoy what may be the pblm
09:14 smeringe binoy. sry if I'm hard on you, but that was really a meaningless code posting? posting an example ts that's also out of your own context and real data. Kinda hard to know what's wrong then...
09:14 binoy ohhh
09:15 binoy means u didn't get me . right
09:15 binoy smeringe
09:16 smeringe think so. maybe I'm missing a posting previous to my login..
09:16 binoy smeringe ok i will explain..
09:17 binoy smeringe shall i
09:18 binoy i want to show a login box in all my pages
09:18 binoy smeringe thats my requirement
09:18 smeringe I got that one :)
09:18 binoy ok
09:18 just2b_ binoy http://www.typo3.net/forum/list/list_post//60688/?howto=1
09:19 binoy smeringe thanks
09:19 smeringe great just2b
09:19 just2b_ ;)
09:20 binoy smeringe but i have to use newloginbox extension
09:28 binoy smeringe but the link that u given contain the code to create the login box ... right
09:29 binoy smeringe iam new in typo3 so i dont know what all things have to do for its working
09:30 smeringe sry. was away..
09:30 binoy np smeringe
09:31 smeringe 1) put the newloginbox plugin on a separate - not in meny page or maybe even folder
09:31 binoy i created a system folder and create a content element
09:31 binoy is that ok smeringe
09:32 smeringe sounds so
09:32 smeringe define a place in your template where the login box should appear and mapp that to a typoscript template object
09:33 binoy ok
09:34 binoy smeringe have t make it as content element or typoscipt object path (editing type)
09:34 binoy ?
09:35 smeringe typoscrip object path
09:35 binoy ok
09:35 smeringe binoy: then do similar to this http://phpfi.com/306862 in you TS (replace the 611 with the uid of your login box)
09:35 binoy k forlogin iam doing maping
09:38 binoy ok maping done smeringe
09:38 binoy my id is forlogin
09:39 smeringe no, uid - numeric id - it says like Newlogin box [33] when you edit it, or uid 33 if you hover the element..
09:40 binoy no not that one http://phpfi.com/306864
09:40 binoy this is i did smeringe
09:41 binoy is that correct
09:41 binoy smeringe
09:41 smeringe ah.. yes. seems so
09:41 smeringe when you've added the ts in my example and changed the source, it should be all fine (as long as newloginbox is correctly installed)
09:41 binoy can u tell me what is 10.source smeringe
09:41 binoy ok
09:42 smeringe binoy : got to go and cut of some hair of my head.. do some rtfm meanwhile if it's not working ;)
09:42 smeringe cay
09:42 smeringe cya even
09:43 binoy rtfm ?
09:43 smeringe binoy: http://en.wikipedia.org/wiki/RTFM
09:43 binoy smeringe thanks
09:45 binoy thanks smeringe
09:46 FloLeBlanc rtfm = read the fine manual
09:46 binoy its working smeringe thank you very much
10:15 dot1 hello
10:16 mammut hi
10:34 alexwx helo there, ries, void, anybody ;)
10:37 alexwx has somebody an experience with mailformplus ext.? I would like to know, if I can put some content between the fields inserted into one column. I use the saveDB to save many form fields into one DB field, as input1:dbcol1,input2:dbcol1,input3:dbcol1,... but I need this string readable, because he put it into DB field after field, without any separating or something. Can I somehow separate it...
10:37 alexwx ...by my needs? Thank you
11:10 jamps hi
11:10 FloLeBlanc alexwx: as far as I know the entrys are seperated by , and ; aren't they? you can see that when you click the "mailformplus" button on in the backend on the left
11:20 alexwx FloLeBlanc what there? I am putting the values into tt_address table
11:31 alexwx Hey! Can I somehow insert in TS the value of some posted form field?
11:37 FloLeBlanc you insert the values put into mailformplus in tt_address? hmm never done that sorry
11:51 SWEMark config.email.noreply?
11:51 SWEMark correct?
12:14 Timoslav hi guys
12:14 Timoslav i need some help with sr_feuser
12:38 jamps hi ! I 'm a newbie ; I discovered T3 one month ago ... please can you help me for one thing ?
12:38 jamps After an userX logs in frontend, how to make appear his name or pseudo for ex « Welcome userX ! » ?
12:39 jamps where must I seek information please ?
12:44 hlady_ Jamps, you can make it with typoscript
12:45 jamps thanx hlady...
12:46 jamps where can I seek information on that ? I didn't find anything on documentation...
12:47 jamps Is it more simple to do it with typoscript ? Or maybe use a PHP script ?
12:49 hlady_ google for typoscript username
12:49 hlady_ i use typoscript, its easy
12:49 hlady_ its something like:
12:49 Rene2177 hi there
12:50 void jamps: page.10 = TEXT, page.10.data = TSFE:fe_user|user|username
12:50 hlady_ temp.menu-left-login = COA_INT
12:50 hlady_ temp.menu-left-login {
12:50 hlady_ 10 = TEXT
12:50 hlady_ 10.data = TSFE:fe_user|user|username
12:50 hlady_ 10.wrap = |
12:50 hlady_ 10.required = 1
12:50 hlady_ }
12:50 hlady_ yeah void :)
12:50 Rene2177 someone can tell me why $this->piVars() gives me not an assoc array back ?
12:50 just2b_ no code here please
12:50 jamps :-)
12:50 just2b_ Rene2177 maybe it is empty
12:51 jamps merci !
12:51 Rene2177 no, it isnt
12:51 just2b_ maybe it is
12:51 just2b_ ^^
12:51 just2b_ use t3lib_div::_GP(...);
12:51 Rene2177 hmm but t3lib_div::debug($this->piVars); says it isnt :)
12:51 void Rene2177: maybe because you make links at wrong way
12:52 jamps thanx hlady and void ! :-)
12:52 void jamps: np
12:52 Rene2177 i dont make the links, i try to get tx_sksimplegallery_pi1 to run but the submit function is not called for the ecards
12:53 Rene2177 and i found the reason in an not existent submit in piVars
12:53 Rene2177 there are only numbers and 8 is the submit
12:54 Rene2177 maybe there is some configuration option ?
12:54 just2b_ show a link
12:54 Rene2177 http://www.gruene1.de/ecards.0.html?&tx_sksimplegallery_pi1[backpid]=65&tx_sksimplegallery_pi1[newecard]=1
12:55 just2b_ you use this->pivars in your ext?`
12:55 Rene2177 it issnt my ext :)
12:55 just2b_ no matter try t3lib_div::_GP('tx_sksimplegallery_pi1');
12:56 void Rene2177: at such link, piVars would be array('backpid' => 65, 'newecard' => 1)
12:57 Rene2177 these twos are there in the array, but noch the form values
12:57 Rene2177 no sorry, the formvalues are there but not the form feald names
12:57 Rene2177 field :)
12:59 Rene2177 maybe i try get in stead of post
13:00 Rene2177 that works
13:00 just2b_ what
13:00 Rene2177 if i set the form to get and the form fealds are submitted via url
13:00 Rene2177 but thats not nice
13:03 Timoslav my locallang file includes signs like ü ä ö
13:03 Timoslav but there's an error
13:04 Timoslav The file "L:/web/TYPO3_4.1.6/htdocs/testumgebung2/typo3conf/ext/sr_feuser_register/pi1/locallang.xml" is not valid XML: Line 404: Invalid character
13:04 Timoslav how can i train it to use those spicail characters?
13:07 xsebi timoslav : maybe try using unicode
13:08 Timoslav ok and where?
13:10 xsebi put unicode instead of the ü etc
13:10 xsebi but its just an idea
13:10 NublaII does normal navigation on the site (without login in as a fe user) generate activity for the fe_sessions table?
13:11 Timoslav ok got a solution
13:12 Timoslav just saved my locallang as utf-8 ;)
13:12 Timoslav thx for the help
13:14 NublaII I use an oracle database to store a few tables and I see a lot of messages asking for stuff that is not there...
13:15 NublaII a bunch of SELECTs and DELETEs without any INSERTs or UPDATEs
13:15 NublaII on the fe_sessions table
13:17 just2b_ you can turn off the sessions in install tool
13:19 NublaII what will it affect? will users still be able to login?
13:29 just2b_ not in FE
13:43 Rene2177 i dont check it, if i use post in the form all posted fieldnames are gone in the array in typo3 only the names of the get vars are there
13:57 xsebi rene : take a look here : http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.1.0/view/1/3/#id3520845
14:01 Rene2177 << reading
14:13 Rene2177 ok, i think the problem is the magic_quotes_gpc on
14:14 Rene2177 but i can´t set it to off in the htaccess file of my provider, if i do so with "php_flag magic_quotes_gpc off" i get an Internal Server Error
14:21 Denyerec HALLO
14:23 Rene2177 hi
15:40 LionRock hi
15:41 LionRock I have one problem. In de_implecalendar ext I have description field. And if I save some links in description text then in frontend are displayed as <link not as href... What should I do ?
15:45 ries void: I figured out what was wrong with my message to the typo2 V5 mailing list
15:46 void ries: what?
15:46 ries the SMTP server of GMAIL changes the FROM address to the address you authenticate against and so my mail kept bouncing
15:46 ries and since I never use gmail since it sucks.... I never got attended about that
15:52 LionRock any tip on my problem ? :/
16:38 kreegee how can i access the content element uid in a fce?
16:38 kreegee i wan't to wrap each element with a unique div
16:40 ries kreegee: I think you need to modify the DTO
16:45 kreegee thought so
16:45 kreegee question is what and how
16:48 nd How do I properly delete a directory with Media using DAM?
17:05 Faulix Hello
17:06 Faulix Is it possible to save a usergroup which I difines in typoscript in every edit. I use sr_fe_userregister.
17:08 Faulix hmm... nobody here?
17:08 Faulix maybe someone who speaks german :D
17:23 nd What do I have to do to have a tt_news entry with more than five pictures?
17:46 kinea hi
17:48 kinea is it possible to change the TO of the FCEs in a page with typoscript? (or is it possible at all?). i want to have two different views of the same datasets in two different pages.
18:00 kinea is it possible without copying the content elements to another page?
18:02 Faulix Is it possible to save a usergroup which I difines in typoscript in every edit. I use sr_fe_userregister.
18:10 halfempty is there a function like cObj->IMAGE($imageConf) which returns just the filename for the newly rendered image? (not the whole <IMG ... /> tag)
18:19 ihasdijwci hello?
18:19 ihasdijwci anyone know any rs channels?
19:13 jamps hi, please... Can I add a colomn to the template Business ? Is it possible to change structure of a static template ? What's the best for me to do ?
19:37 ckoehler jamps: I didn't know anyone was still using those
19:40 mac3 jamps: i like templavoila
19:40 mac3 its really easy to template with it
19:40 mac3 if you know html/css
19:42 jamps thanx mac 3 .... I 'm gonna load template voila...
19:42 jamps I know a little html/css
19:43 mac3 yup
19:43 mac3 the cool thing is, you can design a template for a specific site with it
19:43 mac3 and you can design "content elements"
19:43 mac3 for example boxes, with a header
19:43 mac3 and add them with the page module to the site
19:44 jamps a ok ! I'm gonna look for documentation about template voila !
19:45 Faulix Is it possible to save a usergroup which I difines in typoscript in every edit. I use sr_fe_userregister.
20:04 Rene2177 sagt mal, weiss jemand wie ich in ner extension mit typo3 mitteln 2 bilder zusammenfügen kann ?
20:13 suicider Rene2177, hier is englisch ,)
20:26 Faulix Is it possible to save a usergroup which I difines in typoscript in every edit. I use sr_fe_userregister.
21:47 chagall hi, anybody online?
21:47 mammut jap
21:47 mammut morning
21:48 chagall it's frst visit here. What is 'people from switzerland still welcome' supposed to meen?
21:48 chagall found it at: http://wiki.typo3.org/index.php/TYPO3_IRC_Resources
21:49 chagall is this a swiss channel?
21:52 chagall bye. for now
22:22 nd__ I wonder: Using DAM it says while installing that still having File> around can create inconsistencies. Not having it around I cannot seem to recursively deleting directories inside fileadmin/ nor viewing or editing .html, .css &c. What's the supposed behavior?
22:47 kreegee cool, ff3b5 fixes the frame-target bug
22:56 tomyN hi
22:57 tomyN anyone familiar with the plugin "Board of Directors"?
23:44 tomyN anyone here? I have a problem with "mailform"
23:44 nader Hallo, a problem with a Applet
23:45 tomyN can't help ya
23:45 tomyN sooooory
23:47 tomyN the style of my mailform is messed up, however, when I compare the code with one where it is ok, I don't see a difference
23:57 nader you can see what are the styling elements of your "mailform" by looking at the "view source code" of HTML. Then you can use them in your CSS file to give them some value. The best manner to get some feeling about CSS is using of "Firebug".

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.