Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Wednesday 20 May 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
03:33 ries Houmark: good to see you here... always nice to have some guru's around :)
03:35 Houmark ;) I am just testing build in IRC support in Adium :)
03:36 Houmark working pretty nice, just not showing the names to the left, but I think thats my template, but annoying... not knowing who you are wring with :)
09:27 Philiptypo3dk Hello every1. I'm currently building a website , with this template: http://andreasviklund.com/templates/andreas03/ , somehow I can't remove the footer. Any advices?
09:28 maholtz|WORK morning
09:28 maholtz|WORK @pedda: http://bugs.typo3.org/view.php?id=11145
09:36 Philiptypo3dk Hello every1. I'm currently building a website , with this template: http://andreasviklund.com/templates/andreas03/ , somehow I can't remove the footer. Any advices?
09:36 _pedda_ hi all
09:38 _pedda_ hi maholtz|WORK , thank you for the link to the bugsection :)
09:41 maholtz|WORK np
09:42 maholtz|WORK if you try that patch and it works, than you should mention it at the core list
09:42 _pedda_ first i have to update from 4.1.10 to 4.2
09:42 _pedda_ ...
09:43 _pedda_ this is chasing me
09:49 _pedda_ Philiptypo3dk: pn
09:51 Philiptypo3dk pn?
09:52 _pedda_ i wrote you a private message
09:52 Philiptypo3dk yea yea saw it :P
09:53 _pedda_ :)
10:20 ndee I have a small registration box on my page. If a user now registers and makes an error (already existing username), the error message gets shown in that small box. Is it possible to redirect the user to a dedicated registration page, if an error occured?
10:20 ndee I'm using sr_feuser_registration
10:29 f1sHMaN since i installed realURL my language switch isnt working, any idea? thx
12:04 ndee under my globe, I have 2 different sites, one is the normal site and one is a site of an agency. When I change the url speaking segment to "agency" in the site of the agency, shouldn't that be prepended to all links under that site?
12:18 glaslos hello. after updating typo i am unable to login because baseURL = 1. how can i change this variable?
12:22 glaslos i think, this is set in the template. how can i change this?
12:44 NMB hello everyone
12:47 NMB i have made my custom extension, by using this extension extension admin can enter records to a specific sysfolder page in the admin panel
12:48 NMB now what i want is that when admin saves the record, i need to call my custom php code which does some select query or INSERT query inanother table
12:48 NMB how can i do that?
12:49 NMB is there any way in typo3 admin panel so that i can call my custom php code before or after the record is saved in the database
12:49 NMB ?
12:54 NMB anybody knows a solution to my problem?
13:49 _pedda_ maholtz|WORK: the topic we talked about yesterday according starttime/endtime..
13:49 maholtz|WORK yep
13:49 _pedda_ if it is set for records of extensions like tt_news or own extensions
13:49 _pedda_ is this setting processed by the t3 core or the extension itself?
13:50 _pedda_ do i have to respect this feature in my own extension?
13:50 maholtz|WORK by the extension, but the solution of dmtiry should help, because you could set which table on which page should be respected
13:50 maholtz|WORK read core mailinglist - there is a explanaition of dmtiry
14:07 ndee is it somehow possible to reset the language, even though a language is set?
14:09 ndee the link that gets generated is index.php?id=521 and it should ALWAYS go to the alternative page, how could I do that with typoscript?
14:12 _pedda_ i achieved this via redirects in htaccess
14:12 _pedda_ why don't you just switch the 2 languages you are fighting with at the moment
14:12 _pedda_ set the one as new default language and the old default language es an "alternative" one
14:13 ndee http://pastebin.com/mdd63c57
14:13 ndee _pedda_: ah ok
14:14 ndee _pedda_: check my pastie, that's how I did set the language.
14:16 ndee so that en/my/page/too gets rewritten to de/my/page/too . But I don't want to rewrite each page, just the first "en/my" part.
14:17 _pedda_ hmm i think i didn't get you
14:17 _pedda_ you have a multilang website
14:17 _pedda_ right ?
14:17 ndee _pedda_: right
14:17 _pedda_ in one pagetree
14:17 ndee yes
14:17 _pedda_ ok
14:18 _pedda_ and now you want a user to get the default language FOR HIS COUNTRY being displayed on the website directly right ?
14:19 ndee _pedda_: wait, I try to explain it again, a little bit clearer:
14:20 ndee Site A, has a link to Site B, default language for site A is "en", default language for Site B should be "de". Now when the user clicks the link from site A, he gets to Site B, with the language already set to "en" but I want it to be "de".
14:20 _pedda_ ok i got you now
14:20 _pedda_ this can easily be achieved via htaccess redirects
14:21 _pedda_ like this:
14:21 ndee but the link is index.php?id=521, without a Language set.
14:26 _pedda_ hehe
14:27 maholtz|WORK re
14:27 _pedda_ wb maholtz|WORK
14:28 _pedda_ http://pastie.org/484019
14:28 _pedda_ replace L=6 by the language id of your choice
14:28 ndee I think the problem is, that no L is set
14:28 ndee in my link
14:30 maholtz|WORK what means "!(^|&)L=" ?
14:30 ndee if it starts with L or if the sign is a "&".
14:30 ndee the querystring that is.
14:31 maholtz|WORK ah, ok - why "!" at ghe beginning?
14:32 maholtz|WORK souns as i could not help you, but perhaps you could explain me the syntax ... sometimes helps ;)
14:32 _pedda_ ndee: Site A, has a link to Site B, default language for site A is "en", default language for Site B should be "de". Now when the user clicks the link from site A, he gets to Site B, with the language already set to "en" but I want it to be "de". <- Problem
14:33 _pedda_ i solved this problem in my project using htaccess redirects
14:33 ndee _pedda_: sorry, I meant, internally, the Language is already set, the link is still just index.php?id=521
14:33 ndee sorry about being unclear
14:33 ndee I'm using rlmp_languagedetection.
14:34 ndee the funny thing is, everything is german, except the links.
15:18 _pedda_ what can cause a marker being not replaced ?
15:18 _pedda_ and displayed in fe instead
15:19 _pedda_ i use an extension which extends tt_news regarding newsrecords as events
15:22 _pedda_ in order to make it work properly i have to add a marker to the ttnews template.. on this markerposition the additional information regarding the event are displayed
15:22 _pedda_ but if a record is not an even, the marker is displayed itself
15:28 _pedda_ although there is a :
15:28 _pedda_ else { $markerArray['###EVENT_SIGNUP###'] = ''; }
16:20 _pedda_ :)
16:34 f1sHMaN i have a multidomain, multilang, onRootPageTree solution working! The only thing is, that the site names are all german, but there should be for example a french one: unserer-angebote / notre-offres
16:34 f1sHMaN have you any idea? thx
16:38 ssc In my TYPO3-Installation I've set anywhere that the RTE (rtehtmlarea) uses Classes to align my Elements.
16:38 ssc Now I don't know how to set this in my new page :D --
16:40 ssc In the normal settings the RTE sets align="left" in my DIV-Tag ... now I want that the rte uses class="align-left" in my DIV-Tag ...
16:50 pmk65 ssc: Look in the HTMLArea manual. There's a section describing how to set up alignments with CSS (You need to create a CSS set for BE and one for FE)
16:58 ssc @pmk65: I've looked up in the HTMLArea-manual but the only thing I can find is the command: "useCSS = 1" and this doesn't do what I want ... It only replaces the invalide ALIGN-Attribute with an STYLE-Attribute but not with an CLASS-Attribute as I want ...
17:03 Besitzer hi to all
17:03 ssc hi to you
17:04 Besitzer is there an ext. which counts the newsletter by read for each user
17:05 Besitzer e.g. I will make a form...this one I will public for a usergroup...if one read the publicated news...
17:06 Besitzer there will be a counter in his area?
17:06 Besitzer is anyone who can help
17:08 Besitzer is here a freelancer who can make ext.?
17:10 maholtz|WORK you have an job description somewhere?
17:13 Besitzer somewhere
17:13 Besitzer no
17:13 Besitzer I can try to explain it with my engl.
17:14 Besitzer I will a public form...
17:15 Besitzer the formdats will be create a new page, by creating the new page an email will be sent to a usergroup
17:15 Besitzer the usergroups have to login to read the page
17:16 Besitzer reading the page will be cost!
17:17 maholtz|WORK if you need an freelancer, you should have an proper job description (if you want to do it on your own, it should help too)
17:17 maholtz|WORK have to go now
17:17 maholtz|WORK bye
17:17 Besitzer by each riding a new page (newsletter), the user of the group must see in his account
17:20 Besitzer bye
17:37 Besitzer is there an ext. for reverse auction?
17:50 ries OT: anybody know a good DNS hoster?
17:51 m0oman nominating t3 for the community choice award, you must be joking! :P
18:01 tomsdale typolink question - I want an internal link to domain.com/rss.xml . typolink.parameter = /rss.xml gives domain.com//rss.xml. Do you think the double slash can lead to problems in some clients?
18:04 tomsdale If I ommit the / the link points to http://rss.xml
18:05 psychomieze tomsdale, is rss.xml an actual file or is it something generated by typo3?
18:06 tomsdale psychomieze: it's a rss feed generated by tt_news
18:08 tomsdale the behavior is correct according to the tsref. The link works too - I'm just concerned about the double slash. It doesn't look quite standart conform.
18:08 psychomieze so it's originally some page with type=100 and a real url transformation?
18:08 tomsdale correct.
18:08 psychomieze if you enter the original parameters to the typolink function (parameter = idOfNewspage additionalParams = &type=100) it should be transformed automatically and standards compliant into rss.xml
18:13 tomsdale If I do this it omits the &type=100 and links to the rss page as it was a normal page. So one side of the transformation doesn't work.
18:13 tomsdale I guess this would be a problem of my realurl configuration though ...
18:13 psychomieze yeah probably, as normally it does work quite well that way.
18:17 tomsdale I'm using cbrealurl for the realurl config. apart from that it works really nicely.
18:19 psychomieze I'm usually just configuring it manually, so I can't really help you with that ext.
18:20 Denyerec ries - looked at OpenDNS's services?
18:20 tomsdale psychomieze: that's fine - thanks for your help! Let me read realurl manual first - I guess I have to dig a little deeper there.
18:21 ries Denyerec: I thought it was a DNS servicy only :)
18:21 ries will check
18:24 Denyerec Sorry
18:24 Denyerec I meant DynDNS
18:27 tomsdale ahh - dyndns.org, they have been around for ages. I remember the glorious days of my first linux home server under .homeip.net.
18:30 Denyerec Yeah I have one :D
18:31 Denyerec sozutux.dyndns.org
18:31 Denyerec but a friend of mine uses them for business DNS management
19:22 Newbieme hello there
19:23 newbie_need_some hello there
19:23 newbie_need_some any one here?
19:23 timdeluxe depends on what your question is ;)
19:25 newbie_need_some emm i wanna ask you about the typo3 extension
19:26 newbie_need_some i need to make typo3 to extend to be e-commerce system
19:26 newbie_need_some now i use joomla+virtuemart
19:26 timdeluxe then i am not there
19:27 newbie_need_some but it's too slow and heavy
19:27 timdeluxe there have been some action around shops lately
19:27 newbie_need_some do you know what extension that most uses in typo3 that make it to be e-commerce?
19:27 timdeluxe i think magento is some buzzword
19:28 timdeluxe no
19:28 newbie_need_some magento?
19:28 newbie_need_some it's not an typo3 right?
19:28 timdeluxe magento, tt_product and (forgot the name)
19:28 timdeluxe no, but it has an extension which makes the connection to it
19:29 newbie_need_some typo3 have something like bridge to use magento?
19:29 timdeluxe exactly
19:29 timdeluxe mom
19:29 timdeluxe http://forge.typo3.org/projects/show/extension-magento
19:29 timdeluxe but i never used it by myself
19:29 newbie_need_some so this means that typo3 doesn't have this own extension?
19:30 newbie_need_some not like a bridge i mean
19:30 newbie_need_some so the core use typo it self
19:30 newbie_need_some not use another core anymore
19:30 newbie_need_some any like that?
19:31 timdeluxe sure: http://forge.typo3.org/projects/show/extension-tt_products
19:32 timdeluxe and there is this one: http://typo3.org/extensions/repository/view/pt_gsashop/current/info/
19:33 timdeluxe (that is the one i forgot the name of)
19:33 timdeluxe but: i never used any of them, only heard about
19:33 newbie_need_some so there is a lot
19:33 newbie_need_some but doesn't know which is better?
19:34 timdeluxe no
19:34 timdeluxe month ago i would choose tt_products
19:34 timdeluxe but now the magento bridge
19:35 timdeluxe cause magento seems to be a stable and feature rich shop system itself
19:35 timdeluxe connected with the powers of t3
19:35 timdeluxe = unbeatable *G*
19:35 newbie_need_some emm i look at the millist
19:35 newbie_need_some they have tt-product and commerce
19:36 newbie_need_some why they develop 2 official extension
19:36 newbie_need_some with the same function
19:36 timdeluxe its typo3
19:37 timdeluxe you often have several ext's for the same purpose
19:39 newbie_need_some emmm but with newbie like me
19:39 newbie_need_some it's too hard to choose of from any
19:40 newbie_need_some actually i very confused with typo3
19:40 newbie_need_some in joomla they have some too but virtuemart have a lot user
19:40 newbie_need_some so bad, i found lot's bug in this
19:41 kraftb hello !
19:41 timdeluxe newbie_need_some: just give it a short try
19:41 kraftb question: is anyone using 4.3alpha for a project ?
19:41 timdeluxe hi kraftb
19:41 kraftb hi tim
19:41 timdeluxe not me
19:41 kraftb I think I found a serious bug - but can not easily reproduce it ...
19:42 kraftb The bug: it simply logs you out of the BE after a short time period ... it is not the BE-session timeout. it is only a few minutes.
19:42 kraftb but could be that this is depending on the setup of the server ...
19:42 newbie_need_some ok then thx a lot timdeluxe
19:43 psychocat kraftb, I'm using the current trunk for my personal homepage, and that works quite well.
19:45 kraftb hmm .... must be the setup of the server - the customer uses some kind of redirection or reverse proxy - which could be the issue
19:47 timdeluxe kraftb: rev. proxy could definitly be the issue
19:47 timdeluxe we have such a setup in our company and saw strange behaviours here and there
19:47 kraftb I already tried to set lockIP to only 2 ...
19:47 kraftb could be they have a class B net. the customer is the university of vienna. ...
19:48 timdeluxe are you able to connect directly to the backend system to check it
19:48 kraftb yes. i am.
19:48 timdeluxe vienna, nice town
19:48 kraftb but sometimes it simply logs me out of the backend
19:48 timdeluxe also when you are directly connected to out without the proxy?
19:48 timdeluxe out=it
19:49 kraftb oh ... no. can't connect without proxy. i misunderstood your question
19:49 kraftb with "directly" you mean bypassing the proxy -> no I can't bypass it
19:49 kraftb I will ask the IT service there ... if they have a clue
19:49 timdeluxe is there somebody who could?
19:50 kraftb they also have some kind of cluster ... it reports "www04.univie.ac.at" as the host of the (sub) site
19:50 timdeluxe then you can check if the proxy is causing it
19:50 kraftb I'll do on monday ... thanks for the hint. I am quite sure they can bypass this proxy, but probably it is simply some kind of round-robin system ...
19:50 timdeluxe you are not even sure there is a proxy? ;D
19:51 kraftb HTTP_X_ZID_ORIGINAL_HOST www.univie.ac.at
19:51 kraftb HTTP_X_FORWARDED_FOR 81.217.86.92
19:51 kraftb HTTP_X_FORWARDED_HOST www.univie.ac.at
19:51 kraftb HTTP_X_FORWARDED_SERVER www.univie.ac.at
19:51 kraftb which in my eyes means there is a reverse proxy
19:51 kraftb this is from the _SERVER array
19:52 timdeluxe depends on the proxy. some do change the header, so that you can't see that there is one
19:53 timdeluxe i've to go soon
19:53 kraftb but "FORWARDED_FOR" usually means there is some kind of proxy in between ... at least thats what I know
19:53 kraftb ok ... thanks anyways
19:53 timdeluxe no problem
19:53 kraftb if you would have told me: NO - this can't be the proxy I would have more headaches ;)
19:54 timdeluxe but if you find out that it isnt it you have :D
20:46 newbie_need_some it's very hard to search magento and typo template :(
21:00 porkpie Hi guy's
21:01 porkpie Is there an ext that allows you to insert multiple images to a page and create separate links from those images?
21:05 spacedani a gallery?
21:05 spacedani typo3 allows you to put in "text with image"
21:05 spacedani u can use this
21:22 streamshifter hi ev'ryone
21:23 streamshifter another TYPO3 enthusiast in da house..! ;-)
21:27 streamshifter I need some advice importing an already made site into TYPO3
21:28 streamshifter ...and I did RTFM already
21:28 streamshifter I'm still a bit confused
21:33 ries I remember there was a place in the be to make notes... is that still there?
21:33 ries streamshifter: don't ask to ask... just ask
21:35 streamshifter ok
21:38 streamshifter I will formulate my questions and come back to ask again
21:38 streamshifter thanks!
22:14 milpoer hi everyone any danes near aalborg ???
22:47 streamshifter can I turn turn a static web site into a t3d template?
22:48 streamshifter or do I need to export it from TYPO3 in order to have a t3d?

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.