Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Thursday 10 May 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
04:02 jsfan hi everyone :)
04:08 Tsoots lo jsfan
04:08 jsfan hi Tsoots
04:09 jsfan Tsoots, you're up early
04:11 Tsoots sure am
04:11 Tsoots and at work already
04:12 Tsoots but hey i get to go home early too :)
04:12 Tsoots you too
04:23 d|g hi all
04:35 jsfan Tsoots, no not really
04:35 jsfan it's 2:40pm for me ;)
04:35 jsfan hi d|g
04:43 d|g jsfan hi
05:49 dax77 good morning @all
05:58 uschi good morning all
05:58 uschi morning dax77 and tobi
05:59 tobi good morning all, morning uschi
06:00 dax77 hi tobi, hi uschi :)
06:51 smda Hi all!
07:04 MarwolTuk good morning
07:20 alexwx_ hi tobi hi all
07:36 |--Holy_Devil--| Hi @ All
07:49 brain-xy hello all
08:30 m4rtijn mornink
08:48 George345 Hello,
08:49 reber hi all
08:49 |--Holy_Devil--| hi George345 reber
08:49 George345 a figured out, how to enable the underline-option in RTE HTML-Area but it doesn't work
08:51 m4rtijn so you didnt figure it out :p
08:51 m4rtijn just look at the html code the RTE generates and use your .css file to underline
08:52 George345 yes :(
08:52 George345 no, i need the underline-button, because the customers should you ise
08:52 George345 use it
08:53 George345 in a link the wrote:
08:53 m4rtijn yes..
08:53 m4rtijn you can use the underline button
08:53 m4rtijn just look at the html code the RTE generates and use your .css file to underline
08:54 George345 but then i don't have a underline-button...
08:54 m4rtijn yes you do
08:54 m4rtijn RTE sets a class
08:55 George345 hmm
08:55 m4rtijn push < > button in RTE
08:55 m4rtijn then you see what changes in your html code for underlines
08:56 m4rtijn then edit youre .css file and for that class set an underline
08:56 George345 now i don't have an underline-button
08:56 George345 and no underlined text
08:56 m4rtijn lol
08:56 m4rtijn you can customize your RTE with typoscript
08:57 George345 yes
08:57 George345 i tried it
08:57 George345 but it doesn't work
08:57 m4rtijn it does.. you mustve done smth wrong
08:57 George345 i will post my ts-code in Home-Site
08:57 m4rtijn I dont have much time to help.. just check online for code examples
08:58 George345 i have a code example
08:58 George345 and i copied it in my ts
08:58 George345 but that doesn't works
08:59 George345 RTE.default.proc.entryHTMLparser_db.removeTags := removeFromList(u)
08:59 George345 RTE.default.FE.proc < RTE.default.proc
08:59 George345 RTE.default.removeTags := removeFromList(u)
09:00 George345 RTE.default.showButtons := addToList(underline)
09:00 George345 RTE.default.FE < RTE.default
09:00 uschi where exactly did you put this, George345 ?
09:00 uschi in the setup section of your template?
09:01 uschi then you have put into the wrong place
09:01 George345 in the Rootpage TS
09:01 uschi wrong
09:01 uschi it belongs into the page tsconfig field of your page properties
09:01 George345 oh
09:02 uschi yes, because what you are doing here is configuring the behaviour of a backend form
09:02 George345 where is it?
09:02 uschi and that is done in page or user tsconfig
09:02 uschi open the page properties of your root page
09:02 George345 ahhh
09:03 George345 there are entry and i add it
09:03 uschi yes :)
09:04 George345 coool :)
09:04 George345 it works :)
09:05 George345 thanks very much :)
09:14 George345 ok i will continue working bye and thanks for information :)
09:45 eeos hi everybody
09:46 koomi moin
09:47 |--Holy_Devil--| hi eeos
10:27 mcgrizzle any on of u fit?
10:30 m4rtijn ? :p
11:12 wendelin Hello
11:12 wendelin I want:
11:12 wendelin to add a second header to all content records.
11:12 wendelin I did:
11:12 wendelin I extended tt_content through an extension by "extending existing tables" with an advanced input field. This field is now available in all content records an can be saved in tt_content.
11:12 wendelin My problem:
11:12 wendelin I don't know how to output the new field within the content element in the frontend.
11:12 wendelin Thank you for any hints.
11:18 tobi wendelin: extend lib.stdheader with your field
11:37 il72 good day
11:41 wendelin tobi: I need two header fields (first and second header). Can I add a second header by extending lib.stdheader like this? http://phpfi.com/233163
11:43 tobi you did not extend lib.stdheader, you only copied it
11:43 tobi else it should work like this
11:45 wendelin how can I extend it?
11:46 tobi change lib.stdheader
11:47 tobi you can also keep your current thing, do a lib.stdheader> and lib.stdheader<tt_content.secondheader
11:56 wendelin tobi: It works almost. The problem is that I get the second header 14 times. Do you have any idea why?
11:57 tobi maybe you should add it somewhere in the case and add required=1
11:58 tobi look at lib.stdheader with the template analyzer (css styled content)
12:15 m4rtijn I'm working on an extension for a gallery where I would like to replace the "next" and "previous" links with images.. But encountered little problems there..
12:16 m4rtijn would anyone look at this code: http://phpfi.com/233172
12:16 m4rtijn and maybe explain how I could replace the link with something?
12:16 m4rtijn or if its possible with that typoscript code.. somehow
12:17 m4rtijn theres only an example how I could change the wrap.. but I'd like to change everything
12:23 Fab1an|work in the backend page properties I want Files to be available in the standard pages (not just advanced pages), is this possible?
12:24 tobi Fab1an|work yes, look at this ext. how to do it: http://typo3.org/extensions/repository/view/dkd_media4url/0.1.0/
12:39 il72 can i display the records from table using only TSConfig ?
12:41 koomi il72: yes. you can use content/record for that
12:41 wendelin tobi: required=1 did not work. Do you have any idea how to avoid repeating headers? The code looks like this: http://phpfi.com/233177
12:41 il72 thanks koomi
12:42 tobi wendelin look at css styled content as i suggested and add the header like they did it with the normal heade
12:42 tobi r
12:42 koomi il72: in doubt: check typo3wizard.com and give the search a try
12:44 il72 certainly
13:25 c4_x9 Hello All
13:27 c4_x9 Does anyone know how I could get the username of the currentuser who is logged in. I want to submit his username together with a form into a database. I can create the form but I have no idea how to get the username of the user who is submitting the form.
13:28 c4_x9 anyone?
14:12 m4rtijn does anyone here maybe know how I can place a float <div> at the bottom of its parent <div>.. #css seems as helpfull as ever.. as in not
14:25 m4rtijn grr.. those guys have quite an attitude in #css ..
14:26 tobi yes, similar to #web, never post there a url if you dont need heavy critic
14:31 m4rtijn I love the typo3 community.. I had some problem with an extension and wrote a mail to the author.. 10 minutes late I got an answer with his new code as .t3x which he uses and is better :p
14:55 strophy afternoon.. i need to read the usergroup of certain users out from the fe_users table manually using php/mysql from an external program, but phpmyadmin shows that the column in the table is a blob.
14:56 strophy how should i best go about finding the usergroup of a user (i.e. if they are in pre_reg or post_reg)?
14:58 moodaepo strophy: are you sure it's set to blob, mine says tinytext
14:59 moodaepo I'm looking at be_users table and the field is usergroup
14:59 strophy mine says tinyblob, 1 byte
15:00 strophy im looking at fe_users, this is using the sr_feuser_register module
15:00 moodaepo what version T3 are you running?
15:00 strophy 4.0.3
15:01 strophy with sr_feuser_register 2.5.3
15:01 moodaepo ah
15:01 moodaepo one sec
15:02 strophy be_users also has usergroup as type tinyblob... strange
15:03 moodaepo see I don't use sr_feuser_register
15:03 strophy can you help me convert a tinyblob to text? i dont really know much about mysql...
15:04 moodaepo do'h
15:04 strophy then i can figure out the php to compare the text to see if it says post_reg or pre_reg
15:04 moodaepo I didn't notice I was looking in the wrong place
15:05 moodaepo and you didn't notice I said I was looking at be_users NOT fe_users
15:05 moodaepo fe_users has tinyblob for me also
15:05 moodaepo for usergroup
15:05 strophy ok, yeah
15:05 strophy but like i said before, be_users has tinyblob for me, which i thought was a bit strange
15:06 moodaepo yea it doesn't make any sense, if be_users can use tinytext
15:06 strophy i only have those 2 groups for be_users, so a tinyblob isnt really warranted either
15:06 moodaepo is this a one time thing for you?
15:06 strophy yes
15:07 sardello hello
15:07 moodaepo you could try using the program HeidiSQL
15:08 moodaepo if you are on Windoz
15:08 moodaepo and do a simple sql statement, save the output
15:08 strophy oh no, sorry, i need to write a php command for a program using the contents of fe_users, so it can check not only the username and password columns, but also that usergroup is set to post_reg
15:09 strophy its a little extension to mrbs (http://mrbs.sourceforge.net/), a booking system that i have integrated on the same website, but runs externally to typo3
15:09 strophy and we cant have users that havent confirmed and been elevated to post_reg status using mrbs for bookings
15:10 sardello my english is bad but i do my best: I will write over 100 Reviews about Console-Games. And this Reviews should be list in an A-Z-Index... should i create over 100 Site-Elements in Typo3 or is there a better way for thouse things
15:13 moodaepo sardello: have you checked if there are any extensions you could use?
15:13 Tingo hello
15:14 tobi sardello, i think site elements is ok, you can also use tt_news if you want to have relations/archive/categories, althought the a-z listing is not out the box available there
15:14 sardello there are many a-z-index-Extensions but nothing for Reviews.
15:15 moodaepo strophy: couldn't you pull the user information from fe_users for the groups you want (select username, password, usergroup from fe_users where usergroup<>1) and then update that information for mrbs in the php file? It doesn't really matter if the field type is tinyblob
15:16 sardello ok, also its normal to handle with over 100 of same site elements...
15:16 strophy moodaepo: true, i suppose it will soon become clear which binary string is post_reg and which is pre_reg
15:17 strophy moodaepo: im gonna try heidisql to see what it shows for the tinyblob fields... hang on
15:17 sardello i thought the better way is to make an extension
15:18 tobi i would change tt_news eg add the a-z listing sardello, that should be simple and tt_news is a solid base.
15:19 sardello such copy and rename the tt_news and work with this?
15:20 gerards there are always so many questions about tt_news... :)
15:20 gerards maybe i should learn it.... become a tt_news guru.
15:20 sardello :D
15:22 moodaepo sardello: have you looked at > http://typo3.org/extensions/repository/view/sk_bookreview/0.0.12/
15:24 moodaepo it's by Steffen Kamper > http://www.sk-typo3.de/Referenzen.4.0.html
15:27 strophy moodaepo: ok, heidisql has a blob editor, usergroup contains either 8 (for pre_reg) or 9 (for post_reg). and a select command on the command line returns a plain number, apparently. thanks for your help so far!
15:31 sardello hmm... i will test it
15:35 eeos is there anyone who knows how to change the wrap around the ###LINK_CATEGORY### in tt_products?
15:37 MarwolTuk eeos: try to search in one of the php-scripts of the extension...
15:37 ries hey eeos, I think I responded to you message on typo3-english
15:38 eeos ries: yes, you did! I aknowledged you :)
15:39 eeos MarwolTuk: I want do do it through ts not modifiyng the code
15:39 ries eeos: I am not sure if mysql understands table spaces..... I did see something in 5.1.6 but I am not sure if that is the table space I mean
15:40 eeos ries: what db were you talking about?
15:41 ries eeos: PostgreSQl for example
15:41 ries oracle can do it to
15:45 tobi www.sk-typo3.de took a lot of snippets (including the text we wrote for them) fromt typo3wizard. After mailing him he put on some of them that he took them from us. now he removed all references to typo3wizard.what would you do in that case?
15:46 moodaepo tobi: that just sucks
15:46 tobi its really not nice to see other people taking credit for the things i wrote..
15:46 strophy moodaepo: i got it working, mysql is able to compare the blobs to a simple number. thank you very much for your help!
15:47 tobi i mean, i published them for the community, but not for the fame of other people. i also have no problem if somebody republishes them, as long he gives credits
15:48 moodaepo that is true, he doesn't even have your site linked
15:48 moodaepo tobi: thanks for the site I haven't used your snippets but it gives me ideas on how to do some things : )
15:48 tobi on some snippet he has, on most not
15:48 tobi thats what they are for moodaepo!
15:49 moodaepo yea I see that he has it for the 2 menu one
15:50 gerard1 eeos: sorry, my connection dropped
15:51 moodaepo I'll put a comment on his site and say I saw some same stuff on typo2wizard, and that he should have a link at least on the Typo3 links page acknowledging the source of some content. Maybe he forgot when he posted some of the data?
15:52 moodaepo hopefully he understands english I don't know more than 10 words in german
15:53 tobi I think he did not meant it bad, he also helps a lot other people in the mailinglist. but a link would really be fair.
15:54 moodaepo yup, that's why I said maybe he forgot : ) I think a link on his typo3 links page would help a little
16:01 eeos gerard1: ?
16:04 gerard1 eeos: ?
16:05 moodaepo tobi: http://www.sk-typo3.de/Nicht-im-Menue-in-Sitemap-anzeige.35.0.html
16:05 eeos gerard1: you said eeos: sorry, my connection dropped :)
16:05 moodaepo I think that's enough talk about that : )
16:05 eeos is there anyone who knows how to change the wrap around the ###LINK_CATEGORY### in tt_products?
16:08 solshark Hello all. Where i can found some simple example template (site package??) for freesite?
16:09 moodaepo > http://www.mediatech.net/
16:09 solshark moodaepo: Great, thanks.
16:10 moodaepo solshark: there are others also might want to google
16:20 eeos does anyone know how to set pid_list in tt_products?
16:20 eeos documentation does not show anything, but mentions it.
16:22 uschi hey bedlamhotel :))
16:33 eeos oh yes it does!
16:33 eeos sorry!:(
16:45 roelof hello, if i use this TS (http://phpfi.com/233245) then no prev/next only up a level . Does anyone know why ??
16:45 roelof My tree looks like this http://test.tamarawobben.nl/images/scherm.jpg
16:49 bedlamhotel uschi: good morning. Any luck with the split concept?
16:50 uschi it will be php, i suppose
16:50 uschi at least for immediate needs
16:51 uschi this is the most performant solution, because the whole rootline is in $GLOBALS['TSFE']
16:51 bedlamhotel uschi: seems reasonable. A bit easier to do in php than in TS.
16:52 uschi if i do it with split, like we said yesterday, it might work, but it is at least 1 db query
16:52 bedlamhotel where?
16:52 uschi if you split the thingy, you still have to find out the id
16:53 uschi there is no list of uids
16:54 uschi in tsfe
16:54 bedlamhotel I thought the TSFE rootline was a comma-separated list of ids?
16:54 uschi this was a mistake
16:54 uschi i mixed something up
16:54 bedlamhotel Aha. So what does the TSFE rootline list look like?
16:54 bedlamhotel Is it another massive bunch of arrays?
16:55 uschi yes
16:58 bedlamhotel Ah.
17:08 Boonkerz typo3 is *grml*
17:08 Boonkerz :)
17:11 roelof nobody who can help me ??
17:19 gerard1 hey Boonkerz
17:20 gerard1 i wanted to say to you stioll : glad to hear that... but its an response of one week ago...
17:43 roelof hello, if i use this TS (http://phpfi.com/233245) then no prev/next only up a level . Does anyone know why ??
17:43 roelof My tree looks like this http://test.tamarawobben.nl/images/scherm.jpg
17:50 gerard1 roelof: you have a weird tree dude.....
17:50 gerard1 although not exact my tree looks like this : http://www.phong.com/tutorials/mask.tree/tree.jpg
17:51 gerard1 roelof: something we always dream about... make a website about the 'vlokkentest' :)
18:04 roelof what do you mean with i have a wierd tree, and do you know what a "vlokkentest" is , gerard ?
18:05 andy__ hey there, is it possible to use the gifbuilder in your own extension?
18:18 roelof Gerards1, are you still there ??
18:31 roelof he, where's everybody ??
18:34 ks why would RTE treat internal link differently inside table ?
18:41 bedlamhotel uschi: still around?
18:41 roelof hello, if i use this TS (http://phpfi.com/233245) then no prev/next only up a level . Does anyone know why ??
18:42 roelof My page-tree looks like this http://test.tamarawobben.nl/images/scherm.jpg
18:44 ks nm found it
18:44 ks http://lists.netfielders.de/pipermail/typo3-project-rte/2006-August/000726.html
18:53 Epiphex why does TV want to retain the image size of the image i use in the template
18:54 Epiphex placing a larger image into the FCE,, the image gets shrunk, is there a way around this
18:54 Epiphex other than using a larger temporary image in the template file pre-TV template creation
19:02 Epiphex ugh, i think it's a bug, just had to redo it over again
19:02 Epiphex with same settings too
19:04 m00n noob questtion: Is it possible to have a HMENU in one DIV element and a TMENU that has subitems to the HMENU in a another DIV so that it looks 2 different menus placed seperately on the page?
19:04 Epiphex m00n: yeah, i actually just did that on a site
19:05 Epiphex i'm working on a site, i'll link you my typoscript for it in a few minutes
19:05 m00n I'm running through a tut trying to understand templating, but I'm a little lost on this one
19:05 Epiphex it took me a few weeks to get a good grasp, cuz i'm new to all this stuff in general
19:05 Epiphex 1 sec
19:07 Epiphex m00n: you got aim?
19:08 m00n MSN?
19:08 Epiphex skype?
19:09 m00n I'm on my Winbench
19:09 m00n yep
19:09 m00n skype: ksteffer
19:09 Epiphex 1 sec
19:19 roelof hello, why is this TS (http://phpfi.com/233245) not working with this page-tree (http://test.tamarawobben.nl/images/scherm.jpg) ??
19:23 m00n Epiphex: Weeee haaa it's working :) Way cool
19:23 Epiphex glad to hear
19:28 roelof nobody ??
19:34 roelof really nobody ??
19:37 roelof pity
20:23 monis_raz hell every one
20:23 monis_raz *hello
20:23 monis_raz :-)
20:24 gerard2 hey
20:25 null_0 huhuuu
20:25 monis_raz whaz up?
20:26 gerard2 nothing much
20:38 null_0 does someone knows about typo, recognizes wget as grabber and disallows grep of website?
20:39 null_0 i started a new page with src4.1, and now wget -mr does only fetch the first site... nothing else. I don't understand
20:58 null_0 ah. solved.
23:34 Rocketjock hello everyone

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.