Re: [TYPO3-english] marker to fill with content or imagecycle?

2012-02-09 Thread Victor Livakovsky

Hi, Axel.


to fetch this as a content element from an
other page (this page contains a content element with this extension in
an configured form)like this:

20 = CONTENT
20 {
table = tt_content
select {
#   where = pid=288 AND uid=603
}
}


Default value of 'pidInList' property of 'select' is set to 'this', so it 
tries to take records from current page.

You need to configure this in a such way:
20 = CONTENT
20 {
   table = tt_content
   select {
 pidInList = 288
 uidInList = 603
   }
} 


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] marker to fill with content or imagecycle?

2012-02-08 Thread Axel
Hello,

I would like to have an imagecycle element in the footer shown on every
page.

I tried to include 2 images with links over typoscript with
tx_imagecycle_pi1 (these should cycle with t3query)

and

to fetch this as a content element from an
other page (this page contains a content element with this extension in
an configured form)like this:

20 = CONTENT
20 {
table = tt_content
select {
#   where = pid=288 AND uid=603
}
}

Neither worked. I'm puzzled how to get a fiexed element of this type
shown on every page.

Thanks for ANY advice, solution or pointing out where to look how to fix
this.

Regards,

Axel
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] marker to fill with content or imagecycle?

2012-02-08 Thread horace grant
On Thu, Feb 9, 2012 at 2:31 AM, Axel li...@19q.net wrote:

 Hello,

 I would like to have an imagecycle element in the footer shown on every
 page.

 I tried to include 2 images with links over typoscript with
 tx_imagecycle_pi1 (these should cycle with t3query)

 and

 to fetch this as a content element from an
 other page (this page contains a content element with this extension in
 an configured form)like this:

 20 = CONTENT
 20 {
table = tt_content
select {
#   where = pid=288 AND uid=603
}
 }

 Neither worked. I'm puzzled how to get a fiexed element of this type
 shown on every page.

 Thanks for ANY advice, solution or pointing out where to look how to fix
 this.





have you tried to use RECORDS instead of CONTENT?





 Regards,

 Axel
 ___
 TYPO3-english mailing list
 TYPO3-english@lists.typo3.org
 http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english