Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Friday 8 June 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
00:00 ries nice car : http://www.patiotuerca.com/chalajacobo/patiotuerca/pt.nsf/autosxcat/EFA5920283D486FD882572ED00785DB2
00:06 jsfan hi everybody
00:11 ries hey jsfan
00:12 jsfan hey ries
00:12 jsfan how are things?
00:12 ries jsfan: Biting myself in some interesting fpdf stuff
00:13 jsfan ic. i've only used pdflib before.
02:14 avagraphique need a hand troubleshooting indexed search
02:14 avagraphique probably something silly, but I cant get it to return any results.
02:15 avagraphique i think i am indexing ok, so should send back SOMETHING
04:14 d|g hi all
04:26 jsfan hi d|g
04:28 ir2 hi! is there any special documentation about use of eID and|or how to load the TYPO3 environment in an eID context? in fact, any usefull eID doc would be usefull, I've looked at the podcast, the ms_eidtest ext. and would appreciate to find out more. Thx in advance
05:28 dax77 hi @all
05:31 ir2 hi dax
05:56 uschi morning dax77
06:11 Jigal good morning #typo3
06:17 dax77 hi Jigal :)
06:17 Jigal hey dax77
06:22 m00re hi
06:22 dax77 hi m00re
06:26 d|g can i use values from _COOKIE array with 'globalVar' or 'globalString' conditions?
06:28 d|g [globalString = COOKIE:autologin = 1] doesn't work
06:31 smeringe hi all
06:34 dax77 hi smeringe
06:35 Jigal d|g: I only see IENV, GP, TSFE and LIT as prefixes, but since $_COOKIE is a global variable you might be able to access it anyway:
06:35 dax77 d|g: HTTP_COOKIE_VARS ??
06:35 Jigal d|g: TSRef gives the example that $HTTP_POST_VARS['key']['levels'] can be retrieved by HTTP_POST_VARS|key|levels
06:36 Jigal d|g: this would mean that $_COOKIE["autologin"] would be retrieved by _COOKIE|autologin
06:36 Jigal d|g: haven't tried this btw...
06:37 dax77 Jigal, d|g: [globalString = HTTP_COOKIE_VARS |autologin = 1] haven't tried it though
06:38 d|g ok... i try this now... thanks
06:38 Jigal d|g: PHP reports that $HTTP_COOKIE_VARS is still available, but deprecated, so as dax77 says HTTP_COOKIE_VARS|autologin might also work...
06:39 dax77 Jigal: oh, I've taken that from the TSRef :(
06:44 koomi moin
06:44 uschi moin koomi
06:44 dax77 hi koom, hi uschi :)i
06:44 uschi dax77, read query!
06:45 Jigal dax77: I couldn't find HTTP_COOKIE_VARS in TSRef, but it did say that global PHP variables could be accessed. The deprecated status simply means that future versions of PHP might not have HTTP_COOKIE_VARS anymore. I'm sure that by then TYPO3 will be patched to make it available (just like the other HTTP_*_VARS arrays)
06:45 d|g [globalString = _COOKIE|autologin = 1]
06:46 d|g [globalString = _COOKIE|autologin = 1] works fine =) thanks
06:46 Jigal hi smeringe, giso79, drindt, koomi, uschi, ipsita, chairuou|work, m00re
06:47 drindt Jigal: greetings
06:48 dax77 uschi: no query here
06:51 d|g and [globalString = HTTP_COOKIE_VARS|autologin = 1] works fine too =)
07:00 Jigal dax77: do you need a query? What kind? I have loads of queries lying around. LOL
07:01 dax77 hehe, found alreda one. thx Jigal
07:01 dax77 already
07:06 just2b good morning
07:06 Jigal hi elbart, floxx, just2b
07:07 just2b anyone ever looked into code of htmlarea and setting links?
07:07 floxx hi jigal, just2b all others :)
07:07 just2b got problems with renderPopup_addLink
07:07 just2b hi floxx and jigal
07:08 just2b what i want to do: add a link through RTE but i need to add a custom tag, not the link itself
07:08 Jigal just2b: never looked at the code. after I read the description in the documentation, I didn't feel like reading the code of all those transformations anymore :-)
07:11 Jigal just2b: there must be code that translates the <a href....> to a <link> tag (and back); that would be a candidate for this... how can code recognize that this link is special and must be translated to another tag?
07:11 just2b jigal... i made another tab in the popup ;)
07:12 elbart good morning ;)
07:13 Jigal just2b: but it's still a link (<a href=...>) that gets inserted in the HTML, right? Or is your intention to have another tag inserted instead of that link? Wouldn't that complicate things because this other tag must also be recognized as a link when you want to edit it....
07:14 just2b the problem is, there is somewhere this js-class, which only gets the href and makes the whole link which is returned to the RTE:.. i don't find that function
07:16 just2b what i want to do > make link records somewhere and then you can choose from these links in the RTE... and if a link changes in the record, the link is changed too... so I need to get there some dynamic stuff into it with either 2 ways
07:16 just2b - a custom tag, which builds the link dynamically
07:16 just2b - something like &id=10 in the url and then a forwarding with header location ...
07:21 floxx can't remember - how can i get rid of this annoying yellow-red border around links in rte?
07:25 just2b damn it... if i could set the rtekeep=1, everything would be fine
07:25 brain-xy floxx.. i know this border.. ahm.. never tried to get rid of it .. it just appeared once when i made something wrong or so.. but i would try to define a stylesheet for the rte
07:25 brain-xy hey just2b.. do you use TV?
07:26 just2b no
07:30 Jigal just2b: creation of links is handled via execCommand() which I found in htmlarea.js; this function forwards execution to this._createlink() [...looking further]
07:31 just2b \ext\rtehtmlarea\htmlarea\htmlarea.js ?
07:31 Jigal yep, but there might be a -compressed version that is actually used :-(
07:31 just2b yeah as usual..
07:32 just2b but thx a lot
07:33 just2b i thought this would be much easier
07:33 Jigal just2b: _createlink() handles both editing of existing links and creation of new links and calls HTMLArea.creatLinkDialog() to handle the popup...
07:33 Chechu Good morning 2 everyone
07:34 just2b yeah saw that but where is the actuall link built and returned to the RTE?
07:34 Chechu Does anyone want to help me, please?
07:35 just2b chechu just ask the damn question ;)
07:36 Chechu ok, I have to move this site ( http://www.cfdcm.com/ )
07:37 Chechu to another hosting company
07:37 Chechu I made a typo3 backup , and the Mysql dump too
07:38 Chechu But I have no success making work the new site is this provisional address here ( http://start10g.ovh.net/~cfdcm/ )
07:39 just2b doesnt seem to be a typo3 website?
07:39 Chechu It is
07:39 Phlogi Chechu: hmm yes... wheres the problem? Whats on that url?
07:40 Chechu I need to transfer this web site to a new location
07:40 Phlogi Chechu: nope thats not a typo3 I think
07:40 Phlogi Chechu: so you did not move anything yet?
07:41 Chechu yes, it is Here you can view the data http://www.cfdcm.com/045ecb21a7f/
07:41 Chechu Phologi, yes, I upload the data I saved with my ftp to the new server
07:41 Phlogi Chechu: and unpacked?
07:42 Chechu I did it first on my pc
07:42 Chechu then I uploaded to the new server
07:42 Chechu I created the database
07:42 Chechu with the same dump I saved
07:43 Chechu before
07:43 Chechu The database has been created
07:43 Chechu but I can't install typo3 3.8 on the server? any idea ?
07:45 Chechu mmmmmm???
07:45 just2b "can't install typo3" means what?
07:48 Chechu it means if you type the new url where I upload the typo3 files http://start10g.ovh.net/~cfdcm/cms/
07:50 Chechu there is not a new installation
07:50 Chechu that's the typo3 I saved in the previous host
07:50 Phlogi Chechu: try to delete that site first or make changes on it to be sure you are on the right place
07:51 Chechu I can't do that
07:51 Jigal Chechu: I think it would be hard to install it there: you do have PHP and MySQL support, but no SSH access. Since telnet is not supported by most ISPs: how are you going to extract the .gz archive?
07:51 Phlogi Chechu: hmm you have typo3 in the subfolder cms?
07:51 Chechu yes
07:52 Phlogi Chechu: check the apache log for the error
07:52 Phlogi Chechu: Jigal yes how did he extract it? =)
07:52 Chechu http://start10g.ovh.net/~cfdcm/ (thats so far the index page, which it works
07:54 Chechu Can I istall a new typo3 and then import the old dump to get the site?
07:59 Phlogi Chechu: please! http://start10g.ovh.net/~cfdcm/ <- this is no typo3 index page! and you should check for the error. Can you go into the install tool?
07:59 Chechu of course is not
08:00 Phlogi Chechu: maybe the rights of your extracted files are wrong or whatever
08:00 Phlogi I mean you can't reach a single file can you?
08:00 Chechu exactly
08:00 Phlogi so this has not yet anything to do with typo3 itself
08:00 Chechu I have to install http://start10g.ovh.net/~cfdcm/ a typo3 website
08:00 Phlogi try to set up that correctly
08:00 Phlogi Chechu: yes we all know that now...
08:01 Jigal Chechu: if you unpacked the gz on your PC and FTP'ed the stuff to your new server the symlinks are most likely broken...
08:01 Phlogi Chechu: you should learn about webservers in general....
08:01 Chechu yes
08:01 Chechu I know
08:01 Phlogi Jigal: I think he can't reach any file in /cms....
08:01 Chechu this is why I am asking for some help
08:01 [SySteM] Hi
08:02 Phlogi Chechu: thats maybe not the best channel to ask....
08:02 Jigal Chechu: you should unpack the gz archive on the new server, not on your PC...
08:02 Phlogi Chechu: can you create a file in cms and reach it in the browser? if not contact the hoster!
08:02 [SySteM] I would like to know how i can modify the fromname and formmail to a basic form typo3. Anyone can help me?
08:02 Chechu not in cms
08:02 Chechu but http://start10g.ovh.net/~cfdcm/
08:02 Chechu yes
08:03 Phlogi Chechu: yeah then check that subfolder or contact the hoster :-p
08:03 Chechu how can unzip a folder in the server?
08:03 Chechu with my ftp?
08:03 Phlogi Chechu: no way
08:03 Chechu ???????
08:04 Phlogi Chechu: you need shell access or you could do it with a php script
08:04 Jigal Chechu: your 10G start plan has no SSH access, so unpacking an archive without access to a command line may prove very hard.
08:04 Phlogi Chechu: but why are you trying to do that? First fix the directory... or come back if you can at least reach file..... we can't help you at all like this
08:05 Jigal Phlogi, Chechu: if the php script has enough rights and if php may execute those system commands...
08:05 Phlogi Jigal: yes but thats not the damn main problem!!!
08:05 Phlogi I'm sorry my last word on this: Contact your hoster
08:05 Phlogi Jigal: why should he unpack it if he can't reach anything in /cms?
08:06 Chechu If i install a new typo3
08:06 Chechu could I import the old database dump
08:06 Chechu to make working the new site in the new server?
08:07 Jigal Phlogi: If I read it correctly he unpacked the archive on his PC and uploaded the stuff with FTP.... broken symlinks, etc. which you can never fix without shell access...
08:07 just2b damn it.. tinyrte has got the same methods... argl
08:08 Phlogi Jigal: yes but then he should a least be able to go to the install tool. or reach a single file...
08:08 Phlogi just2b: what do you mean?
08:08 Chechu this typo3 was already installed
08:09 Chechu maybe the install tool has been deleted
08:09 Chechu ?
08:09 just2b Phlogi > editor.renderPopup_addLink > which I really don't understand...
08:09 [SySteM] please.. anyone can help me? :/
08:09 Phlogi just2b: what is that actually?
08:10 just2b function to create a link
08:12 Jigal Chechu: if typo3 was already installed on your new server, and you couldn't get in the backend, contact your hoster about that problem. You can make a dump from the old typo3 website installation by going in the backend to Web > Page, click the globe in front of the top element in the page tree and select "Export to .t3d". (same menu gives option to Import a .t3d file on the new server). First get the typo3 backend working before trying anything el
08:13 Jigal just2b: not surprisingly, because the whole framework with translations and stuff is the same :-)
08:14 just2b yeah but rte are different frameworks htmlarea vs tinymce... but i will try to find a simple function which just returns something to the rte window from the popup
08:20 Jigal just2b: in rtehtmlarea\htmlarea\plugins\TYPO3Browsers\typo3browsers.js there is a HTMLArea.prototype.renderPopup_addLink
08:21 Jigal just2b: the comments just before the definition say: "Add a link to the selection. This function is called from the TYPO3 link popup."
08:21 just2b yeah just saw it too, thxs... but still kind of weird code..
08:22 just2b cause it calls then execCommand ("CreateLink" again
08:22 Jigal just2b: that is js that manipulates the DOM ;-)
08:23 Jigal just2b: I think it's there (and in other places) to handle nested tags...
08:25 just2b yeah... but i really don'T get the createLinkDialog which is called afterwards
08:25 just2b just wrote to the authoer of tinyrte.. hope he understands more the funtionality of this monster
08:27 Jigal just2b: probably the best idea ;-)
08:27 just2b and probably the only one :8
08:27 just2b i like hacking the core but this is too awful
08:35 [SySteM] I would like to know how i can modify the fromname and formmail to a basic form typo3. Anyone can help me?
08:41 Layna Good morning, everbody :).. To give a TMenuItem (or any otehr thml-like element, for that matter...) a class, is there an alternative to ATagParams?
08:41 Fanty Is there anyway to create a group structure for the FE users that would support an access separation of users in "students/teachers" and another grouping them pr schools?
08:42 Fanty a group pr school*
08:42 just2b Layna why not atagparams?
08:44 Layna Curiosity, mostly ;). Seriously, with css-styled-content, typo3 already is very css-focused. And I am confused why I can only add classes thsi rather roundabout way.
08:44 just2b why is this a roundabout?`
08:45 Layna because I permanently keep typing "class="whatevertehclassis"". Butclasses and id's are really the backbone of css. It just feels.. I don't know, very un-elegant.
08:46 just2b IMO this is the only way.. there is no aTagClass ;)
08:46 Layna I was hopign for somethign like HtmlTagClass to pup up somewhere ;)
08:47 Layna brb
08:49 Layna back.
08:50 Layna And out of here for now... someone just remembered anotehr change he wants. cya all
08:51 Jigal Fanty: rc_nested_fegroups?
08:52 Fanty Jigal: looking it up
08:52 Jigal [SySteM] I don't think anyone understands exactly what you want to achieve...
08:54 Fanty Jigal: whats the difference between subgroups and "is also a member of"?
08:58 Jigal fanty: the latter would mean that you can become member of either group or both; nested groups mean that membership of a group can imply membership of another group.
08:59 Jigal Fanty: I misunderstood your "is also a member of" as a question like the is_array() function in PHP (is this variable an array?) instead of a property...
09:00 uschi can someone please help me with templating tt_news TEMPLATE_LATEST?
09:00 Jigal Fanty: I think that subgroups and "is also a member of"-properties would imply a hierarchical relationships of the groups
09:01 uschi i think, i am making a very basic mistake
09:01 uschi this is what i tried: http://phpfi.com/240197
09:01 uschi my <div class="mininews"> does not get written out *sniff*
09:02 uschi why not?
09:02 dax77 uschi: did you configure the template path right?
09:03 uschi yes, id did
09:03 uschi the rest works, only my inner wrapper for all news items does not show up
09:06 brain-xy btw has somebody notices the XX in the selection boxes in the new firefox version?
09:06 [SySteM] Jigal > When i make a Form Content in Typo3 (like a text content, textpic content, bullet content).. U can configure all fields, recipients, html/text, but u cant configure the from mail and form name..
09:07 [SySteM] It take by default (obscured mail address)
09:09 dax77 brain-xy: I did - strange
09:28 delmonico hmmm now rte isnt loading (FF and IE)... whats wrong now :(
09:29 delmonico it's enabled, but only states 'the editor is being loaded...'
09:32 ShadowHunter which typo3-version?
09:32 delmonico 411
09:32 delmonico rte 144
09:32 delmonico ff 2.0.0.4
09:32 ShadowHunter clear cache, from typo3 and from firefox
09:32 delmonico ie7.something
09:32 ShadowHunter you should also clear typo3temp
09:33 Jigal delmonico: isn't there a locally installed older version of the RTE? Could cause this (http://bugs.typo3.org/view.php?id=4916)
09:34 delmonico firefox reports javascript error:"each is not defined"
09:34 delmonico theres for some reason three rte version, the newest is installed. will try to delete the others
09:38 delmonico 'after deletion of the ter version and installation of the version in b2 the editor is working again.'
09:38 delmonico whats b2?
09:39 Jigal beta2??
09:39 delmonico hmm might be
09:40 delmonico still I don't see why the ter version should not work with the current typo3 versoin
09:40 delmonico ah wait
09:40 delmonico the core ships 1.5.2
09:40 delmonico ter has 1.4.2
09:40 delmonico for some reason I don't realy get right now
09:41 Jigal delmonico: use core version and remove other versions from your installation...
09:41 delmonico so deleting the one in typo3conf/ext solves the problem
09:43 Steyner Hi there
09:43 Denyerec Hey Hey People! No more carpet fires outta me, I promise!
09:44 Steyner I've got a problem on finding some specific piece of documentation is there someone who can help me please?
09:45 Denyerec Heh
09:45 Denyerec If it's to do with Commerce, you're SOL.
09:45 Denyerec ;)
09:45 Denyerec What is it Steyner
09:45 Jigal Steyner: only if you tell what piece of documentation ;-)
09:46 SmaxTheFrog ter version of editor is working as well with 4.1.1 but you have to delete all *.js in typo3temp dir
09:47 Steyner I am wondering what css classes are assigned to the content i placed on my typo3 pages in the backend with the text editor block or the rtf editor block
09:47 SmaxTheFrog if i deleted all content of y translation of a page, how can i reset the page so that there is no translation for it available any more ?
09:47 Steyner i can not find anything on typo3.org
09:48 SmaxTheFrog Steyner if you user Firefox, get the firebug extension for IE there is a developer extension - both make possible to browse through your page object tree in order to check / change try out css / javascript assignments
09:48 Denyerec Well
09:49 Denyerec You can have a look empirically by viewing the generated source
09:49 Denyerec usually it's a lot of <p class="bodytext"> tags
09:50 Steyner yeah, i found these "bodytext" things, too. Butis there no official piece of documentation? what about headlines and all other stuff...
09:50 Steyner might be quite useful for building my css in the future
09:51 Steyner and save a lot of time for researching generated code :-)
09:53 SmaxTheFrog Steyner the documentation is the ts object browser there you find the warps etc.
09:53 SmaxTheFrog headlines are regular h tags
09:54 Steyner ok I' try my luck on the object browser...
09:55 Steyner at smax: headlines do something like "<div class="csc-header csc-header-n1"><h1 class="csc-firstHeader">"
09:55 Jigal Steyner: the html formatted text that comes from a RTE (Richt Text Editor) gets transformed inside TYPO3 before it's stored in the db. If it gets published on a web page there are various processes e.g. template engines that can influence the way it is rendered and thus which container elements and which classes are used....
09:56 Steyner Jigal: AAAARRGGG! I hoped it might be easy but i suspected something like that...
09:56 SmaxTheFrog Steyner jep so you simply need to overwrite csc-firstheader
09:57 SmaxTheFrog Steyner so if using the above mentioned tools you easily find the assigned css classes / ids
09:58 Jigal Steyner: installing an extension might change the tags and classes. This is due to the flexible, modular nature of TYPO3; anything can be changed. This makes that TYPO3 is very powerful, yet rather complex to start with.
09:59 Steyner thank you guys. i hope someone wil do a reference on that some day where you can look up wich classes to use anyway...
10:00 Jigal brb
10:00 Steyner cu and thanks a lot again
10:04 SmaxTheFrog anyone has an idea about my language problem ?
10:09 Jigal SmaxTheFrog: never noticed your question.. :-o
10:11 SmaxTheFrog Jigal i deleted all second lang content elements of a page, but my language selector still offer the translations, so the page itself maust have a property declaring there is a tranlation available ? how do i get rid of that ?
10:12 Jigal SmaxTheFrog: let me try what happens...
10:13 SmaxTheFrog Jihgal what happens is you can choose english even though there are no translated elements any more
10:14 SmaxTheFrog Jigal www.dasin.de klick on Portfolio
10:15 SmaxTheFrog i had a translation before, but after redesign i did not yet fill in the new translations, so i want to set the property that for this page is no translation available
10:15 Jigal SmaxTheFrog: can you still see a translated version of the page in the backend: Web > Page, select Languages from the dropdown in the upper right corner...
10:16 SmaxTheFrog yep
10:16 SmaxTheFrog how do i get rid of that ?
10:17 Jigal SmaxTheFrog: click on the pencil to edit it, then click on the carbage bin icon to delete it..
10:24 uschi hi folks, subject is templating tt_news
10:25 Jigal SmaxTheFrog???
10:25 uschi do i have a chance to wrap the image and the bodytext in displayLatest if (and only if) an image exists?
10:28 SmaxTheFrog re
10:29 SmaxTheFrog Jigal ill try this is as deleting the page but just for a simple translation ?
10:31 Jigal SmaxTheFrog: well, you first made a translated version of the page and then filled it with translated content elements... you need to remove the translated version of the page before the language selector will see that there is no translation available (because of other settings for handling which content is visible on a translated page). You can delete the translation together with the content elements in one go
10:31 Jigal SmaxTheFrog: don't delete the entire page, only the translated version!
10:32 SmaxTheFrog Jigol ok i got it thx
10:43 delmonico hmmm why is the RTE inserting a "<h5>&nbsp;</h5>" to all my FCEs? its not visible in the editor, its not in template, its not there if I preview the FCE in templavoila, but after rendering in the frontend its always there and messes up my page :(
10:44 delmonico hmm wait it WAS there in an old version of the FCE
10:44 delmonico thats where it comes from... I deleted that field and now its still in the frontend output... lets hack xml again :(
10:50 m4rtijn hello all
10:51 m4rtijn Denyerec or Phlogi, I think one of you was fighting with the new version of jm_gallery which had a little bug.. just got a mail from the author where he said its fixed
10:51 Denyerec wasn't me
10:52 m4rtijn hehe
11:03 Jigal m4rtijn: that was FloLeBlanc on June 6th around 3 PM (GMT+1)
11:04 Jigal m4rtijn: and the day before... LOL
11:10 m4rtijn thx Jigal
11:24 Phlogi m4rtijn: thanks... so there is an updated version?
11:26 m4rtijn yep Phlogi
11:27 Phlogi m4rtijn: thank you very much! So then its time for me to update too I hope :)
11:36 Chechu Does anyone want to help installing an old typo3 to a new server?
11:40 Chechu I have to move a typo3 site (Which is running now) to another hosting server
11:40 Chechu http://www.cfdcm.com/
11:41 Chechu any help please?
11:42 Jigal Checu, did you manage to get typo3 running on the new server?
11:46 jananne Sorry for being such a rookie.. but how do i get a horizontal textmenu instead of a vertical one.
11:46 jananne i can't find it that quick :p
11:46 Chechu try this Jigal http://start10g.ovh.net/~cfdcm/web/typo3/install/index.php
11:49 Jigal Chechu: well, first finish the install tool and make sure you can login to http://start10g.ovh.net/~cfdcm/web/typo3/
11:50 Chechu Is asking for the install tool password????
11:50 Chechu I have no idea
11:51 Jigal Chechu: first there is a popup warning that you should set the password later on to something else then the default password joh316 ... read the rest of the alert window also carefully!
11:52 Jigal Chechu: take your time and read everything carefully before going to the next step
11:53 Chechu ok, its fine
11:54 Chechu I am in the database configuration
11:55 Jigal Chechu: your webhoster gave you one MySQL database, so if possible empty the database in another browser and enter the username/password in the typo3 install tool...
11:56 schani Hello all, is it posible to have a shortcut in the Backend in the left menu to point on a tt_news input list in the Pagetree?
11:57 Chechu Server : mysql5-3
11:57 Chechu User : cfdcmtypo3
11:57 Chechu DB name : cfdcmtypo3
11:57 Chechu Pass : 96zRWDD4
11:58 Chechu I will delete the database
11:58 Chechu and then I will create one with Typo3 ??
11:58 Chechu ?????
11:59 Jigal Chechu: we don't want your connection data ;-)
11:59 Chechu I sorry
11:59 Jigal Chechu: empty the database, don't delete it
12:00 Chechu With Mysqlmyadmin?
12:00 Jigal Chechu: you can delete the tables, but leave the empty database as it is.
12:00 Jigal Chechu: yes, you can use any tool you want for it...
12:02 Chechu Sorry Jigal, I don't know how to do this
12:02 schani Hello all, is it posible to have a shortcut in the Backend in the left menu to point on a tt_news input list in the Pagetree? - 1.News - 2.Page - 3.List ...
12:03 Chechu Ok, i did it
12:04 Chechu I Have 0 tables in database cfdcmtypo3
12:04 m4rtijn schani , I think thats possible with an extension
12:05 schani iam looking first in the repository but did´nt found something
12:05 avagraphique anyone ever have a situation wher eindexed search would always come back 0 results, even tho site is being indexed (as far as I can tell) and cache is working (I am sure of that one)
12:06 m4rtijn schani maybe this: http://typo3.org/extensions/repository/view/lz_links/0.2.1/
12:07 schani yeah Great Thank u :-)
12:07 Jigal Chechu: you managed to get data in the database this morning, so you can easily delete the tables you inserted earlier. Your webhoster has probably given you a tool to access the database. PHPMyAdmin perhaps?
12:07 Chechu yes i did
12:07 Chechu its fine
12:07 Chechu there is the database and empty tables
12:09 Jigal checu: okay, if you let the install tool know which server(=host)/db/user/password it should use then it can setup the database for typo3
12:10 Jigal Chechu: again: read every screen carefully; look out for errors and suggestions for solutions of errors...
12:10 elbart re
12:24 logixoul hi. anyone awake?
12:25 logixoul :)
12:26 logixoul I've got a really basic question... well, I installed typo3 on ubuntu and got it running. I have a sql database file for "testsite" (and "quickstart" too). How do I make typo3 use that database (I guess I want to base the site on it)?
12:27 m4rtijn just browse to your typo3 folder.. there a quicksetup will start where u can enter DB user+pass
12:28 logixoul yes, I used that, and at the point where it asked me for a DB, I told it to create a new one. should I have chosen testsite/quickstart?
12:29 m4rtijn hmm, Im not sure on that.. normally I create a DB and then tell typo3 to use that one
12:30 logixoul yeah, but the one it creates is empty, and I can't really find my way around doing anything with it. so I figured I'd try the (supposedly noob friendly) testsite/quickstart
12:30 logixoul I guess I'll keep banging my head around the docs...
12:30 m4rtijn hmm.. in step 2 or 3 you can just "import a default" DB
12:31 m4rtijn which makes all the tables etc. which are needed by default
12:31 logixoul ah, it says "typo3-dummy is selected as database." there in step 2
12:32 m4rtijn actually I wouldnt import a quick/test site.. because you get troubles if you want to make something yourself
12:32 m4rtijn yes.. that should be an empty DB though.. I think
12:32 m4rtijn then you can import default DB tables
12:33 m4rtijn after that you can start playing around in the real typo3 backend
12:33 logixoul OK but I just wanna get started quickly right now, so how would go about making use of testsite?
12:34 logixoul I must be missing something really simple...
12:34 m4rtijn .. like I said.. I dont think starting with a testsite is a good idea..
12:35 m4rtijn you can better just follow one of the tutorials
12:35 m4rtijn which has some basic sites..
12:35 logixoul OK, I'll try
12:35 logixoul what's the difference between "testsite" and "quickstart" btw?
12:39 logixoul doesn't matter...
12:44 avagraphique id have to say that in general typo3 isnt too noob friendly
12:44 avagraphique yes id say modern template building is a good place to start building
12:45 Denyerec Ohhh boy no
12:45 Denyerec Futuristic Template Building is where its at
12:46 logixoul hehe
12:47 logixoul avagraphique: maybe I should go for joomla then... haven't decided yet
12:47 avagraphique oh yea, it sort of always scared me so i never tried it
12:48 avagraphique i played with mambo a little a while back, made 2-3 sites
12:48 uschi hey Denyerec, you templated tt_news, did you?
12:48 Denyerec Yes I did, uschi
12:48 avagraphique i found the interface, while a little prettier (not so much now tho with 4.+) didnt make as much sense sometimes...
12:48 Denyerec Not to a hugely detailled and complex level, however.
12:49 uschi ok, did you incidentally find a way to put a wrapper around the 'teaser-text' and an image (if it exists) in latest view?
12:50 uschi reee dax77 :)
12:57 Denyerec Hmmm
12:57 Denyerec yes uschi
12:57 Denyerec in your latest template, simply add the divs you require around the relevant ###markers###
12:59 ries morning
12:59 Denyerec All Hail!
12:59 Denyerec Morning Ries
12:59 Jigal morning ries
12:59 ries hey Jigal
13:02 jananne Sorry for being such a rookie.. but how do i get a horizontal textmenu instead of a vertical one.
13:02 jananne i can't find it that quick :p
13:06 jananne ANY ONE?!
13:06 Jigal jananne: of course you took a look at http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/7/1/ ?
13:08 Denyerec jan___
13:09 Denyerec jananne
13:09 Denyerec CSS for the win.
13:09 Denyerec It's seldom a typo issue.
13:09 jan___ lol
13:09 jan___ whats up denyerec ?
13:09 Denyerec Sorry jan
13:09 Denyerec jananne stole your Tab autocomplete :)
13:10 jan___ CSS ... lol thats the thing i'm playing with right now
13:10 Denyerec Rather, you stole jananne's :)
13:10 jan___ lol
13:10 Denyerec CSS is what I do best...
13:10 Denyerec ....it's extension development that scares the crap out of me
13:10 jan___ know anybody CSS tables with float und clear ?
13:10 Jigal Denyerec: unless NO.after = <br> ... can you fix that with CSS ;-)
13:10 elbart cya3
13:11 Denyerec yes Jigal
13:11 m4rtijn tables with float?
13:11 m4rtijn jan___?
13:11 jan___ yes
13:11 Denyerec ul br { display: none; }
13:11 jan___ ...
13:11 Jigal Denyerec: well done!
13:11 Denyerec Surely you can just float a table like anything else
13:11 jan___ the CSS command "float" is quite cool in combination with "clear"
13:12 jan___ you could build up complex structures
13:12 jan___ without tables <table>
13:12 jan___ jigal: lool
13:14 ries Denyerec: this one is for you : http://www.geeksaresexy.net/2007/06/05/ted-2007-microsoft-seadragon-and-photosynth/
13:16 Denyerec already seen it
13:16 Denyerec and OMG
13:16 Denyerec It's the most incredible thing since.... well.... it's just incredible
13:16 Denyerec the possibilities are just insane
13:17 Denyerec jan___ --> You don't just need float to do layouts without tables. I've never actually DONE a table based layout, and never intend to :)
13:17 Denyerec In fact, I turn down any jobs involving table layouts, as they're just 100% pain :)
13:17 Denyerec ries - there is a live demo out there somewhere
13:18 jan___ reh denyrec
13:18 jan___ ... hmm how could i create a layout without tables...
13:18 ries Denyerec: it's quite nice indeed if it really works as they show it.... MS has the tendency to show things that in practice doesn't work as good as shown in demo's, a good example is there OS of-course...
13:19 ries Denyerec: I think they use fractal compression technology for it (wild guess)
13:19 Jigal photosynth looks very cool, but... what can you do with it?
13:20 Denyerec ries there is a demo on the internet
13:20 avagraphique ouch
13:20 Denyerec and it's unbelievably good
13:20 Denyerec makes Google Maps look like some stupid childs toy
13:20 ries actually... this is also cool : Sun Microsystems has confirmed that Apple will use Sun's Zettabyte File System (ZFS) for the forthcoming OS X 10.5
13:21 ries Denyerec: I always find that google make things nice... but they are often not finnished, they seems to be toys and don't look really pro
13:21 Denyerec Yeah
13:21 ries However google is often first
13:21 Denyerec You'd expect more from the richest company on the planet
13:21 Denyerec :)
13:21 ries which is really difficuklt
13:21 Jigal I don't want to see a single image projected on a pointilistic 3D environment... it would somehow be useful if the photos were used to build a huige texture for the buildings...
13:22 Denyerec jigal, the zoom is the most amazing thing
13:22 Denyerec the way it streams is seamless
13:22 Denyerec and in the tech demo they did at TED, they showed a single page magazine, and you could just zoom and zoom and zoom and zoom
13:22 Denyerec ...
13:22 Denyerec It just blew me away
13:22 ries ofcourse... MS didn't design the photosynth techno... nor the seadragon which is just bought....
13:23 ries Denyerec: the collection they showed on TED was not that big
13:23 Denyerec No I know they didn't do it
13:24 Denyerec But nevertheless, it's impressive
13:24 m4rtijn very
13:24 ries yeaa it is... the mountain climber was really nice
13:24 Denyerec What would prevent the extension repo from updating ?
13:24 Denyerec I click the button, and nothing.
13:24 Denyerec nO errors, nothing.
13:24 Jigal I was more impressed with multi-point touch screens. Very intuitive interaction. Perhaps the power of seadragon/photosynth will become clear on such a device?
13:26 ries Denyerec: this is what they say if teh colleciton get's large : Processing to build a collection can take hours or days in some cases
13:26 Jigal Denyerec: your torrents are using up all the bandwidth?
13:26 ries Today each and every image in a collection needs to be compared against each and every other image in order to ........
13:27 Denyerec Jigal - I wish it was that easy.
13:27 Denyerec I have to upload extensions manually and it's very annoying
13:29 Denyerec This is irritating!
13:29 Denyerec Not even a bloody error message
13:29 Denyerec either it's timing out or it's outta memory
13:29 Denyerec I just don' tknow :/
13:30 uschi somehow it depresses me
13:30 uschi i am still not able to login to my be under windows
13:31 uschi i do not get any mysql errors any more, the fe works fine, i can access the install tool
13:31 uschi but ...
13:31 uschi i cannot login into the be, and i am running out of ideas why that could be
13:32 uschi i cleared all cache_ tables
13:32 uschi i deleted the cache files in typo3conf
13:33 jananne Denyerec: How do i do these thing in CSS?
13:33 jananne i got all the <div class=menu.. ..> things in my menu. But i want it to be horizintal instead of bezing vertical.
13:33 jananne it has something todo with this i THINK ( i'm still such a rookie :P )
13:33 jananne linkWrap = <B>|</B><BR>
13:34 Denyerec Show me a page with your markup on
13:34 Denyerec and i'll take a look
13:34 delmonico FCE problem: I have a "image field" and if I upload a jpg, it works fine, but with a .gif it produces '<img src="" ...'
13:34 jananne Can i pm you.. i'll give you my source
13:34 jananne ?
13:35 jananne nvm, i'll upload a pic
13:36 jananne http://jananne.net/typo3help.JPG
13:36 jananne http://jananne.net/typohelp.JPG
13:36 avagraphique delmonico: issue with imagemagick perhaps?
13:36 avagraphique check install tool
13:36 uschi jananne, this will not help
13:37 uschi we need your code in order to be able to help you
13:39 jananne uschi: I ain't got much yet of the typo3 code cus i ain't know how to do it. but i can give you my HTML and CSS source in a pm.. fine with that?
13:39 jananne ^^ with the menu thing
13:39 Jigal uschi: you only get an empty page after trying to login, or what?
13:40 uschi_ no, it tells me that login data are wrong
13:40 uschi_ wait, i will debug the query
13:41 Denyerec can I access logged in user details in TS ?
13:41 uschi_ username and password are correct
13:41 Denyerec jananne - I need to see the actual HTML
13:41 uschi_ yes Denyerec, via TSFE
13:41 Denyerec care to provide a wee example ?
13:41 Denyerec username, for example
13:41 uschi_ have a look at typo3wizard.com
13:41 Denyerec ROger that.
13:42 jananne Denyerec: i'll pm you my linkt to the source :).
13:42 Denyerec thanks jan___
13:42 Jigal uschi: can you retrieve the actual query and let it run in PHPMyAdmin/MySQL admin tools/SQLyog/whatever
13:42 Denyerec gvd!!
13:42 Denyerec jananne
13:42 Denyerec :)
13:42 uschi_ i do not know by heart, Denyerec
13:42 Denyerec Does anyone? :)
13:42 jan___ ... what why thanks ?
13:42 jan___ ;)
13:43 uschi_ well, at least i do know where to look it up sometimes
13:44 delmonico avagraphique: thanks, wrong path to IM... but now I have to IM processes eating all my idle cpu
13:44 delmonico *killall*
13:47 avagraphique cant have it all (lol)
13:48 Denyerec thanks uschi
13:48 avagraphique has anyone had experience with graphicsmagic instead of imagemagick?
13:48 Denyerec data = TSFE:fe_user|user|email
13:48 Denyerec jananne - you have to register with Nickserv before you can PM
13:48 jananne ow :(
13:49 jananne okay
13:49 avagraphique we are setting up new servers, and can put in whatever we want ^-^ so might go that route if it is better
13:49 avagraphique now if i could only get my indexed search to work........
13:56 jananne Denyerec: Got my pm? kut webirc :(, or can you add me on msn ((obscured mail address))?
13:57 uschi_ Jigal? are you still there?
13:57 uschi_ there is a query against be_sessions, wich is currently empty
13:58 just2b anyone uses macina_banners or ric_rotatation? quite important cause of sql injection
14:01 just2b noone, good ;)
14:05 uschi_ just2b, do you have any experience with typo3 under windows?
14:05 just2b just xamp for testing
14:06 just2b on localhost
14:06 uschi_ ok, that is my situation as well
14:06 uschi_ fe works well, but no way to login to be
14:06 uschi_ i cleared the cache tables
14:07 uschi_ i compared the db
14:07 uschi_ ....
14:08 just2b so there is a user in be_users? or created one in installtool?
14:08 uschi_ no, i dumped the db from the online version
14:08 uschi_ there are users in be_users
14:08 just2b so just create one again ;)
14:09 uschi_ and the other users?
14:09 uschi_ you mean i should create an admin user?
14:10 just2b yeah
14:11 uschi_ but this is a nightmare if those usertables always get f.. up
14:11 just2b i don't know if this is a solution but it is a very fast try ;)
14:12 uschi_ where do i find this create admin user button in install tool?
14:13 just2b step 2, bottom
14:13 uschi_ step 2???
14:13 just2b something with DB
14:13 uschi_ i do not see steps
14:13 uschi_ ok
14:13 just2b Database anaylzer
14:13 just2b never remember that
14:15 uschi_ no way in, just2b
14:15 just2b ?
14:15 just2b created the user`
14:16 uschi_ not with the newly created admin nor with the old one *sniff*
14:16 uschi_ sure
14:16 uschi_ i am a good girl and sometimes do what i am told :)
14:16 just2b disable the ip lock
14:16 uschi_ hm, that i can do where pls?
14:16 uschi_ i never had it on
14:16 just2b i guess in all configuration
14:21 uschi_ no effect :-((
14:22 just2b and it is not your browser cause you can log in into other installations, right?
14:23 brain-xy anybody in here who works with TV?
14:23 uschi_ right
14:23 voidus brain-xy: i do
14:23 uschi_ yes, brain-xy
14:24 brain-xy perfect.. there is the field integer which offers you a checkbox with an inputfield.. is it possible to get only a checkbox with (0/1) ??
14:24 uschi_ in which case you would not need the checkbox at all?
14:25 uschi_ what about a select list?
14:25 brain-xy well i dont need the input field next to the checkbox.. the other problem is that i have to insert an integer value to get it checked..
14:25 brain-xy well.. yes.. a combo would be nice too..
14:26 brain-xy but a checkbox would be more useable i think :)
14:28 uschi_ i am not sure whether on can have a mere checkbox
14:29 brain-xy grml
14:29 uschi_ and i want to login to my be!!!!
14:29 uschi_ *sniff*
14:30 just2b uschi..using same mysql/php-version?
14:30 uschi_ hm, somehow
14:30 uschi_ php5 and mysql5
14:30 just2b try to use the same...but just another idea
14:30 alexwx f. dump ext_tables_static+adt.sql, OMG!!! any experieces with? i tryed all, also how it looks for example Static Info Tables ext. i updated tca.php. ext_tables.php and ext_tables.sql.. and NOTHING WORK! i have there still Import static data - tx_events_priority Rows: 4 , if i do the update it just remove the table if exists, and doesnt create at all... F...ck, i am really confused, any help?
14:31 uschi_ just2b, if there is a difference then only in minor version
14:33 just2b uschi_ tried different browsers?
14:33 uschi_ ok, then this will be the next step
14:35 alexwx i have there two options, Update needed:Add tables , and Import static data: tx_events_priority Rows: 4 , if i do just the first, it creates table, there is just secconed options for fill INSTERTS to the DB.. if i do that , he just remove THE TABLE???? OMG
14:35 alexwx stupid
14:36 uschi_ same effect, even on a different machine
14:38 uschi_ just2b, there is only a minor difference in version, and it has to be
14:38 uschi_ because one is on windows, and the live-system is on gentoo
14:38 just2b shouldnt be the problem
14:38 uschi_ online i have 5.0.38-log
14:39 uschi_ and local it is 5.0.41-coomunity-nt
14:39 uschi_ -o+m
14:39 uschi_ i cannot find out what might be wrong *grumbles*
14:39 alexwx no helps?
14:40 uschi_ sorry, alexwx, no idea :(
14:42 alexwx REALLY NERVOUS, TWO HOURS I TRYD TO DO THIS STUPD STUF
14:42 alexwx doesnt work, omg
14:43 alexwx f. shit, i am really nervous for that stupid work
14:43 alexwx i hate that exact syntaxes.. typo3 is not so good to reporting or debuging the problem, shit
14:55 alexwx bye
15:24 avagraphique wow, alexwx was high strung.... things never work if you are on a deadline....
15:24 m4rtijn hmm.. can I change the default mailform template somewhere?
15:25 avagraphique in typoscript you can
15:25 avagraphique it is tricky tho
15:25 avagraphique i had a problem just this week
15:25 m4rtijn hmm.. but not like editing a html file somewhere..
15:25 avagraphique no
15:25 avagraphique try tmailform
15:25 avagraphique that is a good one
15:26 avagraphique extension with html mailform. you can prefill the fields with db info
15:26 m4rtijn nah.. customer is not worth that much effort :p
15:26 avagraphique i wrote a little hack to pass ?url=variables to the form fields too
15:26 avagraphique ah ha
15:26 m4rtijn :)
15:27 avagraphique just style the form with css as much as possible, lok smostly nice
15:27 m4rtijn jep :)
15:27 m4rtijn thx
15:40 m4rtijn almost weekend...
15:41 just2b m4rtijn you use somewhere ric_rotation or macina_bannersß
15:43 m4rtijn nope, sry
15:43 just2b ok so no extra task for you this time ;)
15:45 m4rtijn starting early in the morning
15:47 uschi m4rtijn, what are you up to?
15:47 uschi just2b, not just three more ideas what i possibly could do?
15:48 m4rtijn meeting my girl :)
15:48 uschi at least something reasonable :)
15:50 just2b uschi.. hmm so no solution with changing browser?
15:50 uschi no :-((
15:52 just2b uschi, i understand that :(
15:57 m4rtijn could somebody shoot a gun so I can start running? :p
15:58 m4rtijn :p
15:58 m4rtijn cu monday.. have a nice weekend all
16:14 Glimps what the namke of the field in the table tt_content where the description of a page (advenced page) is store?
16:14 Glimps what is the name*
16:14 Glimps stored*
16:15 just2b why not using phpmyadmin? nobody knows by heart
16:15 Glimps i'm mean i'm using it, but there is nothing that looks like a field for the description
16:16 just2b page > table page. contetnt > table tt_contente
16:19 Glimps I'm in the tt_content table. I looked at all the field, the only one that looks like a description if longdescURL but it's always empty
16:19 Glimps even if a look at a row that represents a page
16:19 Glimps so i figure it wasn't it
16:19 just2b you need to look into table pages
16:19 Glimps k
16:20 Glimps my bad
16:21 Glimps thx I found it
16:25 Denyerec just2b do you have much experience with MailformPlus ?
16:30 Denyerec hey voidus
16:30 Denyerec over here :)
16:30 Denyerec Trying to use Typoscript values in a MailformPlus form
16:30 Denyerec and it ain't working :)
16:31 Denyerec http://wilcoding.xs4all.nl/Wilco/Pastecode/4723/showpaste.aspx
16:34 voidus Denyerec: i did not work with mailform plus..
16:34 Denyerec Damn
16:35 voidus about each extension
16:44 okidokie i want to add a 'space (&nbsp;)' somewhere in my typoscript. what digit do i use for that?
16:44 okidokie of digits
16:44 okidokie or
16:45 okidokie Does anyone know?
16:47 Denyerec &nbsp; usually works
16:47 Denyerec :)
16:51 voidus guys..
16:51 voidus your opinion
16:52 voidus should there be t3x direct-unpacker
16:52 voidus or EM is all we need?
16:55 Denyerec OWOooahw
16:55 Denyerec Wassat voidus ?
16:55 voidus ^^
16:55 Denyerec The EM is a bit heavyweight, but I don't know what you mean by t3x direct unpacker
16:55 voidus imagine
16:56 Denyerec ok
16:56 voidus t3x -> folder with files
16:57 Denyerec Yes...
17:39 dax77 hi @all
17:46 uschi hi dax77 and dax77_
17:46 uschi which one are you now (the clone)
17:47 dax77_ hmmm, who am I?
17:47 uschi voidus, a t3x direct unpacker would be very nice
17:48 uschi the one that cometh with the tail, dax77_
17:48 dax77_ hehe , of course :)
17:49 uschi i spoiled the whole day with this fucking windows installation *grumbles*
17:51 just2b somecan help me? i looked at the typolink.userfunc but I can only change the 1st part of the link = <a href=".."> but not the link title and not the </a> is there any other chance to implement that?
17:52 uschi just2b, what do you want to do?
17:52 uschi <a title="something" ..>?
17:52 just2b change some specifc links.. only these with a special parameter... and I need to change the title to
17:53 just2b no the <a>XXX</a>
17:53 just2b typolink.title.userfunc is no option
17:53 uschi there is an option returnLast or so for typolink
17:53 uschi that only returns the href
17:53 uschi the rest you then can build on your own
17:54 just2b hmmm maybe maybe... quite a workaround but maybe ;)
17:54 uschi no, that is what it is made for
17:54 just2b no, i need is as a value inside the userfunction..
17:54 just2b cause i need to build the link inside php
17:55 uschi ok, that is something i am to much of a beginner yet
17:55 just2b np ;)
17:55 uschi I WANT MY BACKEND
17:56 uschi now even the frontend sucks and says that there is no DS selected
17:57 just2b take a look @ localconf
17:58 uschi and there?
17:59 just2b the choosen db+user+db
17:59 uschi they are correct
17:59 uschi and the installtool can connect to the db
17:59 just2b temp files deleted?
17:59 just2b phpmyadmin still can?`;)
18:00 uschi yes, but that is not of any help
18:00 just2b yeah but mysql still runing :D
18:02 dax77 myself again, puh
18:05 uschi grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
18:18 Denyerec if I want to make a test extension
18:18 Denyerec or just one for private use that is of no community use
18:18 Denyerec do I call it user_extensionname?
18:18 just2b call it whatever you want
18:18 just2b especially if noone ever sees it
18:18 just2b ;)
18:29 null0_ hi
18:43 uschi how do i a new installation of t3 via the install tool, means how do i get this 123 mode?
18:48 Denyerec uschi you still fighting this windows installation ?
19:12 Denyerec I need to wrap my required fields in mailformplus
19:12 Denyerec and the only ting I can find in the manual regarding this is broken/hopeless/useless/wrong
19:32 uschi i just downgraded to mysql 4.x
19:32 uschi at least with a new installation everything worked fine
19:33 uschi now i shall try it out with my dump
19:33 uschi but it IS a mysql5 problem i am unable to solve
19:33 uschi why voidus?
19:34 voidus when woman says "i just donwgraded to mysql 4.x"...
19:34 uschi then?
19:34 voidus i fear
19:34 uschi what, my dear?
19:34 voidus you :)
19:35 uschi well, i want to install eclipse and i want to learn how to program extensions
19:35 uschi and i want to do this locally
19:36 voidus yeah..
19:36 uschi even adapting css is a nightmare if you do it on a live server
19:36 uschi when it comes to fight ie that is
19:36 uschi codetry upload failure codetry upload failure
19:38 voidus yes..
19:38 voidus but we have PsPad
19:38 uschi what is that?
19:39 voidus text editor with highlighting
19:39 uschi yeah, i have some as well
19:39 voidus it can establish FTP connection, and you don't think about "i didn't uploaded that or not?"
19:39 voidus just when you press Ctrl+S, it upload your files to ftp
19:44 Denyerec uschi !
19:44 Denyerec I made my first extension today.
19:45 Denyerec It extended the fe_user table to add one single lonely field.
19:45 Denyerec It took me 30 seconds. The kickstarter is so nice to you :)
19:45 uschi grats Denyerec :))
19:49 voidus Denyerec: what kind of extension, by the way?
19:49 Denyerec It extended the fe_user table to add one single lonely field.
19:49 voidus how will you use this fields?
19:49 Denyerec that was all.
19:49 Denyerec Oh
19:49 Denyerec it's to store a business-logic ID for agents
19:49 Denyerec so the FE-users will all have their company ID stored with them
19:50 Denyerec so I can auto-fill-out certain forms and things
19:53 uschi sounds interesting
19:53 uschi well, i will start to learn on sunday
21:28 bdb hello, i can't get a:active to work.. how's that possible?
21:42 bdb hello, i can't get a:active to work.. how's that possible?
21:47 yassine good evenning everyone
21:58 bdb hello, i can't get a:active to work.. how's that possible?
21:58 mh_le hello :)
22:02 mh_le I'm using the text w/ image content type and set the text to wrap the image... it does not work in Firefox but works in IE7... does anyone have an idea on how to make it work in both browsers?
22:04 bdb hello, i can't get a:active to work.. how's that possible?
22:05 mh_le bdb: can you paste the css in a pastebin?
22:06 bdb sure
22:07 bdb http://wilcoding.xs4all.nl/Wilco/Pastecode/4725/showpaste.aspx
22:07 bdb mh_le: ^^
22:07 bdb want the background picture to change.
22:07 bdb if i use it on a:active, it WILL change within the text.
22:08 bdb but i want it to be changed on the table
22:09 mh_le I think it only works on a: but you should check in #html or #css
22:10 mh_le bdb: a table isn't activated by a click...
22:10 bdb well.. how does it work then?
22:10 mh_le how does what work?
22:11 bdb how can i let the picture change when i push a link within a table.
22:12 mh_le a:active?
22:12 bdb this is what i get when i do that ( one moment, taking a screenshot ):
22:15 bdb mh_le: http://jananne.net/home.PNG
22:15 bdb that's what i get with a:active
22:16 mh_le maybe some java script with onClick?
22:17 bdb but then you'll get activex question's blablabla :(
22:17 bdb when you open the site.
22:17 bdb isn't is possible to do in css?
22:18 mh_le http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Ada%3Aofficial&hs=40R&q=changing+background+on+click&btnG=Search
22:18 mh_le see the first link :)
22:18 mh_le not as far as I know
22:19 bdb :D ty, ill take a look :)
22:20 mh_le no prob :)
22:43 mh_le hi
22:50 Denyerec Mmmmmmmmm
22:50 Denyerec Firefox alpha 5 passes Acid2 test
22:50 Denyerec Finally full compliance with 2.1 !
22:50 Denyerec If only the IE team would see fit to switch to Gecko 1.9 and end our pain...

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.