Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 29.01.08, 11:11
Forum Zuschauer
 
Registriert seit: 29.01.08
Ort: Zürich
Alter: 34
Beiträge: 3
mudechs eine Nachricht über ICQ schicken

Einbinden des rlmptmplselector plugins


hallo leute,

ich möchte gerne mittels rlmptmplselector verschiedene templates in meine page aufnehmen. im grundsatz hab ich verstanden, wie es funktioniert - jedoch als newbie die richtige einbindung in mein template config noch nicht so recht verstehe. folgendes script ist im moment meine ausgangslage die bestens funktioniert:

------------------------------------------------------------------------------------

#Spam Protect E-Mail Addresses
config.spamProtectEmailAddresses = 2
config.spamProtectEmailAddresses_atSubst = [at]

# Deklaration der HTML Dokumenttypdefinition (DTD) als XHTML transistional
config.doctype = xhtml_trans
config.xmlprologue = none
config.htmlTag_langKey = de
config.xhtml_cleaning = all
config.removeDefaultJS = external

#Cache Periode
config.cache_period = 36000
#config.no_cache= 0 --> Turn caching on
#config.no_cache= 1 --> Turn caching off
config.no_cache= 0

# Spracheinstellungen
config.htmlTag_langKey = de
config.metaCharset = iso-8859-1
config.language = de
config.locale_all = de_DE
config.admPanel = 0
config.stat_apache = 1
config.stat_apache_logfile = weblog.txt
config.index_enable = 1
config.noPageTitle = 2
config.index_externals = 1


tmp_title = COA
tmp_title.10 = TEXT
[treeLevel = 5]
tmp_title.10.data = leveltitle: -2
[else]
tmp_title.10.field = title
[end]


#-----------------------------------------------------------------------------
# Inkludiere weitere Dateien
#-----------------------------------------------------------------------------


#-----------------------------------------------------------------------------
# Starte nun Seitenaufbau
#-----------------------------------------------------------------------------
seite = PAGE
seite {
typeNum = 0
headerData.101 = TEXT
headerData.101.value = <script type="text/javascript" src="fileadmin/jscripts/lib/prototype.js"></script>
headerData.102 = TEXT
headerData.102.value = <script type="text/javascript" src="fileadmin/jscripts/lib/scriptaculous.js"></script>
headerData.103 = TEXT
headerData.103.value = <script type="text/javascript" src="fileadmin/jscripts/lib/event_mixins.js"></script>
headerData.104 = TEXT
headerData.104.value = <script type="text/javascript" src="fileadmin/jscripts/lib/browserdetect.js"></script>
headerData.105 = TEXT
headerData.105.value = <script type="text/javascript" src="fileadmin/jscripts/lib/drawers.js"></script>
headerData.106 = TEXT
headerData.106.value = <script type="text/javascript" src="fileadmin/jscripts/sidenav_index.js"></script>

#--------------------------------------------------------------
#CSS laden
#--------------------------------------------------------------
includeCSS{
file1 = fileadmin/templates/css/layout.css
file2 = fileadmin/templates/css/content.css
file3 = fileadmin/templates/css/news.css
file4 = fileadmin/templates/css/rte.css
}

10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/templates/index.html
10.workOnSubpart = DOCUMENT_BODY
10.marks {

<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_breadcrumbs.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_menu_main.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_menu_main_sub.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_web_right_col.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_web_left_col.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_menu_footer.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_news_banners.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_menu_content_ueberuns_filialen.txt">
<INCLUDE_TYPOSCRIPT: source="file:fileadmin/typoscript/ts_contentheader_image.txt">


CONTENT = CONTENT
CONTENT.table = tt_content
CONTENT.select.orderBy = sorting
CONTENT.select.where = colPos=0
CONTENT.select.languageField = sys_language_uid

CONTENT_LEFT = CONTENT
CONTENT_LEFT.table = tt_content
CONTENT_LEFT.select.orderBy = sorting
CONTENT_LEFT.select.where = colPos=1
CONTENT_LEFT.select.languageField = sys_language_uid

CONTENT_TITLE < tmp_title

NEWSLETTER = TEXT
NEWSLETTER.dataWrap (
<form name="tt_address_form" method="post" action="index.php?id=95">
<label for="name">Vorname:</label>
<input type="text" id="first_name" name="FE[tt_address][first_name]" />
<div class="nofloat"></div>
<label for="name">Name:</label>
<input type="text" id="last_name" name="FE[tt_address][last_name]" />
<div class="nofloat"></div>
<label for="email">E-Mail:</label>
<input type="text" id="email" name="FE[tt_address][email]" />
<div class="nofloat"></div>
<input type="submit" name="senden" value="Eintragen" />
</form>
)

}
}

#-------------------------------------------------------------------------------------------------------------------------------
# Newsletter Page
#-------------------------------------------------------------------------------------------------------------------------------
newsletter = PAGE
newsletter {
typeNum = 88

#--------------------------------------------------------------
#CSS laden
includeCSS{
file1 = fileadmin/templates/css/content.css
}

10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/templates/newsletter.html
10.workOnSubpart = DOCUMENT_BODY
10.marks {

CONTENT = CONTENT
CONTENT.table = tt_content
CONTENT.select.orderBy = sorting
CONTENT.select.where = colPos=1
CONTENT.select.languageField = sys_language_uid

CONTENT_LEFT = CONTENT
CONTENT_LEFT.table = tt_content
CONTENT_LEFT.select.orderBy = sorting
CONTENT_LEFT.select.where = colPos=1
CONTENT_LEFT.select.languageField = sys_language_uid


}
}



#-------------------------------------------------------------------------------------------------------------------------------
# Search PlugIn
#-------------------------------------------------------------------------------------------------------------------------------
plugin.tx_indexedsearch.templateFile = fileadmin/extensions/indexedsearch.htm
plugin.tx_indexedsearch.show.rules = 0
plugin.tx_indexedsearch.show.parsetimes = 1
plugin.tx_indexedsearch.show.L2sections = 0
plugin.tx_indexedsearch.show.L1sections = 1
plugin.tx_indexedsearch.show.LxALLtypes = 0
plugin.tx_indexedsearch.show.clearSearchBox = 0
plugin.tx_indexedsearch.show.clearSearchBox.enableSubSearchCheckBox = 0
plugin.tx_indexedsearch.show.forbiddenRecords = 0
plugin.tx_indexedsearch.show.alwaysShowPageLinks = 0
plugin.tx_indexedsearch.show.advancedSearchLink = 0
plugin.tx_indexedsearch.show.resultNumber = 1
plugin.tx_indexedsearch.show.mediaList =
plugin.tx_newloginbox_pi1.storagePid = 70


#plugin.tt_news.archiveTypoLink.parameter = 184
plugin.tt_news.displayList.date_stdWrap.strftime = %A %e. %B
plugin.tt_news.displayLatest.date_stdWrap.strftime = %A %e. %B
plugin.tt_news.displaySingle.date_stdWrap.strftime = %A %e. %B
plugin.tt_news.displaySingle.time_stdWrap.strftime = %H:%M Uhr
#plugin.tt_news.templateFile = fileadmin/extensions/news_homepage.html
-------------------------------------------------------------------------------------

da ich oben bereits mein template eingebunden habe, würd es mich wunder nehmen, wie ich nun das template selector script hier korrekt einbaue. was ich bereits geschafft habe ist, dass mir die templates zur verfügung stehen, aber nicht ausgegeben werden im front-end.

vielen dank für eventuelle tipps!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
rlmptmplselector Extension cicero Alle anderen Extensions 0 05.12.07 00:52
css für plugins definieren lu Extension modifizieren oder neu erstellen 1 11.06.07 13:30
Forum Plugins Tigaer Allgemeine Forums-Fragen 2 01.06.07 19:45
Problem mit Ext Web>Plugins ms70 Direct Mail 1 08.09.05 13:46
CSS und Plugins! NoC TYPO3 3.x Fragen und Probleme 1 19.10.04 11:19


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:56 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0