Einzelnen Beitrag anzeigen
  #4  
Alt 09.02.08, 19:24
haelje haelje ist offline
Forum Newbie
 
Registriert seit: 09.02.08
Alter: 30
Beiträge: 16

ja, das template selbst ist im fileadmin-ordner:

MainTemplate Constants:
Code:
# Limitation of picture widths in main content column:
styles.content.imgtext.maxW = 600


# Making sure each line in image captions (of Image content elements) are applied to corresponding image number in the element:
styles.content.imgtext.captionSplit = 1
plugin.tt_news.wrap1 = <font face="verdana" size="2" color="#DDDDDD"> | </font>
plugin.tt_news.wrap2 = <font face="verdana" size="1" color="#EEEEEE"> | </font>
plugin.tt_news.color1 = #111111
plugin.tt_news.color2 = #333333
plugin.tt_news.color3 = #555555
plugin.tt_news.color4 = #0E0000

sys_language_uid = 0


plugin.tt_news.archiveTypoLink.parameter = 102
styles.content.getNews.newsPid = 93
styles.content.loginform.pid = 108


styles.content.links.extTarget = _self
styles.content.links.useCacheHash = 1
PAGE_TARGET = 
plugin.tx_staticinfotables_pi1.languageCode = de

### globale einstellungen für das feuserloginsystem 
plugin.feuserloginsystem {
    loginRedirectPID = 108
    logoutRedirectPID = 93
    userPidList = 92
    forceNoLoginRedirect = 0
    forceNoLogoutRedirect = 1
    smallLoginbox {
        showPermalogin = 1
        showPwRecoveryLink = 11
        pwRecoveryPID = 105
        regularLoginPID = 108
    }
    regularLoginbox {
        showPermalogin = 1
        showPwRecoveryLink = 1
        pwRecoveryPID = 105
    }
    passwordRecovery {
        enable = 1
        emailFrom = ...
        passwordRecovery.nameFrom = 1stBFA-Admins
        mode = currentPassword
    }
}

#plugin.tx_feuserloginsystem_pi1.passwordRecovery.enable = 1
#plugin.tx_feuserloginsystem_pi1.passwordRecovery.mode = currentPassword
#plugin.tx_feuserloginsystem_pi1.passwordRecovery.emailFrom = ...
#plugin.tx_feuserloginsystem_pi1.passwordRecovery.nameFrom = DesiRaCuAdmins
MainTemplate Setup:
Code:
config.spamProtectEmailAddresses = 1
config.sys_language_uid = 0
config.language = de
config.locale_all = de_DE

# RealURL aktivieren
config.simulateStaticDocuments = 0
config.baseURL = http://1stBFA.raygina.de/
config.tx_realurl_enable = 1
config.prefixLocalAnchors = all
config.uniqueLinkVars =1
config.linkVars=L

# Send UTF-8 Notification Email Headers
#######################################
config.notification_email_charset = utf-8
config.notification_email_encoding = quoted-printable
config.notification_email_urlmode = all

# page content
page = PAGE
page.typeNum = 0
page.10 = USER
page.10.userFunc = tx_templavoila_pi1->main_page

plugin.tx_staticinfotables_pi1.languageCode = de

[global]
plugin.tx_newloginbox_pi3._CSS_DEFAULT_STYLE = .tx-newloginbox-pi3-listrow TH { color:#DDD; background:#111; padding:0 .5em; white-space:nowrap; }
plugin.tx_newloginbox_pi3._CSS_DEFAULT_STYLE = .tx-newloginbox-pi3-listrow TH { size:10px; color:#DDD; background:#111; padding:0 .5em; white-space:nowrap; }
config.extTarget = _self

## in dem dafür vorgesehenem bereich im TV-template eine instanz erzeugen LOGIN
lib.Login = COA
lib.Login.10 = RECORDS
lib.Login.10.tables = tt_content
lib.Login.10.source = 177
lib.Login.10.conf.tt_content < tt_content

lib.Login.20 = RECORDS
lib.Login.20.tables = tt_content
lib.Login.20.source = 181
das is mein aktuelles template. es ist eigentlich zerlegt, ich habe die sachen mit dem feuserloginsystem in dem extra template, was ich dann wieder im haupt-template einbinde, damit ich nicht die übersicht verliere.
Mit Zitat antworten