tt_news
1.7.1. Files:
|
File: |
Description: |
|---|---|
|
pi/class.tx_ttnews.php |
Main PHP-class used to display news. Called from a USER cObject with "userFunc = user_news->main_news" |
|
class.ext_update.php |
This is the tt_news updater |
|
class.tx_ttnews_catmenu.php |
This class renders the CATMENU in "tree" mode. |
|
class.tx_ttnews_tcemain.php |
Class with that uses two hooks from class.t3lib_tcemain.php to prevent saving of news or category records which have categories assigned that are not allowed for the current BE user. |
|
class.tx_ttnews_treeview.php |
This class builds the "category tree" in BE forms and checks for recursive categories |
|
class.tx_ttnews_itemsProcFunc.php |
Contains the function, that adds "extra codes" to the "What to display" selector |
|
pi/news_template.tmpl |
The table-based tt_news template file. |
|
pi/news_help.tmpl |
Template, which is displayed when using the news extension without setting a value for "code" |
|
res/tt_news_languageMenu.php |
Changed version of the example_languageMenu.php. This script keeps the link-variables from tt_news. |
|
res/example_itemMarkerArrayFunc.php |
Example for processing user-defined Markers with the userfunction: "itemMarkerArrayFunc". (See file for description and needed TS setup) |
|
res/example_amenuUserFunc.php |
Example for processing the archive menu items by a user function ("amenuUserFunc"). The scripts divides the Archive menu to years. See file for description and needed TS setup. |
|
res/example_imageMarkerFunc.php |
Example for processing the image(s) by a userfunction ("imageMarkerFunc"): adds different wraps to the images in single view (see comments in file for needed TS-settings) |
|
res/example_userPageBrowserFunc.php |
Example for the pagebrowser userfunction ("userPageBrowserFunc"): this file includes two alternative pagebrowser-functions. With both pagebrowsers it is possible, to use html-code like images for the "next" and "previous" links. (See file for description and needed TS setup) |
|
folders: static/css static/ts_old static/rss_feed |
these are the static extension templates: "CSS-based tmpl","default CSS-styles","table-based tmpl" and "RSS-feed (type=100)" |
|
pi/tt_news_v2_template.html |
The new CSS based html-template |
|
res/tt_news_v2_styles.css |
CSS styles for the new HTML template.(this file contains the same style information as the static ext-template "default CSS-styles") |
|
res/rss_0_91.tmpl res/rss_2.tmpl res/atom_0_3.tmpl res/atom_1_0.tmpl res/rdf.tmpl |
The xml templates for web feeds as RSS 0.91, RSS 2, RDF, Atom 0.3 and Atom 1.0. |
|
res/realurl_localconf.txt |
Example Configuration for tt_news with RealUrl |