Re: [TYPO3] commerce and sr_feuser_register

2008-02-26 Thread media.res | Alex Widschwendter
hi, > Fatal error: Cannot redeclare class tx_srfeuserregister_hooksHandler in > /home/carpworl/public_html/typo3conf/ext/sr_feuser_register/hooks/class.tx_srfeuserregister_hooksHandler.php > on line 37 > > please help me!!! see: http://bugs.typo3.org/view.php?id=6189 alex

[TYPO3] realurl / simulate static - one installation different trees

2008-02-26 Thread media.res | Alex Widschwendter
hi guys, we have one installation with 2 different domains. one domain should run realurl the other one simulate static. however this does not seem do work. as soon as one installs realurl and configures it for one domain, the other domain/tree with simulate static refuses do work. anybody wh

Re: [TYPO3] Single page localization

2008-02-05 Thread media.res | Alex Widschwendter
Xavier Perseguers wrote: > Hi Alex, > >> if i understand you correct, you don't have an L param at hand to >> change >> the language. >> >> so you can use the pidinrootline condition to set the correct >> langkey: >> >> [PIDinRootline = pages-uid, pages-uid, ...] >> config.htmlTag_langKey = de-DE

Re: [TYPO3] Single page localization

2008-02-05 Thread media.res | Alex Widschwendter
hi Xavier > >>> Is there a best practice to set the language of a single page? The >> problem is how to change settings such as >>> xml:lang and lang attributes in >>> >>> http://www.w3.org/1999/xhtml"; xml:lang="fr" lang="fr"> >> Look in TSRef. Generally you need to use a condition on L var and s

Re: [TYPO3] How to change a source file based on language (L) value?

2008-02-05 Thread media.res | Alex Widschwendter
hi, > I tried to insert these lines inside the condition block for each L > value, but it doesn't change the value of {$header.file}, and my > template remains the same. Could somebody tell me what's the best way to > do this? you can not set constants within you setup field. you can use conditi

Re: [TYPO3] tc directmail no mass send

2007-12-18 Thread media.res | Alex Widschwendter
hi katja, >> PHP Fatal error: Class t3lib_tsfebeuserauth: Cannot inherit from >> undefined class t3lib_beuserauth in >> /home/typo3_src-4.1.2/t3lib/class.t3lib_tsfebeuserauth.php on line 104 >> Content-type: text/html we had the same problem. in our installation the mwimagemap extension was re

Re: [TYPO3] accordion extension

2007-09-21 Thread media.res | Alex Widschwendter
hi, >subparts.CONTENT.renderObj < plugin.tx_rgaccordion1 >subparts.CONTENT < styles.content.get i would change this 2 lines. first you have to fill the marker befor you can do something with it! hth alex ___ TYPO3-english mailing list TYPO3-

Re: [TYPO3] High-end gov references

2007-09-04 Thread media.res | Alex Widschwendter
hi, www.umweltbundesamt.at www.tirol.gv.at http://www.icmpd.org www.foerderkompass.gv.at hth alex ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] Passing content to php functions

2007-08-23 Thread media.res | Alex Widschwendter
hi brian, you have to return the content > Suppose I have the following in a file called test.inc\n > class user_test { > function testFunc($content, $conf) { > $content = "Hello world!"; } // end function testFunc($content, > $conf) return $content; > } // end class user_

[TYPO3] delte cache of a specific page

2007-07-19 Thread media.res | Alex Widschwendter
hi all, i need to clear the cache of a specific page, if a new page is created under page x. background is, that i have a section menu on one page which is not recreated if a new page is created/deleted in the section. any hints on this? ps: the different ts config options do not meet my prob

Re: [TYPO3] Displaying a (Flexible) Content Element from PHP

2007-04-24 Thread media.res | alex widschwendter
hi helge, > in an extension I am writing I need to display a Content Element, > preferably a Flexible Content Element, from PHP. I haven't found a > function to do this in the API documentation or on Google, but I am sure > there must exist one. > > Can you help me out, please? http://typo3.org/

Re: [TYPO3] please help me adapt this code snippet into templavoila. For me it isnt working :(

2007-04-24 Thread media.res | alex widschwendter
hi dave, > This snippet was taken from typo3wizard.com, and I am having trouble > adapting it into templavoila. I figured it would be easy, simply > changing the temp.gmenulayers to my templavoila mapped portion, > lib.topMenu.gmenulayers > > and here is the code that I have in my template setup