[TYPO3-german] Suchfeld und LoginBox als permanente Elemente imTemplate ?

Dirk Reichel typo3 at softtrain.de
Wed Feb 7 19:36:04 CET 2007


Hallo Sebastian,

dazu brauchst Du die Extensions 'Macina Searchbox' und 'LoginBox /
macmade.net'. Nimm dann zwei Marker (z.B. ###SUCHEN### und ###LOGIN### in
Dein Template auf und sprich diese an über Typoscript - z.B.:

CONSTANTS:
#######################################################################
# Das PlugIn  'LoginBox / macmade.net' wird konfiguriert #
#######################################################################
plugin.tx_loginboxmacmade_pi1.from = x at y.de
plugin.tx_loginboxmacmade_pi1.fromName = Klaus Mueller
plugin.tx_loginboxmacmade_pi1.replyTo = x at y.de
plugin.tx_loginboxmacmade_pi2.feUsersPID = 1
plugin.tx_loginboxmacmade_pi2.template = fileadmin/loginbox.html
plugin.tx_loginboxmacmade_pi1.inputSize = 30
plugin.tx_loginboxmacmade_pi2.loginPage = 100
plugin.tx_loginboxmacmade_pi2.redirectLogin = 100
plugin.tx_loginboxmacmade_pi2.redirectLogout = 100
#######################################################################

SETUP:
#######################################################################
# Das PlugIn 'Macina Searchbox' platzieren
#######################################################################
SUCHEN >
SUCHEN < plugin.tx_macinasearchbox_pi1
SUCHEN {
        pidSearchpage = 10
        templateFile = fileadmin/search_template.htm
}
#######################################################################

#######################################################################
# Das PlugIn 'LoginBox / macmade.net' platzieren
#######################################################################
LOGIN >
LOGIN < plugin.tx_loginboxmacmade_pi2
#######################################################################

#######################################################################
# Das PlugIn 'Macina Searchbox' als Seiteninhalt konfigurieren #
#######################################################################
plugin.tx_macinasearchbox_pi1 {
      pidSearchpage = 10
      templateFile = fileadmin/search_template.htm
}
#######################################################################

Gegebenenfalls musst Du noch die TEMPLATE-Dateien der Extensions an Dein
Design anpassen.

Das Ergebnis könnte dann SO aussehen: http://www.softtrain.de 

Gruß
Dirk

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.netfielders.de
[mailto:typo3-german-bounces at lists.netfielders.de] Im Auftrag von Sebastian
Scholz
Gesendet: Mittwoch, 7. Februar 2007 19:20
An: German Typo3 Userlist
Betreff: [TYPO3-german] Suchfeld und LoginBox als permanente Elemente
imTemplate ?

Hallo,

ich würde gerne das Suchfeld und dieLoginBox als permanente Elemente im
Template haben, quasi auf jeder Seite. jemand ne Idee wie ich das machen
kann ?

-Sebastian
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list