Zen TYPO3 Forum

Our TYPO3 forum is available for freelancers, professionals and clients new to TYPO3 to discuss Basic TYPO3 templating, Typoscript, extension installation, administration and help with subscription templates. Please register for an account to post.

All Categories > Zen Wireframe > Templates and TypoScript > Zen Wireframe Footer Links Terms and Privacy Policy
Total Posts: 3 - Pages (1): [1]
Author: rimamkt
Posted: Dec 28 2007 - 03:54 PM
Subject: re: Zen Wireframe Footer Links Terms and Privacy Policy
You could also try this. It's a bit bare bones, but is set to be flexible enough to add any other TS feature you'd like! This script automatically updates the current year so you don't have to!

# Copyright notice and links
#######################################
page.1 {
subparts.COPYRIGHT-LINKS = COA
subparts.COPYRIGHT-LINKS {

wrap = <div id="footertext"> | </div>

10 = TEXT
10.data = date:U
10.strftime = %Y
10.wrap = Copyright &nbsp; | &nbsp;Your Business ::&nbsp;

20 = TEXT
20.value = Terms of Use
20.typolink.wrap = <span class="footerlink"> | </span> ::&nbsp;
20.typolink.parameter = ## # <-- where the Terms of Use page is located

30 = TEXT
30.value = Privacy Policy
30.typolink.wrap = <span class="footerlink"> | </span>
30.typolink.parameter = ## # <-- Where the Privacy Policy page is located
}
}
Author: mediatech
Posted: Oct 31 2007 - 01:36 PM
Subject: re: Zen Wireframe Footer Links Terms and Privacy Policy
The Terms of Use and Privacy Policy links in the footer are populated via TypoScript marker located at the end of the root basis template. I realize this is easy to miss. When I have more time I'll break those core tutorials into parts. Until then we'll use these forums as a supplement

# Copyright notice and links
#######################################
page.1{
subparts.COPYRIGHT-LINKS = TEXT
subparts.COPYRIGHT-LINKS.insertData = 1
subparts.COPYRIGHT-LINKS.value (
<div id="footertext">Copyright 2007 Your Business :: <span class="footerlink"><a href="">Terms of Use</a> :: <a href="">Privacy Policy</a></span></div>
)
}

#######################################
# End Main Content HTML Markers




Regards,
Greg

---
Mediatech Consulting
web: http://www.mediatech.net . Skype: gremington
Phone: +1 (760) 525-1770 . Fax: +1 (760) 542-1990
Author: fredkw1
Posted: Oct 31 2007 - 12:54 PM
Subject: Zen Wireframe Footer Links Terms and Privacy Policy
I have been through the tutorials and don't seem to be able to find any reference to setting the Terms of Use and Privacy Policy links in the footer of the Zen Wireframe templates

How does one set them up?
Total Posts: 3 - Pages (1): [1]
You must login to post a message to this conference.

 

CHC Forum provided by Cast Iron Coding

TYPO3 Support