[TYPO3-english] caching different versions of page based on querystring params?

2013-08-30 Thread Erich Specht
I have a page that displays different content based on a parameter in the querystring. At the moment I have caching disabled on the page. Is there a way to make Typo3 cache a version for each different URL accessing the page (or each combination of querystring params)?

[TYPO3-english] how to retrieve querystring value

2013-08-29 Thread Erich Specht
Does anyone know how I can access querystring values from typoscript? I'm trying to pass a value to a USER script via the $conf object. I tried this, but no luck: page.10 = USER page.10 { userFunc = user_my_events-getSingleEventHTML uid = GP:uid } Thank you for your help.

[TYPO3-english] possible to render tt_news content (with resized images) in PHP?

2013-08-22 Thread Erich Specht
Hello. Thanks to the help of this user group, I am now able to use a USER method on a class to gather up the info provided in a flexible content element. I have an FCE that allow a user to add an event, with a title, date, and list of related news. Where I'm running into problems is I'm

[TYPO3-english] how to use restult of USER function in where clause?

2013-08-21 Thread Erich Specht
I have a USER function that returns a list of uids of tt_news items selected via a flexible content element. The result of the function is a string like: 3.4 I'm trying to use the result of the function in the where clause of a news plugin. The following works, but when I try to insert the

Re: [TYPO3-english] how to use restult of USER function in where clause?

2013-08-21 Thread Erich Specht
Bernd and Stephan, Thank you so much for your help. This did the trick! extensions.ttnews_selectconf { where.cObject temp.related_news } Erich ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman

[TYPO3-english] how to access typoscript constants from PHP

2013-08-19 Thread Erich Specht
How can I access Typoscript constants (user-defined) from within a PHP script included via PHP_SCRIPT object? I can't find them in the $GLOBALS object and I'm not sure where to find the list of available variables. Any help pointing me in the right direction would be appreciated!

[TYPO3-english] how to add attribute to tt_news LINK_ITEM for title

2012-12-12 Thread erich
I'm trying to add a style attribute to the link within a LIST view of a tt_news plugin for an email newsletter. Does anyone know how this can be achieved? I thought this kind of thing could be done with ATagParams, but I can't figure out how to use that with a tt_news plugin.

Re: [TYPO3-english] XPATH content object question

2012-11-29 Thread erich
and return format expression = //field[@index=field_content_area]/value return = string # result object from XPATH query resultObj { cObjNum = 1 1.current = 1 } } I think I'm gonna owe you a virtual beer after all this! Please let me know if you have any ideas. Erich

[TYPO3-english] XPATH content object question

2012-11-28 Thread erich
, but it isn't applying it to lib.field_tier2_2 #page.10 temp.myvar lib.field_tier2_2 lib.field_tier2_2 = COA lib.field_tier2_2.10 temp.myvar Please let me know if you have any suggestions on what I'm doing wrong. Thanks again for the help. Erich -Original Message- From: typo3-english-boun

Re: [TYPO3-english] retrieve IDs of content items in FCE?

2012-11-12 Thread Erich Specht
That did the trick! Thanks! On Nov 11, 2012, at 3:01 PM, Torsten Schrade schr...@uni-mainz.de wrote: Hello again Erich, Thank you for the reply, Torsten. The problem with that solution is that each time a user copies a page with the FCE on it, I believe the copy will have a new ID so

[TYPO3-english] retrieve IDs of content items in FCE?

2012-11-11 Thread Erich Specht
: [TYPO3-english] retrieve IDs of content items in FCE? Hi Erich, Is it possible via typoscript to retrieve the unique IDs of tt_news records that are placed into an FCE? For example, I have a Flexible Content Element that contains a field of type Page Content Elements that allow the user

[TYPO3-english] retrieve IDs of content items in FCE?

2012-11-10 Thread Erich Specht
I'm a newbie to Typo3 and having difficulty accessing data from my Flexible Content Element. Is it possible via typoscript to retrieve the unique IDs of tt_news records that are placed into an FCE? For example, I have a Flexible Content Element that contains a field of type Page Content Elements

[TYPO3-english] RealURL - can I strip a subdir (= installation folder) from the URL?

2012-07-17 Thread Erich Schreiber
/ via httpd.conf is no option for us, as we run several parallel TYPO3 installations in this account. t3/ is the production version, the others are training versions, older versions for reference, etc. Only the one in t3/ needs to be mapped to the webroot. Erich