[TYPO3-asia] How to add dynamic content to complex footer
Sanjay Chauhan
sanjay at nitsan.in
Wed Apr 13 10:17:46 CEST 2016
Hey Dilip,
It's quite simple with creating separate 'footer' page and element:
# TS: You can use the Typoscript CONTENT object and pass it to a fluid
ViewHelper:
lib.myContent = CONTENT
lib.myContent {
table = tt_content
select {
pidInList = yourPid
where = uid=yourContentElementID
}
}
# Fluid: In your extension using Fluid:
<f:cObject typoscriptObjectPath="lib.myContent" />
--
Sanjay Chauhan
Founding Director
*NITSAN Technologies Pvt. Ltd.*
T: +91-0278 2423211
www.nitsan.in | www.typo3guru.com
On Wed, Apr 13, 2016 at 12:50 PM dilip mdl <dilip.mdl at live.com> wrote:
> Hi All,
>
> I am working on a typo3 based website and facing issue to add content for
> footer from admin backend. I am using fluid template for frontend.
> Please see the footer panel http://awesomescreenshot.com/0d65sd7c32
>
> Can anyone help me how to achieve this ?
>
> Many Thanks
> Dilip
> _______________________________________________
> TYPO3-asia mailing list
> TYPO3-asia at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-asia
>
--
--
Sanjay Chauhan
Founding Director
*NITSAN Technologies Pvt. Ltd.*
Skype: *sanjay.nitsan*
www.nitsan.in | www.typo3guru.com
More information about the TYPO3-asia
mailing list