Technology Tools for Ministry

Community

Web-Empowered Church User Community
Total Posts: 1 - Pages (1): [1]
Author: Andi Becker
Posted: Aug 01 2008 - 03:34 AM
Subject: WEC TS Discoveries
Hi
I am just building a big package for organisations and churches based on WEC and have modified the way how TS is used in WEC. Now it is much easier with one simple click to disable and enable a function.

This package is meant for churches who want to have a site but have noone to set the features up and maintain it - this is what we then offer as a service! Anyway!

Just when I was testing the on off feature I discoverd that the horizontal menu is showing up even WITHOUT menu TS! The only code activated is the following:

## Defines the page object and uses TemplaVoila to render the page ###
page = PAGE
page.typeNum = 0
page.config.xmlprologue = none
page.config.doctype = xhtml_trans

# Dynamically set the page title
page.headerData.1 = TEXT
page.headerData.1.data = TSFE:page|title
page.headerData.1.htmlSpecialChars = 1
page.headerData.1.wrap = <title>&nbsp;|&nbsp;|&nbsp; {$constants.wec.siteName}</title>

page.headerData.2 = TEXT
page.headerData.2.data = path:EXT:rtehtmlarea/res/contentcss/default.css
page.headerData.2.wrap = <link rel="stylesheet" type="text/css" href="|" />

page.config.noPageTitle = 2
page.config.USERNAME_substToken = ###U###
page.config.index_enable = 1

page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page


I guess that the horizontal menu get's read from the TV-Template-TO-TS
Changing the template also changes the menus and if nothing is in TO then its gone.
Is there any possibility to change these menues??? without editing the (bit complicated part) inside of the TO local settings?

I guess the TS order is
1. TYPO3 TS
2. TV TS
3. This part seems to be missing!

Caches all and Browser Caches have ben emptied of course everytime I was testing.

Andi

Total Posts: 1 - Pages (1): [1]
You must login to post a message to this conference.