Search the website and IRC logs

#TYPO3 IRC log from : Monday 15 March 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
08:22 smeringe goood moorning!
08:27 BejjWrk morning
08:59 Winston_S hey's
10:40 iaj hi there
10:40 iaj any way to improve shortcuts (hotkeys) in typo3?
10:50 b-baermann after updating to 4.3.2 our restricted backend-users cant do anything in the backend (except login). any hints about this problem? thankyou :-)
14:49 anteatersa phil1: thanks for the tip, I ended up finding a marker called ###NEWS_UID### so I could build the news link manually
15:20 ndee PiMB: thanks for the reply.
15:28 anteatersa tPl0ch: email your web host company
15:34 pmk65 Anyone interested in betatesting a new plugin?
15:45 phil1 pmk65: I might ... what is it for?
15:48 pmk65 It's a Glossary extension.
15:48 phil1 ok
15:48 pmk65 The special thing about the ext, is that it parses the HTML output and attaches special "links" to words found in the glossary.
15:49 pmk65 example: -> http://pmk.dk.srv3.t3t.dk/da/side-1/
15:49 phil1 nice ...
15:49 pmk65 the green "links" are created by the parser.
15:49 pmk65 those links then open up an AJAX box, showing the word definitions
15:51 pmk65 You can download the ext here -> http://dl.dropbox.com/u/2241077/T3X_pmkglossary-0_5_0-z-201003151602.t3x
15:52 pmk65 What needs testing: You should setup a test page with special chars in the text. such as danish or german special chars. And then see if the position of the glossary "links" are correct, or if the offsets are wrong.
15:53 pmk65 It works with both UTF and ISO setups, but Im not quite sure when I need to switch from one method to another. That's why i need someone to test it.. :)
15:56 phil1 ok, I'll try later this day ... ok?
16:01 pmk65 fine.. And if you do experince offset problems, please post a bugreport at Forge (The url is in the manual)
16:02 phil1 I'll do
16:03 iaj can you guys recommen sth for creating an image slideshow?
16:04 phil1 pmk shadowbow ?!
16:04 phil1 box
16:07 iaj huh? referring to me phil1 ?
16:12 phil1 iaj: yeah ... http://typo3.org/extensions/repository/view/pmkshadowbox/current/
16:13 PiMB pmk65, still a nice project, Like I said before.
16:13 PiMB is it hookable?
16:13 PiMB I've got a couple of ideas might be nice to do
16:14 animan hi. does anyone know what where can i change the layout of the "list" view in "cal" ext?
16:14 animan I've tried to modify the list.tmpl but it doesn't seem to work
16:15 pmk65 PiMB: Not at the moment, but most of the setup is configurable.. But I might add hook support later on.
16:15 animan I need to change the position and divs around date, title and etc
16:16 PiMB I was thinking about using wikipedia to display definitions for specified words
16:17 TheEternalAbyss greetings. can someone exlain to me why typo3 keeps resizing my images width even tough I have not told it to do so?
16:17 TheEternalAbyss explain*
16:20 pmk65 TheEternalAbyss> check if the constants styles.content.imgtext.maxW or styles.content.imgtext.maxWInText is set.
16:21 TheEternalAbyss pmk, thanks i'll do that :)
16:21 pmk65 or register:maxImageWidth or register:maxImageWidthInText
16:21 TheEternalAbyss ah, yep that was the culprit
16:21 TheEternalAbyss max is set to 600px
16:22 TheEternalAbyss I need 900 for a horizontal divider :D
16:22 TheEternalAbyss thanks pmk
16:22 pmk65 If you use TemplaVoila, then the register values can be used to set different max sizes for each column.
16:22 phil1 animan: cal is tricky ... list.tmpl only contains the wrapper ... the actual template for each entry is defined in event_model.tmpl
16:23 phil1 animan: somewhere around line 200
16:24 animan oh, ok thanks :)
16:27 iaj phil1, thanks.. looks interesting.. however.. do I get this right.. theres no flexform or anything for that plugin.. u enter it in plain html?
16:29 iaj phil1, http://pastebin.com/ZgvMiKmH thats what I get after installing:(
16:31 iaj oh i miss that jsmin :(
16:31 phil1 should work without it ... pmk65 ?
16:33 iaj hes out :/
16:34 iaj wheres that jsmin coming from anyway?
16:36 phil1 I think you have to clear cache, delete cache files ... does not happen on my website
16:38 iaj i dont have that jsmin file :(
16:38 iaj do you have it?
16:39 phil1 it is an extension
16:39 iaj cant even clear cache
16:39 iaj huh.. mh which one?
17:10 iaj ill w8 for pmk to return I think:-)
17:15 MikePer Hello. I use TV and created a template and DS/TO on the first (root) page but it doesn't show on the first subpage: Couldn't find a Data Structure set for table/row "pages:3". What do I have to set to make this the default template for all subpages?
17:34 Provito Mike, by default new pages will have this set, I presume that this sub page was created before you set the template
17:34 Provito if you go into the sub page and check the template options
17:35 Provito Also Double check in your main template that "Subpages Page Template Structure" is selected correctly
17:35 Provito Main page I mean
17:40 iaj anyone ever used rgsmoothgallery?
18:53 void iaj: yes, it's rather popular gallery
19:17 iaj void is it hard to change the background?
19:18 void background of what?
19:20 iaj of the gallery
19:20 iaj :-)
19:20 iaj its defaulted to black.
19:25 void it's possible only with editing the css
19:25 void rgsmoothgallery/res/css/slightbox.css
19:26 void at least on quick look
19:41 tmkd hi, how can i have two places with news, one LIST and second HEADER_LIST on one page
19:42 tmkd they do not disturb one another
20:26 snoy_ms Whats the best way to implement css into extabase extensions ?
20:26 snoy_ms via ts, or just using a resource folder ?
21:00 TheEternalAbyss i just us css file and "include" my css file in the TS
21:01 TheEternalAbyss if I want to use anchors on my page using an image to click on tot get to my anchor point...how do I insert the <a href=anchorname> in the image content element edtor?
21:02 TheEternalAbyss just as is? I have a feeling that would not work
21:02 TheEternalAbyss sorry i mean name="anchorname"
21:04 snoy_ms TheEternalAbyss: Anchor ? i just use them like this <a name="comments"></a>
21:04 snoy_ms or what do you mean ?
21:08 TheEternalAbyss would putting that whole thing in the "link" section of an image work?
21:08 TheEternalAbyss cause if people click on an image they will go to a login page further down the page
21:08 TheEternalAbyss on my iste
21:08 TheEternalAbyss site*
21:09 TheEternalAbyss ..maybe I should just make it a straight HTML element and do that
21:10 snoy_ms i think html is the easiest way
21:14 TheEternalAbyss yup...looks like i'm going to have to make
21:15 TheEternalAbyss it thru straight html
21:17 TheEternalAbyss :]
21:18 TheEternalAbyss works
21:18 TheEternalAbyss yay
21:18 TheEternalAbyss i just luv basic html. you type it and it does it. done
21:20 frantik hello, i am migrating a website made under typo 3 from a server to another
21:20 frantik and i was wondering where i can find the mysql password
21:20 frantik (or configuration)
21:21 frantik so i can recreate a db etc and make typo3 access it
21:26 nd___ Is the only way to make a redirect to a specific page based on browser versions using a condition and a header refresh to the url? No TS-redirect?
21:27 tmkd it is possible to obtain records from tt_news using RECORD?
21:36 smeringe frantik: in typo3conf/localconf.php ..
21:41 frantik thanks smeringe
21:48 frantik found it
21:48 frantik smeringe, passwords in be_users are encrypted in md5 ?
21:49 smeringe yeah, fortunatily at least that.. ;)
21:49 frantik k
21:49 frantik because it does sound like there's an issue with auth ^^
21:50 frantik but the db was migrated properly and i dont got no message for db ^
21:50 frantik ^^
21:50 smeringe frantik: cleaned up cache stuff before migrating?
21:50 frantik no
21:51 frantik how can i do it manually ?
21:51 smeringe whats not working?
21:51 frantik the auth
21:51 smeringe ie back end?
21:51 frantik got a message saying there is an error in the auth process
21:51 frantik frontend
21:51 frantik reveda.fr
21:52 frantik (not my site, i'm the servers sysadmin :D)
21:52 smeringe that's what they all say ;)
21:52 frantik well
21:52 frantik i do some coding
21:52 frantik but not that
21:53 frantik i also manage joomla & magento & phpbb on the server :D
21:53 frantik we also have a php nuke
21:53 frantik (stupid customer in that case..)
21:53 frantik thing is, the previous sysadmin hosted everything with IIS
21:53 smeringe hehe. excuse my french (so to speak..), but where is the auth part?
21:53 frantik on like 10 servers
21:54 smeringe eouhg :(
21:54 frantik dunno
21:54 frantik its the message on red on the frontend
21:54 smeringe hate iis + php setups
21:54 frantik yeah
21:54 frantik migrated all on apache
21:55 frantik still win32 but at least gpled hosting
21:55 smeringe I'm getting fwd to www.cos.eu
21:55 smeringe frantik: a good step
21:55 frantik try www.reveda.fr
21:55 smeringe better..
21:56 smeringe hum. don't see any red errors per default - only when I fail logging in.. which I hopefully should fail with :P
21:58 frantik pm please :)
22:15 snoy_ms Someone here with Extbase skills ?
22:17 snoy_ms i test around with fluid. For example, if i do {Blog.posts} in fluid. Is it possible to get all post's ? "posts" is an object storage within Blog, but its emtpy.
22:18 snoy_ms if i do a debug on "object" the i get [posts:protected] =>
22:18 snoy_ms but nothing more
22:23 snoy_ms anyone ?
22:27 uriahheep uhm
22:28 uriahheep anyone in here use date2cal?
22:28 uriahheep for some reason the natural language parser is bugging out in powermail
22:28 uriahheep HH:MM dd-mm-yyyy - Invalid weekday value [only 1 to 31]
22:28 uriahheep it mixes the month and the day up

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.