Re: [TYPO3] static_info_tables

2008-09-11 Thread Xavier Perseguers
Hello, > You are right. Some months ago I happened to find this list. But at > second thought I realised that my customer is very unlikely to get the > special 08... and 09... numbers in his web forms (08... = free > commercial numbers, 09... = paid commercial numbers). So I could make a Yes,

Re: [TYPO3] cl_becache for 4.2.x

2008-09-11 Thread Martin Weissen
Use the following User- / Page-TSconfig: options { clearCache.all = 0 clearCache.pages = 1 } regards martin weissen Lars Haendler wrote: > Hi, > > the old cl_becache Extension which provided a clear FE-Cache for certain > non-admin BE-User doesn't work with 4.2.x > > Does anyone know

[TYPO3] IMAGE/IMG_RESOURCE - How to split a image filename from a comma-separated list

2008-09-11 Thread Luis Flávio Seelig
Hello, in my project I'm using with success wfqbe to query on tt_news records. The problem appears when the news record have more than one image. The image field on tt_news have a comma-separated list of image file names. This is my original code: --- image = IMAGE image { # this is su

Re: [TYPO3] RealURL error: multidomain configuration without rootpage_id!

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Christopher Torgalson wrote: > I'm using latest versions of both RealUrl and TYPO3, and I'm having > these persistent errors in the site. I've been following the related > threads on the list, but I can't figure out what's wrong in my case. > > The current issue is the error referenced in t

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Tania Morales wrote: > I have a problem when i try to create friendly urls for our users profile > page, sometimes the real name is empty so then we need to use the nick name: > mydomain.com/user-profile/name/john-smith > mydomain.com/user-profile/name/john-s > > To acomplish that i have foun

Re: [TYPO3] subdomains with realUrl

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Dr. Ronald P. Steiner wrote: > I do run TYPO3 4.2.1 and the current realUrl 1.5.1 > The new feature kind of is working, but only when I use the "L" > parameter in the preVars as well. > > hope it's just a tiny thing in my configuration. - but I tried around > quite a while I will look into

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Markus Thaler wrote: > i have got a problem to assign the return-value of a userfunc via TS to > a attribute. > > > this (simplyfied) szenario does not work: > > ### TS ### > includeLibs.id = fileadmin/scripts/id.php > temp.id = USER > temp.id.userFunc = user_id->ma

Re: [TYPO3] RealURL error: multidomain configuration without rootpage_id!: Solved

2008-09-11 Thread Christopher Torgalson
Hi Dmitry, On 11-Sep-08, at 10:01 AM, Dmitry Dulepov [typo3] wrote: > Hi! > > Christopher Torgalson wrote: >> I'm using latest versions of both RealUrl and TYPO3, and I'm having >> these persistent errors in the site. I've been following the related >> threads on the list, but I can't figure out

Re: [TYPO3] cl_becache for 4.2.x

2008-09-11 Thread Lars Haendler
Hi Martin Weissen wrote: > Use the following User- / Page-TSconfig: > > options { > clearCache.all = 0 > clearCache.pages = 1 > } > > regards > martin weissen you made my day! If you come to the T3CON08 I'll owe you a beer. Thanks a lot Lars __

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Georg Ringer
Dmitry Dulepov [typo3] wrote: > The solution would be to enable stdWrap for this property in the > extension. If you report a feature request for it, it can be done for > future releases. startingpointrecords got stdWrap georg ___ TYPO3-english mail

[TYPO3] RealUrl: problem with automatic configuration of extensions?

2008-09-11 Thread Christopher Torgalson
Hi, The new "automatic configuration of extensions" feature in RealUrl is very, very cool. Based on what's in the manual, it was very straightforward to get my desired configuration into the realurl_autoconf.php file. But I've still messed something up, because the resulting code doesn't h

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Markus Thaler
> This willo not work because TS is not executable language. The copy > operator "<" just copies whatever you have on the right part of it. > After copying your TS becomes: > > > includeLibs.id = fileadmin/scripts/id.php > temp.id = USER > temp.id.userFunc = user_id->main > temp.gallery < plugi

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Ralf-René Schröder
Tania Morales schrieb: > I have a problem when i try to create friendly urls for our users profile > page, sometimes the real name is empty so then we need to use the nick name: > mydomain.com/user-profile/name/john-smith > mydomain.com/user-profile/name/john-s > > To acomplish that i have found t

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Christian Platt
Hi Georg, i know itis off topic, but where can i find documentation to use stdwrap for resultmarkers or propertys of an extension... Christian Am 11.09.2008 um 10:34 schrieb Georg Ringer: > Dmitry Dulepov [typo3] wrote: >> The solution would be to enable stdWrap for this property in the >>

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Markus Thaler
> startingpointrecords got stdWrap hello georg, thank you for your answer. does that mean, that i can solve my problem? this would be great! maybe you have got a tipp what i have to do to get this work. i dont really understand what this means if "startingpointrecords got stdWrap". thanks once

Re: [TYPO3] RealURL error: multidomain configuration without rootpage_id!: Solved

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Christopher Torgalson wrote: > That was the problem (though it was non-www, and only for one domain). > Thanks for the help. If you're in a question-answering mood, I'm about > to start a second thread about autoconfig for extensions :) Yes, please :) But I will answer a bit later (after lu

[TYPO3] Splitting and wrapping "keywords" with TS

2008-09-11 Thread Bert Hiddink
Hello, I would like to add some format to the field 'keywords'. Let's say that 'keywords' contains: aaa, bbb, ccc Now I would like to get http://www.t3site.org/searchpage/aaa/";>aaa, http://www.t3site.org/searchpage/bbb/";>bbb, http://www.t3site.org/searchpage/ccc/";>ccc This is what I got: ..

[TYPO3] As Dmitry's book is not yet released...

2008-09-11 Thread Xavier Perseguers
Hello, A few questions about AJAX and TYPO3... I did not use AJAX in TYPO3 until today. According to this page (http://www.sk-typo3.de/Ajax-mit-prototype-und-eID.328.0.html), should I conclude that the official AJAX framework of TYPO3 is Prototype? Prototype is often used in conjunction with s

[TYPO3] indexed_search freeIndexUid problem

2008-09-11 Thread Rob De Vries
hey list, Does anyone can give me some more insight in how to work with the crawler for indexed_search and especially how to get indexing configuration for the type 'pages' to work properly so it will store the right values in index_phash.freeIndexUid At this moment all these values are set to

[TYPO3] gtmenu

2008-09-11 Thread G . Unger
hallo liste hallo jochen ich habe den podcast zu ttmenu (gtmenu) angeschaut und auch die uls http://snipplr.com/view/5929/accessible-gtmenu/ http://gtmenu.de/ gefunden. wonach ich bitte noch suche ist das JS für die dropdownversion, wie im podcast gezeigt. jochen, du sprichst im podcast an, da

Re: [TYPO3] Export / Import editor access rights from one installation to the next?

2008-09-11 Thread Stephan Lampe [ITXP]
Lars Haendler schreef: > Hi, > > I wonder if there's a way to export values of the BE Editor access list > rights. And of course the other way around. I couldn't find a solution > that far. > That's on my wishlist also. Is it possible at the moment ? If no, then please point me to where i can

[TYPO3] gtmenu wrong mailinglist

2008-09-11 Thread G . Unger
sorry folks, just recoginzed that I posted to the wrong list, was ment for typo3.german. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3] As Dmitry's book is not yet released...

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Xavier Perseguers wrote: > A few questions about AJAX and TYPO3... > > I did not use AJAX in TYPO3 until today. According to this page > (http://www.sk-typo3.de/Ajax-mit-prototype-und-eID.328.0.html), should I > conclude that the official AJAX framework of TYPO3 is Prototype? > > Prototype

Re: [TYPO3] As Dmitry's book is not yet released...

2008-09-11 Thread Xavier Perseguers
Hi! >> A few questions about AJAX and TYPO3... >> >> I did not use AJAX in TYPO3 until today. According to this page >> (http://www.sk-typo3.de/Ajax-mit-prototype-und-eID.328.0.html), should >> I conclude that the official AJAX framework of TYPO3 is Prototype? >> >> Prototype is often used in co

[TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread J. Bakshi
Dear list, The "Clear cache in typo3conf " button is not available in typo3 4.1 BE anymore :-( could any one kindly suggest me a solution ? many thanks

Re: [TYPO3] As Dmitry's book is not yet released...

2008-09-11 Thread Francois Suter
Hi, > Does someone know snippet or pointers on examples for using AJAX within > a backend extension? There's a specific framework for BE extensions. It's in the not-yet-released new version of "Core APIs" which you can get from forge [1]. Additionnally, you can check my external_import extensi

[TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread J. Bakshi
Dear list, The "Clear cache in typo3conf " button is not available in typo3 4.1 BE anymore :-( could any one kindly suggest me a solution ? many thanks

Re: [TYPO3] static_info_tables

2008-09-11 Thread H. Hahn
A fixed-format as you propose (+33 # ## ## ## ##) would not work for all countries. E.g. here in NL certain areas have a two-digit area code and a seven-digit subscriber's number (e.g. _31 40 1234567), while other areas have a three-digit area code and a 6-digit subscriber's number (e.g. +31 49

Re: [TYPO3] gtmenu

2008-09-11 Thread H. Hahn
Ein Irrtum - Deutsch in der Englischen Liste? H. Hahn G.Unger schreef: > hallo liste > hallo jochen > > ich habe den podcast zu ttmenu (gtmenu) angeschaut und auch die uls > > http://snipplr.com/view/5929/accessible-gtmenu/ > http://gtmenu.de/ > > gefunden. wonach ich bitte noch suche ist das JS f

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread H. Hahn
I don't know about 4.1, but in 4.2 it is moved to the top-right corner of the screen, where it now is a button with a yellow lightning flash icon on it. H. Hahn J. Bakshi schreef: > Dear list, > > The "Clear cache in typo3conf " button is not available in typo3 4.1 BE > anymore :-( > could any

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread Pankaj Lele
Hi > The "Clear cache in typo3conf " button is not available in typo3 4.1 BE > anymore :-( > > The Clear Cache buttons are normally hidden if you are logged in to BE as non-admin user. -- Pankaj Lele Technical Director, Lelesys Web: http://www.lelesys.com Phone: +91 20 32900403 Mobile: +91

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! J. Bakshi wrote: > The "Clear cache in typo3conf " button is not available in typo3 4.1 BE > anymore :-( > could any one kindly suggest me a solution ? Firsts, you have to be admin to see this option. If you are admin and still do not see this option, it means that extCache is set to 0 in

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Georg Ringer wrote: > Dmitry Dulepov [typo3] wrote: >> The solution would be to enable stdWrap for this property in the >> extension. If you report a feature request for it, it can be done for >> future releases. > > startingpointrecords got stdWrap Does not look so in SVN... Am I missing

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Christian Platt wrote: > i know itis off topic, but where can i find documentation to use stdwrap > for resultmarkers or propertys of an extension... Another offtopic but my book will have discussion and examples of it ;) -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Markus Thaler wrote: > would it be bossible to make the value in temp.id (after it is filled > with the return-value of the userfunc) a plain number? or can i > assigning the value (as a plain number) of temp.id into another object > before assigning it to "startingpointrecords" isn`t it po

[TYPO3] Extension Syntax Error displayed in every FE pages

2008-09-11 Thread [EMAIL PROTECTED]
Hi, during extension developing, if I got a syntax error, it will be display in every frontend page, not only in the page I've been using this extension. Is it possible to get the syntax error only in the local pages which are using this extension? Otherwise, is it possible in typo3 both t

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Georg Ringer
Dmitry Dulepov [typo3] wrote: > Does not look so in SVN... Am I missing something? there should be this foreach ( $this->config as $key => $value ) { $this->config[$key] = $this->cObj->stdWrap( $value, $this->conf[$key . '.'] ); } georg _

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Markus Thaler
> there should be this > foreach ( $this->config as $key => $value ) { > $this->config[$key] = $this->cObj->stdWrap( $value, > $this->conf[$key . '.'] ); > } does this mean, that my problem can be solved? ___ TYPO3-english ma

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread J. Bakshi
Dmitry Dulepov [typo3] wrote: > Hi! > > J. Bakshi wrote: > >> The "Clear cache in typo3conf " button is not available in typo3 4.1 BE >> anymore :-( >> could any one kindly suggest me a solution ? >> > > Firsts, you have to be admin to see this option. > > If you are admin and still do not

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread Lars Haendler
Hi Dmitry, Dmitry Dulepov [typo3] wrote: > If you are admin and still do not see this option, it means that > extCache is set to 0 in the Install tool and all config caching is > disabled. That can be done ... I really didn't know about it. Thanks Lars

Re: [TYPO3] Export / Import editor access rights from one installation to the next?

2008-09-11 Thread Lars Haendler
Hi, Stephan Lampe [ITXP] wrote: > Lars Haendler schreef: >> Hi, >> >> I wonder if there's a way to export values of the BE Editor access >> list rights. And of course the other way around. I couldn't find a >> solution that far. >> > > > That's on my wishlist also. > > Is it possible at the m

Re: [TYPO3] It is possible to localize postVarSets in RealUrl ?

2008-09-11 Thread Sven Jürgens
Dmitry Dulepov [typo3] schrieb: > Hi! > > Sven Jürgens wrote: >> i use something like this as Configuration for RealUrl >> >> 'postVarSets' => array( >> '_DEFAULT' => array( >> // news archive parameters >> 'archive' => array( >> arr

Re: [TYPO3] As Dmitry's book is not yet released...

2008-09-11 Thread Xavier Perseguers
Hi, >> Does someone know snippet or pointers on examples for using AJAX >> within a backend extension? > > There's a specific framework for BE extensions. It's in the > not-yet-released new version of "Core APIs" which you can get from forge > [1]. Additionnally, you can check my external_impo

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! J. Bakshi wrote: > Yes I'm facing the problem as admin. > It is really strange that the button is not there in 4.1 > > The setting related to localconf.php is as below which seems to ok. > > $TYPO3_CONF_VARS["BE"]["disable_exec_function"] = '0'; > $TYPO3_CONF_VARS["GFX"]["im_path"] = "/usr/b

Re: [TYPO3] TYPO3-english Digest, Vol 60, Issue 48

2008-09-11 Thread mohammad farooq
@ Pankaj Lele Possibly in typo3 4.2.1 clear cache buttons are moved from bottom left of back end to top-right, there is a yellow icon, a click on it will show a drop down with three choices of clearing cache. I hope this does away with your problem On Thu, Sep 11, 2008 at 4:31 PM, <[EMAIL PROTECT

Re: [TYPO3] TYPO3-english Digest, Vol 60, Issue 48

2008-09-11 Thread Xavier Perseguers
Hi mohammad farooq wrote: > @ Pankaj Lele > Possibly in typo3 4.2.1 clear cache buttons are moved from bottom left of > back end to top-right, there is a yellow icon, a click on it will show a > drop down with three choices of clearing cache. Please do not reply to a digest Cheers -- Xavier Pe

Re: [TYPO3] Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help

2008-09-11 Thread J. Bakshi
Dmitry Dulepov [typo3] wrote: > Hi! > > J. Bakshi wrote: > >> Yes I'm facing the problem as admin. >> It is really strange that the button is not there in 4.1 >> >> The setting related to localconf.php is as below which seems to ok. >> >> $TYPO3_CONF_VARS["BE"]["disable_exec_function"] = '0'; >>

[TYPO3] language menu in drop-down box

2008-09-11 Thread [EMAIL PROTECTED]
Hello, trying to create a language menu in drop-down box with two language options-english and german following is the code I have tried, but it always shows the root page in English or german. Pls Help # DROPDOWN LANGUAGE MENU lib.sprache_oben= HMENU lib.sprache_oben.special = language lib

[TYPO3] Plugin: using typoscript of another page for rendering content

2008-09-11 Thread Oliver Schröder
Hi list, I'm trying to develop a plugin that quotes records placed on other pages. That can be done with $this->cObj->RECORDS(). But this would use the typoscript of the page where the plugin is placed, not the typoscript of the page where the quoted element is placed. Example: page uid 1 contain

[TYPO3] How to use AJAX in front-end

2008-09-11 Thread stefan
Hello to all, Ok, here's the deal, I 've written a small front-end extention, to display some events, this events can be added through the back-end. Now, I have a lot of records and I would like to use some AJAX to get more or less events. I know my way around AJAX but I can't seem to find a wa

[TYPO3] tt_news target="_blank"

2008-09-11 Thread Lamb, Brian
Hi all, For tt_news items that are labeled as links to external URLs, the link that is created is: www.typo3.org However, this breaks XHTML validation. How can I use TypoScript so that the link becomes: www.typo3.org Thanks ___ TYPO3

Re: [TYPO3] language menu in drop-down box

2008-09-11 Thread lee perry
Hi Rupali, > following is the code I have tried, but it always shows the root page in > English or german. Pls Help > > NO.linkWrap = English|| value="{page:uid}/de"> Deutsch I think your location-values ("{page:uid}/en" and "{page:uid}/de") are not correct: when these vars will be replaced, t

Re: [TYPO3] language menu in drop-down box

2008-09-11 Thread Xavier Perseguers
Hello, > trying to create a language menu in drop-down box with two language > options-english and german > > following is the code I have tried, but it always shows the root page in > English or german. Pls Help Did you already try extension sr_language_menu? -- Xavier Perseguers http://xavie

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Tania Morales
Thanks, what I would like to know is why is it possible to add a condition directly in the alias_field that normally will be larger that the restricted 30 ? Was this added to have some kind of different result expecting to have duplicates? How this condition should be used then? On Thu, Sep 11, 2

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Tania Morales
Thanks René, unfortunately, our older users have nicknames but the newest ones don't (That came from a superior order) so that is why this condition is important. On Thu, Sep 11, 2008 at 3:41 AM, Ralf-René Schröder <[EMAIL PROTECTED]>wrote: > Tania Morales schrieb: > > I have a problem when i tr

Re: [TYPO3] How to use AJAX in front-end

2008-09-11 Thread Georg Ringer
[EMAIL PROTECTED] wrote: Can you please your real name or did you parents called you like an email address? ;) > Please give me a hand on this one. Thank you. take a look at extensions like rgtabs, chgallery, ratings georg ___ TYPO3-english mailing

[TYPO3] How to use a different template for each RSS feed?

2008-09-11 Thread Sergio Catalá Gil
Hi, I'm working with "tt_news" and "chnewsfeed" extension (this last extension allows showing different feeds from each category on the same page). I would like to use a different template for each RSS feed and each category. I mean: when I access the feed for a certain category, I would like o

Re: [TYPO3] subdomains with realUrl

2008-09-11 Thread Dr. Ronald P. Steiner
cool, thanks a lot Dmitry Dulepov [typo3] schrieb: > Hi! > > Dr. Ronald P. Steiner wrote: >> I do run TYPO3 4.2.1 and the current realUrl 1.5.1 >> The new feature kind of is working, but only when I use the "L" >> parameter in the preVars as well. >> >> hope it's just a tiny thing in my configu

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Markus Thaler
>> startingpointrecords got stdWrap it seems that - as startingrecords got stdWrap - this solves my problem: startingpointrecords.cObject < temp.id thanks to martin holtz! :-) ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://li

[TYPO3] Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383

2008-09-11 Thread Rob De Vries
Sometimes you just stay clueless, even in these modern times with all the internets and stuff ... Anyone can help me with this error after updating from 4.0.2 to 4.1.7 ? This error occurs when I'm trying to edit a page header or content element. tnx Rob -- -

Re: [TYPO3] gtmenu

2008-09-11 Thread G . Unger
On 2008-09-11 12:45:13 +0200, "H. Hahn" <[EMAIL PROTECTED]> said: > Ein Irrtum - Deutsch in der Englischen Liste? > H. Hahn Yes sorry and the next fault was to edit the topic, as I immediately recognized beeing in the wrong list. see -> gtmenu wrong mailinglist some posts below ;) rgds GUIDO

Re: [TYPO3] Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Rob De Vries wrote: > Sometimes you just stay clueless, even in these modern times with all > the internets and stuff ... > > Anyone can help me with this error after updating from 4.0.2 to 4.1.7 ? > This error occurs when I'm trying to edit a page header or content element. Chack what code

Re: [TYPO3] Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383

2008-09-11 Thread Rob De Vries
Dmitry Dulepov [typo3] wrote: > Hi! > > Rob De Vries wrote: >> Sometimes you just stay clueless, even in these modern times with all >> the internets and stuff ... >> >> Anyone can help me with this error after updating from 4.0.2 to 4.1.7 ? >> This error occurs when I'm trying to edit a page hea

Re: [TYPO3] How to use AJAX in front-end

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! [EMAIL PROTECTED] wrote: > Please give me a hand on this one. Thank you. Georg already did, I can only tell that not many people will see your message. Currently it appears in the thread named "Clear cache in typo3conf button not appearing in typo3 4.1 BE, please help". Do not use "Reply"

Re: [TYPO3] Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Rob De Vries wrote: > THIS IS LINE 383 --->$this->inline->init($this); H. Looks line it has something to do with t3lib_tceforms_inline. But judging from the code you should never get this problem... :( Unless your BE does any AJAX calls. -- Dmitry Dulepov TYPO3 Core team My TY

[TYPO3] Help with AJAX in the front end

2008-09-11 Thread Stefan Aichholzer
Hello to all, Ok, here's the deal, I 've written a small front-end extention, to display some events, this events can be added through the back-end. Now, I have a lot of records and I would like to use some AJAX to get more or less events. I know my way around AJAX but I can't seem to find a way t

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Tania Morales wrote: > Thanks, what I would like to know is why is it possible to add a condition > directly in the alias_field that normally will be larger that the restricted > 30 ? Was this added to have some kind of different result expecting to have > duplicates? How this condition shoul

Re: [TYPO3] It is possible to localize postVarSets in RealUrl ?

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Sven Jürgens wrote: > It's possible that it could be a feature of a next Version of Realurl ? :) I do not see how it can be done :( You can write a feature request to the bug tracker. This way it will not be forgotten. May be an idea will come to my head some time in future. -- Dmitry Dul

Re: [TYPO3] assign return-value of a userfunc via TS to a attribute

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Georg Ringer wrote: > there should be this > foreach ( $this->config as $key => $value ) { > $this->config[$key] = $this->cObj->stdWrap( $value, > $this->conf[$key . '.'] ); > } Ah, I see :) I looked directly to the place where the value is fatched, so I missed t

Re: [TYPO3] Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383

2008-09-11 Thread H. Hahn
(Just to repeat your question in the message text instead of in the subject line: Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383) Sounds like a PHP problem, well-known by those who are used to languages like C/C++ etc. I got t

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Tania Morales
Thanks Dmitry, i guess we will have to use some other methods, but still think it should be reported as a bug. On Thu, Sep 11, 2008 at 2:35 PM, Dmitry Dulepov [typo3] <[EMAIL PROTECTED]>wrote: > Hi! > > Tania Morales wrote: > > Thanks, what I would like to know is why is it possible to add a >

[TYPO3] img alt in rgsmoothgallery

2008-09-11 Thread Fearless Goblin (Victor Livakovsky)
Hello to everyone. rgsmoothgallery generates such code in plugin mode: ... ... As you can see, there are no alt attributes inside of img-tags. So, the page cann't pass validation :( There is "singleImage" elenent in gallery static template, so I tried to set alt-attri

Re: [TYPO3] tt_news target="_blank"

2008-09-11 Thread ben van 't ende [netcreators]
Lamb, Brian wrote: > Hi all, > > > > For tt_news items that are labeled as links to external URLs, the link > that is created is: > > > > www.typo3.org > > > > However, this breaks XHTML validation. How can I use TypoScript so that > the link becomes: > > > > www.typo3.org > > >

Re: [TYPO3] How to use a different template for each RSS feed?

2008-09-11 Thread ben van 't ende [netcreators]
Sergio Catalá Gil wrote: > Hi, > > I'm working with "tt_news" and "chnewsfeed" extension (this last > extension allows showing different feeds from each category on the same > page). > > I would like to use a different template for each RSS feed and each > category. I mean: when I access the fee

Re: [TYPO3] Help with AJAX in the front end

2008-09-11 Thread Georg Ringer
Just a copy of my first answer [EMAIL PROTECTED] wrote: Can you please your real name or did you parents called you like an email address? ;) > Please give me a hand on this one. Thank you. take a look at extensions like rgtabs, chgallery, ratings georg _

Re: [TYPO3] realurl problem with duplicated entries in uniqalias table

2008-09-11 Thread Dmitry Dulepov [typo3]
Hi! Tania Morales wrote: > Thanks Dmitry, i guess we will have to use some other methods, but still > think it should be reported as a bug. Feel free. I do not understand 30 characters limitation either. It does not look logcal to me. If it is fixed, RealURL can be updated too. -- Dmitry Dulep