Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 24 September 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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
08:04 Luckfried good morning
08:04 Luckfried anybody here?
08:06 Luckfried Hello???
09:45 edaniel good luck to you TYPO3 dev guys at the Hackontest!
09:49 m4rtijn hi all
09:50 guillom hi m4rtijn
10:18 m4rtijn arrrr...
10:28 tomyN is it possible to change the black background in rgsmoothgallery?
10:30 tomyN yes, thanks
10:32 m4rtijn aha
10:33 just2b ^^
10:52 Denyerec Who's up for some paid work?
10:53 Denyerec GOt three tasks, one is modifying the password restrictions on feuserlogin, one is modifying the RTE to accept custom tags, and the other is to
10:53 Denyerec um
10:53 Denyerec I can't rememeber the 3rd
10:53 daKmoR then I would like to take the 3rd...
10:53 daKmoR :p
10:55 tomyN hi, I'd like to change the dark background in rgsmoothgallery, which css file is it? Thanks!
10:55 daKmoR use firebug to find out...
10:56 nkuttler root
10:56 nkuttler oops
10:57 nkuttler no, that's not the password :P
10:58 m4rtijn tomyN - .jdGallery .slideElement
10:59 m4rtijn its kinda difficult to find.. even with firebug
10:59 just2b do i really need to include a manual for firebug too?
10:59 tomyN m4rtijn: thanks will try, I went already through 4 files ...
11:00 m4rtijn just2b - nope
11:00 m4rtijn just2b - lighten up a bit dude
11:03 tomyN i don't have this file
11:04 m4rtijn its not a file.. its a div class
11:04 m4rtijn just put it in your own .css file
11:05 tomyN ok, but in what css file?
11:05 m4rtijn in your css file
11:05 elbartus tomyN: your own one
11:06 tomyN hmm, so what causes the background to be black by default? Would love to have it transparent ...
11:06 m4rtijn the default .css styles
11:06 m4rtijn which u can overwrite
11:06 m4rtijn but its no use changing those.. as soon as you'd update smoothgallery.. they'd be default again
11:07 tomyN ok, I found the slide element in jd.galleryCool.css
11:07 tomyN couldn't i just change this one?
11:07 m4rtijn see above
11:07 nkuttler don't. will break on extension upgrade.
11:07 IngoRenner http://www.hackontest.org/index.php?action=Root-cam
11:08 m4rtijn cool IngoRenner
11:10 m4rtijn :P
11:10 m4rtijn Hackontest starts in Sorry, you are too late.
11:11 tomyN I don't understand this, I delete actually all css files and the gallery was still loading fine, although I cleared the cache
11:11 elbart oO
11:12 m4rtijn tomyN - you dont need to delete anything
11:12 daKmoR how do I modify the Transformation Method from DB to RTE to create all absolute URLs...
11:13 tomyN m4rtijn: but how would it read in the css file that I created in addition? Wouldn't I need to refer to this?
11:13 daKmoR currently it makes from DB "<link 22>" to "../id=22" that's quite bad as if you save it again... you will get "../../id=22" and it will happen again and again.... "../../../../id=22"
11:13 daKmoR tomyN just write it in your "default" css file in the template folder...
11:14 daKmoR it should override the css in the extension...
11:14 m4rtijn tomyN - dont you use your own .css file?
11:15 nkuttler daKmoR: not sure what you're asking... look into realurl, baseurl, absrefprefix
11:15 tomyN ok, I get his. But still I am not sure which line causes the black background of the box, that's all I want to change
11:15 tomyN other than that I like this a lot :-))))
11:15 m4rtijn tomyN - the first answer i gave you
11:15 m4rtijn tomyN - .jdGallery .slideElement
11:16 m4rtijn thats the black background
11:16 tomyN ok, will try, thanks!!
11:17 daKmoR nkuttler the problem is "just" the transformation from DB to RTE (in the BE)... so in the DB it is "right" but if you edit the content element in the BE the Transformation to RTE makes something wrong..
11:17 daKmoR I already defined some RTE.default.proc ...
11:17 daKmoR but I don't know if I can define how the link is generated...
11:19 Denyerec ah
11:19 Denyerec dakmor the 3rd is easy
11:19 Denyerec so no job for that...
11:19 Denyerec :)
11:20 Denyerec but yeah, need to hire someone to make some modsa to feuserlogin and the RTE
11:20 Denyerec Work is immediate, pm for more details.
11:20 tomyN alright, I put this line into my default css, and set the background to white instead of black, .., it's still black :(
11:20 Denyerec brb - tea
11:21 m4rtijn tomyN - put !important at the end
11:21 m4rtijn white !important;
11:22 tomyN ok,
11:22 tomyN uuuuh aaahh, that did it!
11:23 m4rtijn i know
11:23 tomyN thank you soo much!!!
11:23 m4rtijn :)
11:23 m4rtijn np
11:26 tomyN no color would be ok to, just leave this blank, or write transparent? Not THAT familiar with CSS. ..
11:27 daKmoR background: none;
11:27 daKmoR hmm anyone aware of the DB to RTE Transformation in the TYPO3 BE?
11:33 tomyN none works, but then it shows the black background panel again, will keep on trying, thanks again!!
11:38 m4rtijn hmm, its very stupid that the content element "pictures only" have only 3 positioning settings
11:39 m4rtijn its not possible to place 3 CE pictures next to each other
11:39 m4rtijn which is needed if I want to link 3 pics with 3 different urls
11:40 m4rtijn therefore I need to use type "text w/image" and use the positioning "in text left"
11:41 daKmoR use Flexforms for it...
11:41 m4rtijn hm?
11:45 daKmoR create a flexform with 3 collums where you can add different images with different links...
11:45 guid1 hello
11:45 m4rtijn sure..and the same principle for 4, 5, 6 etc. :p
11:46 m4rtijn its a bit easier to use text w/image then ;)
11:51 erank hi all, someone awake? :-)
11:51 m4rtijn zzzzZZZ
11:51 just2b erank.. depends
11:52 erank I'm working with FCE's in templavoila at the moment, and was wondering how I can make an FCE, which can contain multiple containers, which all van have 1 title, and multiple content elements
11:52 m4rtijn eeek, TV
11:53 erank till now I've just found a way how multiple titles or content elements can be added, and the content elements don't have a relation to the title
11:53 erank was wondering if there are any nice tuto's on the net
11:53 erank m4rtijn, why eek?
11:53 m4rtijn nothing, just personal preference
11:53 m4rtijn :p
11:54 erank was my preference too, till I just started working with it, and now I do see some nice advantages ;-)
11:54 erank (some :p )
11:56 m4rtijn like what?
11:57 erank let unknowing customers implement different site templates on any level of the site they want?
11:57 erank for example
11:57 erank templavoila really has some opportunities to keep designers and customers happy, without the nerd eating his hat ;-)
11:58 just2b anyone got a ipod touch 2g v2.1.1 with jailbraek?
11:58 m4rtijn nope... i read about it though :)
11:58 m4rtijn what is it for just2b ?
11:59 just2b more features
11:59 m4rtijn can u also download itunes for free or something?
12:00 just2b itunes is free
12:01 m4rtijn hm.. can u download anything u want for free?
12:01 just2b lol no
12:07 Denyerec just2b you wouldn't happen to be available for hire would you ?
12:07 just2b it always depends, you know ;)
12:16 erank hi just2b, maybe a nice feature for rgsmoothgallery: a typoscript setting which disables the call to the mootools library...
12:16 erank it couls be allready loaded...
12:19 just2b erank.. already there
12:19 just2b use t3mootools and it wont be included twice
12:19 erank nice, thanks!
12:32 daKmoR is there a t3mootools for 1.2?
12:32 just2b not in ter
12:35 idevelop is it possible to deactivate all the inline css that an image gallery comes with?
12:36 idevelop i'm trying to style the image gallery according to a design but i keep running into fixed inline widths
12:37 idevelop :(
12:40 m4rtijn idevelop - which gallery?
12:40 idevelop normal image gallery
12:40 guid1 idevelop: plugin.tx_...._pi1._CSS_DEFAULT_STYLES >
12:40 idevelop it's not a plugin
12:41 idevelop it's "Images Only" content type
12:41 guid1 idevelop: you'll find the exact name of the plugin in the typo3 objevt browser
12:42 guid1 hi everybody --- i'm looking for replacement fpr rgsmoothgallery which creates new pages at a certain amount of pictures (rgsmoothgallery only cuts off the rest as far as i know)
12:42 idevelop do you recommend a plugin for image gallery?
12:43 guid1 idevelop: i would ...
12:44 idevelop :)
12:45 guid1 idevelop: there's a lot of gallery plugins with great features - eco_gal (with DAM), rgsmoothgallery (reads out image folders)
12:52 m4rtijn http://www.rggooglemap.com/dev/chgallery.html
12:57 erank coffee....
12:59 guid1 m4rtijn: THX :-D i'll have a look ...
13:00 beki hi all
13:01 idevelop what javascript library does rgsmoothgallery use?
13:01 idevelop i have prototype+scriptaculous, and the gallery page behaves strange
13:01 idevelop it shows for a bit, then it goes all white
13:01 just2b mootools
13:01 idevelop blank, all the page
13:02 idevelop grrrrrr
13:02 just2b you need to decide ,)
13:02 idevelop i need prototype for ajax chat
13:02 just2b ?
13:02 just2b dont include a gallery where your chat is
13:02 just2b not my fault
13:02 idevelop :)
13:02 idevelop i know it's not your fault dude, i'm thinking....
13:03 daKmoR how to define page ts inside an extension?
13:04 erank just2b: you said 'not in ter' when asked voor t3mootools with mootools1.2, does this mean peter has it somewhere, but not uploaded yet?
13:05 just2b he didnt finished it yet
13:05 erank ok, thanks
13:05 daKmoR the t3mootools is based on pakito or?
13:06 daKmoR there is no pakito for 1.2 so he is writing it new?
13:06 just2b never heardof that
13:17 nd___ How do I add a sitemap (or better the last changed sites as link-list) into a subpart?
13:17 Recnelis Hey guys, if I've got to use a user input search string in a SQL query.. which function should I use to escape quotes, and remove any "bad" things
13:19 nd___ Recnelis: GLOBALS['TYPO3_DB']->quoteStr() I'd say
13:28 Recnelis Hmm.. , i used that.. but it didn't add quotes around the string.. I recall some fullquotestr or something..
13:28 Recnelis But that's the wrong name of the function
13:33 nd___ Recnelis: GLOBALS['TYPO3_DB']->fullQuoteStr()
13:35 Recnelis Exactly!
13:35 Recnelis Hehe just found it on google 1 sec before.. thx nd___
13:40 nd___ welcome
13:56 Denyerec IngoRenner... where on earth do I know that name from ?
13:57 IngoRenner don't know
13:58 just2b core dev
14:01 nd___ some extensions ;)
14:03 Denyerec Yeah... I don't do much core fiddling, so it must be from an extension I'm always using...
14:03 Denyerec Such a crap memory :(
14:13 idevelop any recommendation for a tt_news comment plugin?
14:15 nkuttler idevelop: isn't there a blog extension based on tt_news?
14:16 erank nkuttler: isn't timtab not something like a blog extension on tt_news? or am I wrong?
14:16 idevelop :-/ i dunno
14:20 nkuttler yeah, timtab it was
14:22 dutchDrupaller hi people
14:22 m4rtijn hi
14:22 dutchDrupaller I've installed a version of typo3
14:22 dutchDrupaller on my server
14:22 dutchDrupaller and it went all fine
14:22 dutchDrupaller but when I click on user admin
14:22 dutchDrupaller the page stays blank
14:22 dutchDrupaller only the right menu shows up
14:22 dutchDrupaller same goes voor extensions
14:22 dutchDrupaller is this a known bug?
14:23 m4rtijn which browser r u using?
14:23 dutchDrupaller ie7
14:23 m4rtijn eek
14:23 dutchDrupaller ow not good?
14:23 m4rtijn should work though..
14:23 m4rtijn well.. ie sucks
14:23 m4rtijn :)
14:23 dutchDrupaller oke I just tested it in Firefox
14:23 dutchDrupaller and it is the same
14:23 m4rtijn any javascript restrictions / firewall / stuff?
14:24 dutchDrupaller It occurs when I open the user admin and then choose to edit "admin"
14:24 dutchDrupaller nope
14:24 m4rtijn popups allowed?
14:24 dutchDrupaller jep but it doesnt open a popup though
14:24 dutchDrupaller I have it installed locally
14:24 dutchDrupaller and it works fine
14:25 m4rtijn post your phpinfo() at some paste site
14:26 dutchDrupaller oke wait
14:27 dutchDrupaller what are you looking for then I will check
14:30 m4rtijn did u check all typo3 prerequisites.. ?
14:32 dutchDrupaller is that in the installation?
14:35 m4rtijn http://wiki.typo3.org/index.php/Getting_started
14:43 dutchDrupaller m4rtijn I read everything the basic setup and I did all that
14:43 dutchDrupaller but I still dont understand why the page is set blank
14:46 dutchDrupaller I see there are a lot of issues with PHP 5.2
14:56 jangla hi. I'm trying to get a menu to show items that are set to "hide in menu" (in version 3.8.x of Typo3). Can someone help me figure out why neither of the examples here work: http://paste.phlogi.net/-cf6c013dee/
15:00 m4rtijn hmm, did u try setting the includeNotInMenu = 1 for the TMENU
15:00 m4rtijn as in: lib.chateauMenu.1.includeNotInMenu = 1
15:01 jangla Hmmm, don't think so yet - I thought includeNotInMenu and excludeDoktypes were only properties of HMENU. hold on while I give it a go...
15:02 daKmoR is there any way of prefenting function TS_links_rte($value) in (t3lib\class.t3lib_parsehtml_proc.php) to add ?id= to every link...
15:02 jangla nope - that doesn't work
15:02 daKmoR I now just "deleted" it in this file and now it works perfect... but I don't want to mess with the core files...
15:03 daKmoR any way of overriding this function or so?
15:05 Denyerec t3 extension modifications required, very very short deadline, payment immediate on completion, pm for details
15:05 Denyerec (one has to try)
15:27 Denyerec hey void
15:38 daKmoR hey echo
15:55 nd___ Which part/sysext is the content type menu/sitemap in?
15:55 nd___ I need to get the functionality that there's only a link returned if the viewing FEuser has permission to see the target.
15:55 nd___ getTypoLink() doesn't seem to check this
15:56 nd___ and my sitemap does...
16:21 nd___ Anyone? How does this happen?
16:24 jaklar can i use the properties of TMENU like this: NO = 0 , ACT = 1 , ACT.linkWrap = ... ? is the act page in this case the only one displayed?
16:27 m4rtijn hmm, sory is anyone native english here?
16:27 m4rtijn is plural of "contact person" "contact persons"
16:28 m4rtijn sounds rly weird
16:34 HardPhuck contact people seems better to me :)
16:34 HardPhuck person is only singular i think
16:34 HardPhuck but not quite sure as im not native eng
16:35 HardPhuck jaklar what do you want to accomplish
16:37 nd___ Damn, it shouldn't be this hard to create real links
16:40 jaklar hardphuck - only the act page on lvl 1 should be displayed (as header of navigation) atm i realize this by commenting the other items out (realy good english =) )
16:41 jaklar like this NO.linkWrap = <!-- | -->
16:44 HardPhuck 1.NO.doNotLinkIt = 1
16:45 HardPhuck this removes the link
16:45 HardPhuck have you tried the documentation on TMENU?
16:51 jaklar yes i have... i think doNotShowLink is the right choice
16:51 jaklar thx 4 help
16:51 HardPhuck np
16:56 idevelop hi guys
16:56 idevelop i have a page with a Better Contact Form in it
16:56 idevelop is it possible to make it autocomplete a new field with the value of a GET variable?
16:57 idevelop like www.bla.com/contact/?who=itguy
16:57 HardPhuck i've done that wuth the standard contact form
16:57 idevelop how?
16:59 idevelop a link? anything?
16:59 idevelop please..
17:00 HardPhuck wait, im pasting :)
17:00 idevelop :) thx
17:02 HardPhuck http://paste.phlogi.net/form-1/
17:02 HardPhuck here
17:02 HardPhuck it has some comments
17:02 HardPhuck so you should get the idea, otherwise ask
17:17 idevelop thanks :)
17:17 skurfuerst hi everybody
17:19 m4rtijn hi
17:21 m4rtijn skurfuerst - are you at the hackcontest as well?
17:21 skurfuerst nope
17:21 anton hi, is there a way to use globalVars in the TS Field of templavoiladatastructures ?
17:21 skurfuerst m4rtijn: I'm just giving mental support ;-) and in case forge.typo3.org gives some problems
17:23 m4rtijn ah, they're working on the project with forge.. nice
17:23 skurfuerst yep
17:23 m4rtijn just found it
17:23 m4rtijn http://forge.typo3.org/repositories/entry/project-hackontest/ChangeLog?rev=4188
17:23 skurfuerst http://forge.typo3.org/projects/show/project-hackontest
17:23 skurfuerst ah ;)
17:24 skurfuerst they are quite busy :)
17:25 m4rtijn thats quite some list they got there
17:25 skurfuerst yep
17:25 skurfuerst however it is not needed they implement everything
17:26 m4rtijn when do they have to finish?
17:26 skurfuerst tomorrow at 10:00
17:26 anton i want to give some var´s in the url to modify the rendering of a fce
17:26 skurfuerst they started today at 10:00
17:27 m4rtijn hehe.. they going to need good strong coffee
17:32 skurfuerst yep
17:38 ckoehler martin kutschker doesn't happen to be on irc, does he?
17:57 m4rtijn GO HACKCONTESTERS!!!
17:57 m4rtijn cu tomorow all ;)
19:04 tomyN hi
19:04 tomyN anyone still here?
19:11 ries tomyN: I am....
19:11 tomyN hey ries!
19:11 tomyN how are you?
19:12 ries Not to bad
19:12 ries Ijust came online after 4 days of beeing offline!
19:13 tomyN I am trying to change the black background of rgsmoothgallery from black to transparent because I use a background image. I believe I found the right css tags, but over riding the values with background: none leave it still as black, comprende?
19:13 tomyN not too bad? that doesn't sound good
19:14 tomyN we got hit hard by the damned storm here
20:01 tomyN ries?
20:03 ries back
20:04 ries tomyN: did you find the correct CSS?
20:04 Denyerec hey ries
20:04 ries Hy Denyerec
20:04 ries How are you doing?
20:05 Denyerec ok I guess
20:05 Denyerec got a short deadline job on at th emoment that I am in a bit of a panic over.
20:05 Denyerec other than that all is well.
20:05 Denyerec :S
20:05 Denyerec You
20:05 Denyerec ?
20:06 ries Denyerec: doing good here... we just moved to a other house
20:06 ries it's about 12-15 (through the sky) from where we lived
20:06 ries totally different climate here...
20:07 ries Much more tranquile
20:07 ries No more cars or busses or airplane noise... and for a change my house isn't chaking when a car passes
20:08 Denyerec And the mosquitos?
20:09 ries A bit more... bit not like horrible
20:10 ries We have a big garden now...
20:10 ries we where lucky that we could rent it from the sister of our old land lord
20:11 tomyN ries: no, I still play this try and error game .... I found out how to change the color from black to blue, but I want no color at all so that it appears to be transparent, there is somewhere a line which causes the whole thing to be black by default, dunno :\
20:11 ries may be because there is a layer below it?
20:11 tomyN if I only could find it
20:12 ries check teh html?
20:21 ries how are you doing?
20:21 ries wrong screen

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.