Skinnable Pagebrowser
Copyright © by Kasper Ligaard <kasperl@cs.au.dk>Published under the Open Content License available from http://www.opencontent.org/opl.shtml
Table Of Contents
- 1. Skinnable Page Browser
- 1.1. Introduction
- 1.2. Users manual
- 1.3. This extension is for website administrators. The extension is setup in Typoscript.
- 1.4. The extension provides three Typoscript template examples with different layouts: “Digg”, “AU” and “Plain”. Note that these example templates expects the PAGE object variable to be called page; if your PAGE object variable has another name (e.g. “frame”), then you must fix that yourself.
- 1.5. Administration
- 1.6. The Skinnable page class needs to be included, and then attached to the tt_news. This can be done as follows from a TypoScript Template:
- 1.7. # Include the php script for the pageBrowser userfunction
- 1.8. includeLibs.userPageBrowserFunc = EXT:daimi_skinnablepagebrowser/class.skinnablePageBrowser.php
- 1.9. Read online
- 1.10. # Attach browser function to the hook in tt_news
- 1.11. plugin.tt_news.userPageBrowserFunc = user_SkinnablePageBrowser->browser
- 1.12. Configuration
- 1.13. The configuration mirrors the plugin.tt_news.pageBrowser object. The example shown previously illustrates the use of the below reference.
- 1.14. Known problems
- 1.15. To-Do list
- 1.16. ChangeLog
This document is related to version 0.1.0 of the extension daimi_skinnablepagebrowser.