Hello All,
Fetch Content [of the Page] Using the Typo Script….
Example for the Banner image fetched from the Database Using the Typo script ……………………………………….
############# —– Superbanner – comes content with typoscript ————-####################
lib.superbanner = COA
lib.superbanner{
10 = CONTENT
10 {
table = tt_content
select.pidInList = 344
}
}
############# —– Superbanner ————-####################
############# —– Superbanner ————-####################
advertisesuperbanner = COA
advertisesuperbanner {
10 = CONTENT
10 {
table = tt_content
select.pidInList = 344
}
}
############# —– Superbanner ————-####################
Here lib.superbanner its a Obj of the mapping are of the banner.
344 its a banner page id from where the banner are dispaly.
for all this we have to Create one Storage folder for the banner image.