Search the website and IRC logs

#TYPO3 IRC log from : Thursday 19 April 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:28 Ries PaulLS: Why don't you create a extenion for the perpose?
00:29 PaulLS I'd much rather have a better understanding of the existing features before attempting to write my own
00:30 PaulLS essentially, I'd like to include a php script that outputs html code at various points in the page--it seems the script object is the way to go to accomplish that end goal, no?
00:33 PaulLS when I run my test script, I "echo $content;" and see the desired output
00:34 PaulLS however, when included in typoscript, no such luck
00:35 PaulLS I'll post the typoscript I'm using at phpfi.com
00:36 PaulLS http://phpfi.com/227914
00:36 PaulLS Ries: mind taking a look and see if there's some concept I'm missing?
00:41 bedlamhotel PaulLS: first thing that looks odd is that you're using a CASE cObject--a tool for deciding between alternatives--with only one option...
00:44 PaulLS I was wondering about that....
00:45 PaulLS i simply want it to include the script if there is a script object called "ads"
00:45 bedlamhotel PaulLS: does the PHP_SCRIPT_INT work on its own? (The PHP_SCRIPT_INT cObject is the other thing that looks odd to me--if I remember correctly, they're deprecated in favour of USER_INT)
00:46 bedlamhotel what table is the field select_key in?
00:46 PaulLS .. there is no table.. clearly the example I was using from the docs was not what I thought :P
00:47 bedlamhotel I wondered...
00:48 bedlamhotel are you trying to do something like <?php if (file_exists(/path/to/file.php)) { ... } ?>
00:48 PaulLS that's what the content of ads.php is similar to..
00:49 PaulLS if the includes file for the ad server exists, add the ad code to $content.
00:49 bedlamhotel so, on the basis of what condition do you want to execute ads.php?
00:50 PaulLS if there's a script object called ads.
00:50 bedlamhotel what is a 'script object'?
00:50 PaulLS a script content element
00:50 PaulLS (which I'm assuming is the best way to say "here's where I want the ad"
00:51 bedlamhotel You can use an extension to include TS objects directly...
00:52 PaulLS hmm.. well... short of writing my own extension, I was sort of hoping that I could accomplish this using the default installation.
00:52 bedlamhotel ...much simpler than testing against an arbitrary number of content elements to see if one of their names matches.
00:52 bedlamhotel No, no. There are /already/ extensions that do this.
00:53 PaulLS oh?
00:53 bedlamhotel Also, are the ads meant to show up in different places from page to page, or is the location constant?
00:54 PaulLS in different places
00:54 bedlamhotel extension: http://typo3.org/extensions/repository/view/tscobj/0.1.1/
00:55 PaulLS interesting.. so ... instead of the "script" content element, you use this?
00:56 bedlamhotel Yes. In fact, I was also under the impression that the script content element was deprecated...
00:57 PaulLS hmmm...
00:57 PaulLS so... this extension would make a content element whose content was actual typoscript?
00:58 Ries PaulLS: sorry, my gf needed me
00:58 Ries essentially a extension is a php script...
00:59 Ries and it's really not hard to create your own
00:59 Ries I am not sure what ads.php is
00:59 Ries did you write it yourself?
01:00 PaulLS yes, it's a simple script that includes openads's include script for local invocation
01:00 PaulLS and sets the output $content .= $ads['html'];
01:01 bedlamhotel PaulLS: you're in good hands now :D
01:02 Ries PaulLS: why don't use use ltg_phpadsnew or something like that?
01:02 PaulLS thanks for your insights, bedlamhotel
01:02 PaulLS Ries: it doesn't work
01:02 Ries don't tell me dat my script doesn't work!!! :D
01:02 Ries andreasb confirmed it works with openads
01:03 PaulLS I could try again..
01:04 PaulLS I started off with that extension though.
01:04 Ries mail me and tell me what doesn't work....
01:04 Ries I DO HAVE A NEW VERSION, BUT THAT
01:04 Ries is not dovumented yet
01:04 Ries it has much more features for large sites
01:05 PaulLS I would be using this on a very large site
01:05 PaulLS and was hoping I'd be able to figure out how to include php scripts in general
01:05 Ries if you have many different advertisement in different trees then the new version is much better
01:06 Ries it's used on this site : http://www.vivatravelguides.com/
01:07 Ries brb
01:07 PaulLS Ries: I do use multiple chains and zones
01:20 PaulLS but if you think your extension would support high traffic ...
02:24 Ries PaulLS: it will possible support more traffic then your method...
02:25 Ries I just know one method that might lower some resources...
02:25 Ries then you need to checkout a other pgpadsnew extension, something I don't the name of...
02:25 Ries Also, define 'high traffix'
02:26 Ries anything below 100.000 pages per do is low traffic
02:32 Ries anybody using Windows Visto readY Bosst thing?
03:21 PaulLS Ries: 500k - 1 M pages per day
03:28 tansta who's got ie 6 here ?
03:28 tansta please check something for me :)
03:29 Ries PaulLS: yeaa you need to get worried.... How many server do you have, or are you trying to run it on one?
03:30 PaulLS it presently runs on one...
03:30 PaulLS however, we're just introducing typo.. so ... multiple will probably be needed
03:39 Ries PaulLS: Possible yes since typo3 loves memory and server resources...
03:40 Ries What I would suggest is possible execute openad from the client using javascript or one of these methods
03:40 Ries My system doesn't support that
03:40 PaulLS no, we
03:40 PaulLS we're pretty set on local invocation
03:41 Ries alright...
03:41 Ries if you want I can login tomorrow I setup one ad?
03:42 Ries I can also show you how the new system works...
03:42 Ries But I rather want to explain that over the phone
03:42 Ries otherwise I get sore fingers
03:59 PaulLS Ries: Sounds good... I'm not sure what time I'll be in tomorrow, but we'll see if we can't set something up
04:03 Ries PaulLS: where you from?
04:03 PaulLS United States
04:07 Ries PaulLS: Great, then we are more or less in the same timezone...
04:14 d|g hi all
04:14 Tsoots lo
04:17 Ries hey dig and Tsoots
04:18 d|g Ries good morning =)
04:18 Ries :)
04:18 Ries yeaa yeaa I know
04:18 Ries I will go to bed in a minute :D
04:19 d|g =))
05:02 tansta good night Ries
05:02 tansta whenever you go to bed
05:50 dax77 good morning @all
05:51 gerards good morning dax
05:52 uffi morning dax77 and Ries and Gerards and tansta and all
05:52 gerards hi i'll be sleeping soon.
05:52 tansta good night gerards :)
05:52 tansta hi uffi
05:53 dax77 n8 gerards
05:53 dax77 uschi: any news?
05:53 uschi no, unfortunately not yet
05:53 dax77 hmm, k
05:54 uschi perhaps lateron today
06:05 tansta hi guys, does smarty work with typo3 ?
06:05 uschi aks Ries
06:06 dax77 tansta there is tx_smarty
06:08 tansta there is ?
06:08 tansta hehehe but i am just wondering i dont know smarty myself :)
06:09 tansta i cant find it typo3.org/extensiions
06:09 uschi it is very powerful, tansta, and much less confusing than ts, but if you want to use its power, learning it takes time
06:10 dax77 tansta: just "smarty"
06:11 tansta oh thanks dax77
06:11 dax77 sorry for the confusion
06:11 tansta ushi: whats so hard about it? lots of things to remember ?
06:11 dax77 moin zatmania
06:11 tansta sorry for what ?
06:11 tansta you silly NONG
06:11 tansta ;)
06:11 dax77 about the name
06:12 zatmania hi dax77, tansta, uschi and all typoters
06:12 tansta hi zats
06:12 dax77 nong?
06:12 tansta i made that up hehehe
06:12 dax77 ok :)
06:12 uschi morning zatmania :)
06:13 dax77 btw. we have an official cal version out again (0.15.0)
06:13 uschi grats, dax77 :)
06:14 dax77 yeah, 489 commits since the last version
06:14 dax77 1001 total
06:14 uschi what about my birthday, dax77 ?
06:14 dax77 I told you: you will always stay 25 :)
06:15 uschi dax77, i do not want to!
06:15 tansta_ i wish i can stay 25 always :)
06:15 dax77 but php tells me to ;)
06:15 uschi come on, there is pear DATE
06:16 uschi and that is standalone and you can use it without the rest of pear
06:16 dax77 but its not within php
06:16 dax77 you have to install it
06:17 uschi yes, but then include it into year lib
06:17 uschi this is crucial
06:17 tansta_ create, no documentation for smarty
06:17 dax77 year lib?
06:17 uschi smarty.php.net
06:17 tansta_ no i meant typo3 extensions for smarty
06:17 uschi date lib i would suggest
06:17 tansta_ no docs on how to use it
06:18 uschi readme?
06:18 tansta_ dax77: what's your calendar ext call again ?
06:18 uschi there is a huge thread about that in dev group
06:18 uschi cal
06:18 Jigal good day!
06:19 tansta_ nope no readme :)
06:19 dax77 hi Jigal
06:19 Jigal hi dax77, tansta_, uschi
06:19 tansta_ g'day Jigal
06:19 uschi morning Jigal
06:20 tansta_ is this your ext dax? Calendar Base
06:20 tansta_ Extension key
06:20 dax77 cal
06:20 dax77 yes
06:20 tansta_ okay
06:21 tansta_ heheh i thought it is stable
06:21 tansta_ just making sure
06:21 dax77 tansta: not until 1.0.0
06:23 tansta oh i see :)
06:34 uschi hey, new version of sr_feuser_register
06:35 floxx morning!
06:38 dax77 hi floxx
06:42 bauschan hi @all, on this damned cold morning
06:42 uschi morning bauschan, sun is shining here in erfurt/germany
06:43 bauschan hear , close to Frankfurt too, but at 2 degree
06:43 bauschan it was not he right decision
06:43 uschi funny, though i have not been outside yet
06:43 bauschan to take the motorbike this morning
06:44 bauschan brrrr, getting myself a hot cup of coffee
06:44 uschi sorry for german here, @bauschan: ist doch schön, dass häuser innen hohl sind :)
06:44 yakoi hi, it's late and I'm seeing all blurred. Perhaps someone can easily see what's going on. I have a typo3 4.1.1 installation running the newloginbox extension. I want to modify the newloginbox pi1 plugin. However, no matter how I edit the pi1/class.tx_newloginbox_pi1.php file, nothing happens in frontend. I even changed the method name from main to main_old the plugin hangs on. If I rename the file to some other name, then the plugin stops showing up on the
06:45 bauschan lol
06:46 yakoi I forgot to mention that I alwais empty all cache.
06:49 uschi i am asking myself: do i dare to upgrade to the new version of sr_feuser_register?
06:51 yakoi what's the worst that can happen! Other than your website broken in ff or totally screwed?
06:52 uschi well, i am on my way to set up this extension for the very first time in my life
06:55 yakoi I would upgrade
06:55 uschi hm, ok :))
07:01 yakoi Ok, get this: I have the whole main() function of pi1/class.tx_newloginbox_pi1.php commented out. The loginbox still shows up still. Then I rename the file (_class.tx_newloginbox_pi1.php) and the loginbox goes away
07:04 Phlogiston_ good morning guys
07:05 yakoi then if I set back to original name and comment out the last function in the class (getOutputLabel), loginbox is gone. This makes no sens, I must be hallucinating
07:05 yakoi hi Phlogiston_
07:09 yakoi oh well, I have to sleep a bit. a+
07:21 Cyb3rvi0 Hello, is there any one knows where I can find the detailed tutorials or documents of the new "commerce" extension?
07:21 Awillys .
07:23 koomi Cyb3rvi0: nope. there's just a quickstart txt file in the doc folder
07:27 Cyb3rvi0 Koomi: Oops, that's too sad. I've digged into the extension files and found several docuements, it seems that the best way to know it is to go through the source codes!
07:28 mikhas hi ppl. have anyone got the extension ch_notranslation working in typo3 4.0 (or forward) or know of an equivalent extension?
07:29 mikhas (the extension serves the user with an alternative error-message if the translation of the site doesn't exist - or you can redirect to another page, like the start-site)
07:29 koomi Cyb3rvi0: we-well :) i just used that txt file to set it up and it worked .. kind of
07:33 Phlogiston_ fuckign windows :D
07:33 elbart good morning ;)
07:34 dokma morning
07:36 Cyb3rvi0 koomi: Thanks, I'll try it. ;)
07:54 uschi just found some news: http://www.typo3.net/aktuelles/mittwald_cm_service_veroeffentlicht_mm_forum/
07:54 uschi german article, but that is really good news
07:54 Jigal Click and then: "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience."
07:55 Jigal Firefox manages to show that article without crashing ;-)
08:06 Fanty erf... anyone seen this error before? -- Fatal error: Call to a member function conv() on a non-object in /var/www/typo3_src-4.1.1/typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php on line 1508
08:07 just2b hi
08:09 just2b oh I love google map :D
08:10 elbart hi just2b
08:10 Jigal uschi: looks like a nice addition another forum; looks like it has more features than the existing forum ext...
08:10 just2b hi elbart
08:11 uschi Jigal, the forum is really good, as far as i can judge as a regular visitor there since i started to work with typo3
08:11 just2b which forum?
08:12 uschi just2b, mittwald released the forum from typo3.net in alpha version, not in ter yet, but that will soon follow
08:12 just2b ah yes.. i know.. dev there :D
08:12 uschi you are one of the devs there?
08:12 just2b for the forum ext yes
08:12 uschi good to know, because then i know, whom to ask :))
08:12 just2b not me :D
08:13 uschi but who?
08:13 just2b forum or bugtracker
08:13 uschi what are you trying to tell me in the no more that early morning
08:13 Jigal Fanty: never seen it before, but it looks like the object failed to initialize for some reason. If it happens consistently you can add a check for !is_object() and then print data, trace output, etc...
08:15 Jigal uschi: I guess just2b tries to tell you that any questions or bug reports should be put in the forum or the bugtracker and not directly via just2b ;-P
08:16 uschi so are you a developer of this forum now or not, just2b ?
08:17 just2b yes, but haven't done the important stuff
08:18 just2b jigal: yeah that's true... the pms in the forum are already enought... there is simple no respect
08:19 tobi yes if you help to much ppl get used to... some people send me screenshots of there menu/photoshop psd and want from me "a finished solution that floats around in the net"
08:20 uschi *lol*
08:28 Phlogiston_ anyone knows how to extend the danewslettersubscription extension with some more fields?
08:28 Jigal just2b: yes, people can be very rude, even when the product is free :-(
08:30 uschi so just2b, may i say thank you to you for helping to develop mm_forum? and i mean what i say!
08:31 just2b jigal: absolutly... i know i am very active in the forum (nearly 10k postings) but I still wonder about some people... and some of them do like uschi right now does... so thx to your line...
08:31 Phlogiston_ i can't find out where thats set... :(
08:31 alexwx helo friends, i am using typo3 4.0.5 and i have a problem with this basic TMENU_LAYERS.. no result in a HTML source. the marker is blank, can anybody help? it seems like the problem with typo3? http://phpfi.com/227951 thank you
08:32 beev0r DAMN
08:32 beev0r I HATE TYPO3
08:32 beev0r sometimes
08:32 uschi :)) beev0r, so desperate?
08:33 alexwx help me please
08:33 beev0r uschi, ja
08:33 beev0r can anyone tell me why this doesnt work: http://phpfi.com/227953
08:33 uschi i am not into tmenu_layers alexwx :-(
08:34 just2b beev0r i guss you are in the wrong channel
08:34 beev0r am i?
08:35 alexwx beev0r try to to end with [end] no [global]
08:35 uschi beev0r, right now my ff crashes time and again because of some fu... word document i unfortunately tried to open directly
08:36 beev0r still not working alexwx
08:37 uschi beev0r, what does not work?
08:38 beev0r he doesnt insert <img src="..."> into the page
08:38 Phlogiston_ its unbelievable that typo3 has no usable newsletter subscription module...
08:39 beev0r he doesnt even replace the damn marker?!
08:39 alexwx beev0r so you have a another problem... i am testnig it right now, its ok
08:40 beev0r oh i think i found it
08:40 alexwx beev0r LOL
08:41 beev0r yeah!
08:41 Jigal just2b: I can't really blame uschi; I don't believe she means it in a bad manner. And honestly, a channel like this feels a bit like a community where people help eachother. It is sometimes very handy if you know a developer a bit, so you can ask things directly, instead of having to insert a posting between all kinds of unreasonable requests and complaints which demotivate and irritate the people who have to answer them to a level that they feel th
08:41 beev0r server had no permission to read my conditions.txt typoscript file?!
08:41 alexwx can anybody give me some TMENU_LAYERS tutorial site? please? thank you
08:42 uschi just2b, did i something wrong?
08:42 brain-xy alexwx .. try typo3wizard
08:42 just2b uschi: no
08:42 uschi good
08:42 Phlogiston_ I'm sorry I didn't say anything :) Now it looks better :)
08:42 alexwx brain-xy thanx
08:43 just2b jigal: of course irc is something else because I am here online and nobody is to blame if someone asks a question
08:43 Ruudi hello
08:44 Ruudi anyone got idea, can I rewrap content item frames? using regular content template not css. There is only Bg color for Frame 1 and bg color and border for Frame 2
08:46 beev0r frames are evil
08:46 uschi you can do that, Ruudi, that is what i know
08:46 Ruudi :)
08:46 uschi he does not talk about frames in html, but the frame feature for content elements
08:47 beev0r oh
08:47 Ruudi beev0r not frames frames but regular tables/divs that frame content with a border
08:47 uschi am i right here, you mean the select box, or not, Ruudi ?
08:48 Jigal just2b: but I can understand the frustration that comes from reading postings about problems in the forum. people don't read manuals, don't try to understand error messages and they don't search a bug database for similar problems. In such a situation you don't want to be bothered elsewhere.
08:48 Ruudi i mean the content add -> type (text) -> Frame: select dropdown Frame 1 and Frame 2
08:49 Jigal uschi: you didn't do anything wrong; just2b just tried to direct questions and problems about that extensions to the appropriate forum and bug reports
08:50 zatmania hi Jigal
08:50 zatmania hi just2b
08:50 zatmania an ll that i don't have already say hello ;)
08:51 just2b hi zat ;)
08:51 elbart hi zat
08:51 beev0r [PIDinRootline=4] <- can anyone tell me how i can except pageID 4?
08:51 Ruudi uschi seems like I fount what needed at last!
08:51 Ruudi http://www.typo3-jack.net/typo3-english-lists-netfielders-de/3445-typo3-how-add-custom-frames-page-content.html
08:51 Ruudi if anyone else is interested..
08:51 beev0r i want the rules to be applied on the subpages of PageID 4 only
08:52 elbart somethink like pidupinrootline
08:52 elbart *something
08:52 Jigal hi zatmania
08:53 elbart case sensitive: PIDinRootline
08:53 elbart ups: PIDupinRootline
08:54 beev0r ok thanks
08:54 beev0r works :)
08:55 elbart np ;)
09:00 bauschan bauschan changes state from deep-frozen to melted
09:02 Jigal and will bauschan continue to reach boiling and eventually evaporated?
09:05 bauschan he he, not in this clime
09:05 bauschan I mean
09:05 bauschan not yet :(
09:28 Fab1an|work for every table in the RTE i want the td tags to have valign=top forced, anyone know how?
09:33 Fab1an|work nevermind
09:34 Fab1an|work it seems word2007 css is bad but not completely useless
09:39 brain-xy does anybody ever heard from a global override attack?
09:39 brain-xy did ..
09:39 koomi damnit. i get cannot redeclare class erors for two extensions now: cal and efaq.
09:39 koomi and i've no idea why
09:46 koomi could my php version (5.1.4) cause this?
09:50 zatmania not
09:50 zatmania cal have this prb
09:51 zatmania it arrives here too
09:58 dax77 ?
10:01 dax77 koomi, zatmania: what classes? how can I reproduce the problem= can you write a bugreport at svn.webempoweredchurch.org/calendar ?
10:02 koomi dax77: i'm not sure where the problem is coming from. atm my guess would be php version 5.1.4 as i get the same error with efaq including div
10:03 koomi [19-Apr-2007 11:37:55] PHP Fatal error: Cannot redeclare class tx_div in E:\wwwroot_live\typo3conf\ext\div\class.tx_div.php on line 132
10:03 Phlogiston_ hmm suddenly typo3 ignores my settings for the top banner image on my website: It links it with showpic now instead of the links settings I did... oh while writing I found out why, so nervermind :)
10:03 koomi zatmania: what version are you running?
10:06 koomi anyone running php on iis here and can confirm my problem? or tell me with version x.y.z all is fine?
10:11 koomi i'm about to update my php version - which seems like a major thing to do under windows
10:11 koomi so any last minute hints would be really appreciated
10:22 Jigal koomi: the most likely causes IMHO are that the class is included with include() or require() instead of include_once() or require_once(), or that the filename had a different letter case in both cases that the file was included/required; the case problem was fixed in PHP5+
10:22 Jigal koomi: insert a debug_print_backtrace() just before line 132 to see who's calling this class file...
10:23 uschi morning Denyerec :)
10:24 Denyerec hey uschi
10:24 Denyerec would you take a look at a work in progress for me ? :)
10:24 Denyerec I value your input
10:24 uschi flattering
10:24 uschi ok
10:25 Jigal hi Denyerec
10:25 Phlogiston_ i have a problem with umlauts in TS, I'm setting a value wich has an ü in it, even when I change that to &uuml; it does not work in the FE
10:26 Phlogiston_ hmm not it works... cleaned cache again :)
10:28 Tsoots any recommended extensions for longis articles that i'd like to split to several pages with also a page navigation
10:28 Tsoots similar to system typo3 extension docs have
10:28 Tsoots longish
10:34 Denyerec Ummmmmm
10:34 Denyerec Tsoots theres one that will display all subpages with the nav you suggest
10:34 Denyerec so rather than paginate a single article, you put your article pages as separate typo pages beneath a parent page
10:35 Denyerec then it will automatically build the navigation. This may even make article management easier ?
10:37 Tsoots i suppose that could work although i'm pretty sure people who will be submitting the articles would prefer the one article per page system where all the dirty work is done by an extension
10:37 bauschan bauschan has reached operating temperature, good reason to take lunch
10:39 Denyerec Tsoots in which case I am unsure, but PLEASE if you find one, stick aruond and let me know.
10:39 eeos hi everybody
10:40 Tsoots will do
10:40 Tsoots thanks
10:41 Denyerec hey eeos
10:41 Denyerec h
10:41 Denyerec Just the man....
10:41 pulponair anyone ever used fe editing with tt_news
10:41 pulponair ?
10:42 eeos hi Denyerec
10:42 just2b no sorry, never liked FE editing ;)
10:42 pulponair just2b: nor do i but i have to enable it
10:42 just2b no chapter @ tT_news manual
10:42 just2b ?
10:43 eeos pulponair: do not know anything about it but if you discover anything please let us know!
10:44 zatmania hi pulp
10:45 eeos zatmania: hi
10:45 zatmania hi eeos
10:51 koomi Jigal: http://pastebin.ca/447878
10:58 koomi i just hope like hell the extensions don't crash on me
10:58 koomi just updated to php 5.2.1 and that seems to fix my problems
11:00 [666] hiho
11:01 [666] i need helf with self register. i cant switch the language
11:02 uschi [666] there is a new version with a lot of bugfixes since this morning
11:03 [666] uschi: ok thanks ill try the update
11:06 [666] updated but still no effect on language selection :/
11:06 [666] damn ...
11:09 pulponair i got some problems with t3lib_extMgm::addModule anyone in here who could gimme a hand?
11:10 [666] tryed to use config {
11:10 [666] language = de
11:10 [666] locale_all = de_DE
11:10 [666] dont work ...
11:11 [666] pulponair: hi there :)
11:11 pulponair hi "number of the beast"
11:11 [666] hrhr :)
11:22 eeos Denyerec: my wife just had a very funny experience with HM Cutome & Excise, to keep the thread of the dicussion we had a few days ago running
11:24 Denyerec Ahh
11:24 Denyerec What happened?
11:25 [666] omg . where can i get the german locallang.xml for selfregister plugin
11:25 beev0r google?
11:25 eeos Denyerec: my wife wanted to send some caterpillars to a goddaughter on the continent
11:25 [666] beev0r: good idea
11:25 eeos Denyerec: I mean real live butterfly caterpillars, not the the diggers
11:26 eeos Denyerec: she has been on the phone with Custom and DEFRA for two days for the permissions to send them through
11:26 eeos Denyerec: we had a serious laugh
11:27 Denyerec Damn
11:27 [666] beev0r: nothing @ google ...
11:27 Denyerec sounds like when I wanted to send bacon to Jamaica
11:27 Denyerec :(
11:27 Denyerec Turns out in the end, I can't send bacon to Jamaica.
11:28 nevwork hi guys, ive got a problem with a typo3 win install...
11:28 nevwork No method name 'fe_headerNoCache' in class tx_indexedsearch_indexer|
11:28 nevwork error output on page
11:29 nevwork anyone else had that before?
11:30 eeos Denyerec: it turns our they do not know if we can send them, but at least we had some fun
11:30 eeos Denyerec: they will definitively hatch before they have a made a decision
11:30 eeos Denyerec: so they will be able to go by themselves.
11:30 eeos Denyerec: :D
11:31 Denyerec Hahaha
11:33 eeos more on topic, before someone flames us ;) tt_products' documentation leaves a bit to be covered
11:37 Fanty why does rtehtmlarea have that conversion of tags like <a> to <link> etc?
11:37 Fanty whats the reasoning behind not just saving the html raw after removing unwanted tags etc?
11:39 [666] someone want to help me with selfregister and language problems ?
11:39 [666] via translation handling its not possible to change the lang
11:39 eeos Fanty: did not understand the question.
11:39 Fanty rtehtmlarea converts the content in the textarea into its own format before saving it to the database
11:40 Fanty and then converts it back upon loading it
11:41 eeos Fanty: is it an xml format by any chance?
11:41 Fanty no
11:42 eeos Fanty: is it a cleaner XHTML strict as far as you can see?
11:43 [666] got it and sometimes i hate typo3 ...
11:43 tobi the reason is historically i think, when there was no rte. it also is handy if you restrict all tags and want to reuse the content in other formats ( eg print )
11:45 Fanty eeos: its pritty much the same as the raw output of the rte... some tags - like <a> gets converted into other tags
11:47 eeos Fanty: http://www.w3.org/TR/html401/struct/links.html#edef-LINK
11:49 Fanty eeos: those aren't related. the links the rte makes is for itself only
11:50 eeos Fanty: I think that is complementary to tobi's answer
11:51 eeos tt_products: when you search for a product, then you add it to the basket it does not return to the basket
11:51 eeos is there a way to force this behaviour?
11:55 eeos Fanty: that would not say that I would not rather have nice and clean xml stored in the database
11:55 eeos Fanty: :)
11:56 Fanty :)
11:59 eeos Fanty: I think typo3 suffers from the same problem. It would be nice to have everthing store using some standard or other
12:00 eeos Fanty: and abstraction layers based on some standard or other
12:00 eeos Fanty: but for historical reasons that has not always been the cae
12:00 eeos s/cae/case
12:01 Jigal koomi: sorry, had to be elsewhere for a while...
12:02 Jigal koomi: problem is fixed, I read? Still the traceback shows an ugly mix of include(_once)/require(_once) calls :-(
12:04 eeos does anyone have some nice introductory stuff on AJAX, please?
12:05 just2b eeos for typo3?
12:05 eeos just2b: in general, and for typo3 in particular
12:06 just2b e.g. if you use xajax, der is a tut-ext
12:06 Jigal eeos: in general: http://aleembawany.com/weblog/webdev/000051_ajax_instant_tutorial.html
12:06 Jigal http://www.xajaxproject.org/
12:06 Jigal http://ajaxian.com/resources/
12:06 Jigal http://developer.yahoo.com/yui/
12:06 Jigal http://dojotoolkit.org/
12:06 Jigal http://labs.adobe.com/technologies/spry/
12:06 Jigal http://blog.davglass.com/
12:06 Jigal http://ajax.phpmagazine.net/
12:06 just2b jigal posted his bookmarks?
12:06 Fanty indeed
12:07 zatmania tx Jigal for the links
12:07 eeos Jigal: thanks, you are like my favourite librarian
12:07 zatmania http://www.dhtmlgoodies.com/index.html
12:07 zatmania i add this ;)
12:08 zatmania lol
12:08 Fanty I'm trying to enable a frontend extension to use rtehtmlarea for frontend forms.. the wonderful way this extension is made it needs a $RTEcounter .. how on earth would I be able to let this counter increase if the content editors put two of the content elements on the same page?
12:08 zatmania what is the best of javasxript framework ?
12:09 Ries morning guys
12:12 just2b is there an ext out there which is usefull as introduction for services?
12:14 Jigal eeos: not even a small kiss on the cheek? ;-P
12:14 Jigal just2b: you're right about the bookmarks LOL
12:15 just2b :D
12:16 zatmania hi Ries
12:17 Jigal eeos: if you don't mind modifying/writing the backend (php) scripts yoursefl: YahooUI is a wonderful set of crossbrowser (as much as possible) well tested (Yahoo uses them on their own sites) user interface widgets and techniques. backend is really easy to make actually for ajax...
12:17 zatmania just2b : http://typo3.org/documentation/document-library/core-documentation/doc_core_services/current/
12:18 eeos Jigal: never heard of it
12:18 eeos Jigal: can you use it in BE or only in FE
12:20 eeos Jigal: ?
12:20 just2b zat, yeah i know that :/
12:23 eeos Jigal: do not understand the connection between the document and AJAX
12:25 eeos Jigal: :?
12:25 eeos Ries: hi
12:27 Jigal eeos: which document??
12:28 eeos Jigal: sorry, it was zatmania!!!!
12:28 eeos zatmania: just2b a was perusing the document Jigal sent. This implementation of services only works if you use php to develop modules. What if you use Java or Ruby?
12:29 zatmania hum i tought that just2b want to developp a t3 service
12:30 eeos zatmania: it was a consideratio on top of what just2b was saying.
12:30 eeos zatmania: what do you think?
12:30 eeos zatmania: one of the problem with t3 is that we cannot plug in easily modules or applications developed with other platforms.
12:31 zatmania yes
12:31 Jigal eeos: YahooUI is a javascript framework/library for user interface widgets (autosuggest textbox, drag'n'drop, etc.) and a AJAX frontend. There are a lot of examples on their site with the necessary code.
12:31 just2b eeos but this is always so... you cant use typo3 in java and other way round
12:32 eeos just2b: but if we had an abstraction layer that would not be case.
12:32 eeos pulponair: help!
12:32 pulponair i am busy atm
12:35 eeos pulponair: sorry, it was help with the discussion on abstraction layers and services, not with typo3 ;)
12:35 dokma I've got a GPL question
12:35 dokma if I write an extension for typo3 must I license it as GPL?
12:36 just2b dokma: if you use any function / code of typo3. yes
12:36 dokma what does use mean?
12:36 dokma call any typo3 functions
12:36 just2b dokma: yes
12:36 dokma so there is no way to write a commercial typo3 extension?
12:36 just2b dokma or including pibase or whatever... so i haven't seen an ext which doesn't ...
12:37 Jigal using a GPL'd API makes your software GPL automatically???
12:37 dokma seems so
12:37 dokma I'll have to dig into it
12:37 just2b dokma: jigal: if you use GPL source somewhere, your code gets GPL
12:37 just2b dokma: what does this has to do with commercial??
12:37 just2b you can of course sell your extensions
12:37 dokma but that would meen you can't use php for commercial products
12:37 dokma which simply is not true
12:38 Jigal with extensions, I would think that the fact that you use code generated by the Kickstarter is more reason for GPL the extension :-)
12:38 dokma yes but if I GPL it I cannot keep my source closed
12:38 dokma and since the extension is of no use to the general public
12:38 dokma I would like to keep it closed
12:38 just2b if it is not for public, than don't put it into TER and everything is fine
12:39 Jigal dokma: keeping your sources closed is very hard with an extension... the sources are included in the extension
12:39 dokma but I would be the only one using it
12:39 dokma what I need to know is am I allowed to no disclose the sources
12:39 Jigal dokma: you don't have to publish extensions you write!
12:39 just2b so what? where is the problem dokma? i write all the time extensions for customers which are only for the customer
12:40 just2b you need the sources to keep the ext working
12:40 dokma that is what I wanted to know
12:40 dokma I thought I had to disclose my source and publish it
12:40 just2b you can do with your extensions what you want, but they are still GPL ;)
12:40 dokma so I can GPL it and keep the sources unpublished
12:40 Jigal no, but if you publish it somehow, I think it has to be under the GPL license
12:41 dokma I do want to respect the GPL license in full
12:41 just2b if "unpublished" means not uploading into ter, of course!
12:41 dokma just2b that means exactly that
12:41 dokma keeping the source for me alone
12:42 just2b GPL doesn't mean that if you see a nice ext on a website that the admin has to give it to you!!
12:42 dokma that was exactly what I did not know
12:43 just2b and of course you can sell it to anyone you want to. you can't sell TYPO3 ;) but of couse all the administration stuff to get it to work ;)
12:43 eeos just2b: dokma unless, you distribute the product (by selling it or giving it away). At tha point, you MUST disclose the source.
12:44 just2b eeos: so what is an ext without source???
12:44 eeos just2b: I totally agree with you. I only meant to say, that is what the GPL requires.
12:45 dokma I see
12:45 eeos dokma: in the case of an extension, there is no binary, the extension *IS* the source
12:45 Jigal eeos: but in most cases you don't sell the software to the customer for custom extensions, you're hired to write the software, which becomes property of the company that hires you. So license issues automatically becom their problem :-)
12:45 eeos Jigal: very right
12:46 just2b jigal: that depends on the contract who has the rights
12:46 Jigal just2b: correct; that's why I wrote "in most cases"...
12:46 just2b ;)
12:46 alexwx friends, i need just in this right column: page.10.marks.CONTENT_RIGHT < styles.content.getRight any image element with max width 220px... how to do that? thank you
12:47 eeos right, I need some food :)
12:47 eeos ttyl
12:47 just2b alexwx:
12:47 just2b temp.rightContent = COA
12:47 just2b temp.rightContent {
12:47 just2b 10 = LOAD_REGISTER
12:47 just2b 10.maxImageWidth = 100
12:47 just2b 20 < styles.content.getRight
12:48 just2b 30 = RESTORE_REGISTER
12:48 just2b }
12:48 zatmania :)
12:48 zatmania it's very kind of u Jigal
12:48 alexwx just2b ehm i think i tryed something like this one, but i do that again
12:49 alexwx just2b then i gues i have to change page.10.marks.CONTENT_RIGHT < styles.content.getRight by page.10.marks.CONTENT_RIGHT < temp.rightContent
12:50 just2b yes
12:53 alexwx just2b heh is it not correct... if the picture is less or equal of the max width number, do the image is putted on the page, BUT if it is bigger, there is no image to putted.. is blank ... ehm.. what is bad?
12:54 just2b alexwx i just copied the snippet, never tried it, sry
12:54 alexwx just2b the image source then looks like <img src="" width="" height="" border="0" alt="" />
12:54 Fanty any viable alternates to rtehtmlarea that's possible to use in FE and have a decent API for it (rtehtmlarea is a joke trying to use in the FE for anything that would require flexibilty)
12:55 Jigal Fanty: I like tinyRTE in the backend (mostly for its paste-from-word-button), but I have no idea how it behaves for FE editing...
13:01 just2b anyone wrote ever an service ext?
13:01 just2b re
13:02 dax77 just2b: i did several times
13:19 dokma uschi
13:19 Jigal just2b: problems with your service? ;-)
13:20 dokma no uschi...
13:20 dokma too bad
13:20 dokma anyway
13:20 dokma let all of you know
13:20 dokma debuggers are cool things
13:20 just2b jigal, no mario + manual reading helped... why is kickstarter making a file which has to be rennamed
13:20 dokma I just managed to catch a stupid mistake using eclips + dbg
13:20 just2b dokma: or not making mistakes? g
13:21 dokma I limited my passwords to 16 chars and hashes are 32
13:21 dokma so it kept giving me my user registration form back
13:21 dokma not so easy to spot
13:21 dokma and also it is practically a bug
13:21 dokma because not the length of the password is checked but the length of the hash
13:26 Fanty tinyRTE dosent seem to have an API for use in the FE
13:26 just2b fanty: ask the developer, he is a kind person and good repsonse time ;)
13:31 dax77 Fanty it has
13:32 Fanty is it possible to use both rtehtmlarea and tinyrte at the same time?
13:33 dax77 ah :( no
13:33 dax77 Fanty: I dont think so
13:33 Fanty how would content entered with rtehtmlarea behave if i start to use tinyrte?
13:34 dax77 I played with tinyRTE too, but I had no luck getting it to work in the FE
13:34 dax77 in the FE?
13:34 Fanty no, I was thinking BE.. I dont have anything entered into the FE using RTEs yet
13:34 Fanty but.. if its hard to get to work in the FE then its pointless anyways
13:35 dax77 the be behavior is quite the same
13:39 eeos-away back
13:40 eeos Jigal: thanks for the virtual food, I just added some more traditional physical stuff as dressig
13:42 Jigal Fanty: things entered with one RTE should be stored in the same way as with another RTE (transformations RTE -> db -> page). The default CSS with the RTE can make the content in the RTE look differently. Also settings to allow/disallow tags, convert line breaks to certain tags, etc. can influence the layout of RTE generated content...
13:43 Fanty so a swap would be possible without scraping already entered content...
13:43 Jigal Fanty: I hope so... ;-)
13:50 pulponair anyone ever used graytree?
13:55 just2b pulponair: after it was released til it crashed after installing
14:16 Phlogiston_ What type for an RTE Text do I need in mysql database???
14:17 j0hndeere Good morning, earthlings.
14:17 just2b mediumtext
14:17 just2b @ Phlogiston_
14:17 uschi good afternoon skyling :)
14:18 dax77 skyling?
14:19 dax77 ah
14:19 dax77 nm
14:24 j0hndeere Hm. Where's Denyerec been?
14:25 uschi he obviously disappeared
14:27 Fanty why must I deal with RTE's :( google on "add onkeyup event to rtehtmlarea" gave zero hits..
14:35 Phlogiston_ just2b: hmm I have a problem: I created a new field in TCA and in mysql fe_users table and want to edit that with the RTE, but things like bold text and that stuff does not get saved, whenever I save the document the >b tags are gone
14:36 just2b sorry dont use rte_htmlarea
14:37 Phlogiston_ ok question to anyone...
14:37 Phlogiston_ I found out that he removes the span tag... because RTE create span with style ... bold
14:46 eptanska hi everyone
14:46 Ries hey eptanska
14:46 eptanska I'm new to Typo3 and in need of some advice
14:48 eeos just2b: why license
14:48 Esa__ In the XHTML template, I've got some places for information, which is page-specific
14:48 eeos Phlogiston_: you can create styles which allow you to do bold and so on in htmlarea
14:48 Esa__ I've marked the spots with ###something### -comments
14:48 just2b eeos, because images of a geo service.. good quality
14:48 Esa__ but how can I define some custom page properties and import those in the template?
14:49 Phlogiston_ eeos: hmm no other way to tell RTE to not remove the crated span style=".... ???
14:49 Phlogiston_ The other method is a bit overkill
14:51 Esa__ Also, is there a way to output the parents and grandparents of a page?
14:51 eeos Phlogiston_: yes, I know there is a way, I think it is a problem with the parser, should be in the documentation
14:51 eeos Phlogiston_: I do not remember sorry
14:51 Phlogiston_ eeos: hmm ok
14:51 Esa__ For example: Main page > Some page > Some child page?
14:51 Esa__ and have links in them
14:51 eeos just2b: poit out pleae
14:52 dax77 g2g cu l8er
14:53 just2b eeos: like google maps but more details> to use it I have to buy it ... 9€ /km"
14:53 just2b km²
14:53 Phlogiston_ damn that crappy rte... grrr
14:54 Esa__ anyone?
14:56 eeos just2b: how many km2?
14:58 Cris hello. do any of you have newsletter implementation (both collecting emails and sending newsletters) in your typo3 setup ? and if so, can you please tell me what extensions have you used ?
15:00 just2b not too much... 170€ or so
15:10 koomi schwing.
15:11 just2b ups...more interesting area 50km² > 350€ ;)
15:13 just2b does it work @ pulp?
15:14 pulponair just2b: well thinks are more complicated first: i have to use graytree and there is no documentation or something, second: i have to use it on a foreigntable (consisting of non t3 fields) third: that table is a mssqltable integrated via dbal :)
15:15 pulponair just2b: so quite a challenge
15:15 just2b :D :D
15:15 just2b graytree is to display a treemenu of records, right?=
15:15 pulponair just2b: but hey it already outputs something
15:15 pulponair just2b: yes
15:18 pulponair just2b: if i will be successfull i ll write a small sample on how to use graytree ...
15:18 pulponair just2b: or even better a screencast
15:18 just2b does it expand with ajax?
15:18 pulponair just2b: just to tease those commerce guys ;)
15:18 just2b ;)
15:18 pulponair just2b: dont know yet ..but it seems as if
15:18 pulponair just2b: expanding is actually not working yet :9
15:19 just2b ok I got that working with the chtree or how is it called in my ext..
15:19 just2b some things are kind of crap
15:22 Cris hm... can anybody see me ? I'm using some weird client... do any of you have newsletter implementation (both collecting emails and sending newsletters) in your typo3 setup ? and if so, can you please tell me what extensions have you used ?
15:23 just2b i see you
15:25 Zat[FarFarAwAy] bye all
15:25 just2b cu zat
15:32 dokma any1 good at php here?
15:33 dokma I've found a bug in thmailformplus
15:33 dokma trying to fix it
15:33 just2b which bug=
15:33 dokma thmailformplus chokes on an array when I press 'forgot password' link on a page where mailform is
15:33 dokma basically this is what happens
15:34 dokma thmailformplus traverses an array
15:34 dokma and applies htmlspecialchars to keys of that array
15:34 just2b send it to the author, he plans a new version in some months
15:34 dokma I will
15:34 dokma but I need to fix it for myself now
15:34 dokma it's not hard
15:34 just2b I hope he implements my wishes too :D
15:36 dokma phew, I fixed it
15:36 dokma this debugger thingy kicks ass
15:36 just2b so send the fix too ;)
15:36 just2b which one?
15:36 dokma I will
15:36 dokma eclipse + dbg
15:36 dokma + phpeclipse
15:37 dokma +apache
15:37 dokma I have a devel environ on my home machine
15:37 dokma I've set some scripts that copy sites to my machine
15:37 dokma so I can debug them locally
15:37 dokma it saved me hours of work
15:37 dokma and I found a load of bugs already
15:38 just2b nice
15:40 dokma true
15:41 just2b so have to go to university ;) bye
15:45 dokma bye
15:47 koomi *yawn*
15:47 koomi is there a good page comment extension? tried eluna and sk_pagecomments and both were not quite what i was looking for ...
15:50 dokma don't know koomi
15:50 dokma I tried something like
15:50 dokma chc_forum
15:50 dokma to add comments to tt_news aticles
15:50 dokma might be of use
15:55 koomi i guess i'll take a closer look at sk_pagecomments
15:56 Richard-nl Hey hey. :)
15:56 Richard-nl Any Dutch ppl here?
15:56 dokma ahoj
15:56 Richard-nl Who can help me with setting up a FE agenda?
15:57 Richard-nl I don't get it to work.
15:57 koomi what are you trying to do?
15:57 Richard-nl Setting up a FE agenda (sport organisation)
15:57 Richard-nl So the departments can fill in their own agenda.
15:58 koomi what kind of agenda? like a calendar?
15:58 Richard-nl AdvCalender I'm trying to use.
15:58 Richard-nl yes
15:59 Richard-nl http://www.kringag.nl
15:59 koomi i just set up "cal" - didn't really play around with it
15:59 koomi but it seems to be the most solid
15:59 Richard-nl cal??
15:59 Richard-nl where?
16:00 koomi typo3.org/extensions
16:00 Richard-nl Frond End users must change it.
16:00 Richard-nl I get now: NO entry in the $TCA-array for the table "tt_calender_cat". This means that the function enableFields() is called with an invalid table name as argument.
16:02 Richard-nl The extention is named cal?
16:04 Richard-nl Found it.
16:04 Richard-nl Í'll try it.
16:06 dax77 hi @all
16:09 j0hndeere Welcome back, dax.
16:14 uschi hi dax77 :)
16:14 uschi still now news, i hate those bastards
16:14 dax77 ola uschi
16:14 dax77 now or no?
16:14 uschi no news yet
16:15 koomi uschi: what are you waiting for?
16:16 uschi internal news in the university
16:16 uschi never, ever do a page for a university
16:17 uschi the procedure of making decisions and publishing them is extremely slow
16:17 koomi uschi: hrhr. let's pretend i'd not be working at a university :)
16:18 uschi are you, koomi?
16:18 uschi where? how? i do love synergy!
16:19 koomi uni hamburg, fakultaet wirtschafts- sozialwissenschaften
16:19 koomi www.wiso.uni-hamburg.de
16:19 koomi the mess is mine
16:19 koomi don't ask what a pain it is to roll out a new template - one that does not break in ie :)
16:19 koomi !seen tobi
16:21 koomi i want tobi's comment extension
16:21 koomi can't seem to find it
16:21 uschi koomi, but that is only the faculty pages, right?
16:21 koomi plugin.tx_rfcontentcomments_pi1
16:21 koomi uschi: sure.
16:21 koomi big enough
16:21 uschi imagine to have them all
16:21 koomi 400 people working there - probably around 10.000 students :)
16:22 uschi but what about the departments, are they typo3 and yours as well?
16:22 koomi not all. but most people need to move their pages soon. so there'll be a wave of new users
16:23 koomi and the pro-dekane - from the departments - don't really seem to care
16:23 uschi yeah, i know
16:23 koomi some departments don't even have a unified page
16:23 koomi crazy. university is the wrong place for anything that is innovative/new/not old
16:24 uschi true
16:24 koomi np: 65Daysofstatic - The Major Cities Of The World Are Being Destroyed One By One By The Monsters
16:24 koomi best title ever ^^
16:49 muh-die-kuh does one of you have a macbook and can tell me how i can say the macbook not to shut down when i close the screen?
17:25 dokma uschi
17:39 muh-die-kuh does one of you know whether the typo3 cookbook says much about t4?
17:39 muh-die-kuh t3 4, sry
17:40 just2b what should it say?
17:40 muh-die-kuh i dont know what changed from 3.8 to 4.0
17:40 muh-die-kuh and i dont want to use deprecated coding styles
17:40 just2b you shouldn't have a problem with the book
17:41 just2b top right corner of book "behandelt typo3 4.0"
17:41 muh-die-kuh yes, but theres a guy at amazon who says it does not...
17:47 just2b it is right that there is not much about workflows, but if you don't need them..
18:34 pulponair hi there
18:34 pulponair just2b: graytree+mmsql+dbal up and running
18:37 |TTZ|Georges Hi all !
18:37 |TTZ|Georges I have one question about payapl and extension
18:38 |TTZ|Georges I wold like to selle books (label, teaser, ISBN, price, image, writer, category and description) with paypal.
18:38 |TTZ|Georges What do you think is the best extension?
18:39 pulponair |TTZ|Georges: eighter tt_products or perhaps commerce. thought commerce isnt that much well documented
18:39 pulponair and quite creepy
18:43 |TTZ|Georges pulponair: tt_products is easily updatable to take informations I gave ? I was thinking about this one so ...
18:44 pulponair |TTZ|Georges: yeah i would considere it as easily "hackable" ....compared to creepy commerce ...
18:45 |TTZ|Georges Nice. Sorry for my english. ^^
18:45 pulponair |TTZ|Georges: no problem ...
18:45 pulponair |TTZ|Georges: as long as i understand it it is fine
18:46 |TTZ|Georges pulponair : I'll try it now and hope it will be clever. You made my day ! see ya
18:49 pulponair you are welcome
19:35 uschi hey dokma
19:35 uschi and koomi
19:35 uschi i had a bath and a nap
19:42 pulponair uschi: hello
19:43 uschi hi pulponair :)
19:44 pulponair uschi: how are you doing? didn you mentioned a trip to hamburg last time we talked?
19:45 uschi canceled :-(
19:45 pulponair ah ok
19:45 uschi but not forever
19:47 pulponair ok folks i gotta go ...
19:47 uschi see you tomorrow?
19:47 pulponair spend enough time in front of the screen
19:47 pulponair uschi: for sure
19:47 uschi have a nice rest of the evening
19:47 pulponair uschi: probably suffering on a huge hangover; )
19:48 pulponair uschi:the evening has just started
19:48 uschi i will have some aspirin for you
19:48 uschi yes, but i am tired nevertheless
19:49 pulponair uschi: yeah same over here ...i fear to enunciate it ...but "we are getting old" ;)
19:49 uschi what a drag it is getting oooold *sing*
19:49 uschi right you are, pulponair
19:51 pulponair "girls get older but rocknroll dont" ....
19:51 pulponair ;)
19:52 uschi yeah, bay city rollstuhls ...
19:52 pulponair unfortuntaly boys are getting older as well ;)
19:52 pulponair ok i am out
19:52 uschi hm, would be a little bit lonely if only one of us was getting older
19:59 uschi hi bedlamhotel, young old boy
19:59 uschi yould boy, that shall be in the future
20:04 null0_ hi
20:18 titii helo friends, can you give a hint for the best online shop for typo3? i will need also the administration for the registered users.. thank you
20:20 titii the admin for the users i can create by hardcoded, but i need to know about some one the best online shop.. thank you
20:46 Guest707 I need help, i have a typo3 site i setup aand i was testing it by adding content to the main page but nothing diaplays...
20:51 tchang hi
20:52 tchang I got a problem with indexed search (2.9.3) and ch_is_templates 1.1.14, after I submit a search the textbox become empty
20:53 tchang so when I browse the page results it doesn't work
20:53 tchang any idea ?
21:00 tchang nevermind I've found the problem
21:02 tchang exit
21:02 tchang :p
21:31 uschi may i inform you, that my users can register and edit their profile :)))))
21:31 uschi only thing is: they cannot logout
21:31 uschi how can i achieve this, please
21:32 uschi i need a logout-button
21:32 uschi or better, a logout link
21:39 uschi Ries? can you point me to the right direction? how do i get a logout link or button?
21:39 j0hndeere Hail, Ries!
21:51 Ries uschi: add ?logintype=logout
21:52 uschi where, what? do i have to study newloginbox here?
21:52 Ries make a link with these parameters
21:52 uschi ah, and that is it?
21:52 Ries www.ushi.com/?logintype=logout
21:52 Ries yup, that's it
21:52 uschi thx :))
21:53 uschi i put the login-page into a menu
21:53 uschi so that was wrong?
21:55 Ries I am not sure if that is wrong
22:02 titii helo friends, can anybody help for some best online shop with most features for typo3 (ext.)? i will need also the administration for the registered users..but i can create it by my self if neccesary. thank you
22:14 Ries tilman_: I never used any shop...
22:14 Ries tt_products is well know
22:14 Ries And there is trade which looks good
22:37 smux_ Hi, how can I get translation from an other extension in my own one ?
22:52 dokma I can't seem to find a way to change the font for radio label
22:52 dokma what is the css if the radio input is in a class?
22:52 dokma labels are not marked up
22:57 smda plz. anyone. I need some hints here http://phpfi.com/228203
22:58 smda I'm trying to get the url of a resized image from dam (for use from external flash app..)
23:49 uschi dokma?
23:49 uschi my sr_feuser_register starts working BUT it is all in english
23:49 uschi do you know the solution?
23:50 gerards does anyone here have any svn experience?
23:50 uschi because your's is croation, as i very well know
23:59 uschi hm, gerards, seems as if the two of us are the only ones alive here currently

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.