#these may be used in real constants field (e.g. if you switch project from production to live server) #there should be no need to change setup.txt or constants.txt in this extension # cat=eff.template; type=long; label= metanaviPid: pid for your metanavi sysfolder metanavi.pid = 23 # cat=eff.template; type=string; label= baseURL for real url: real url needs this property. If you are workin on a local installation you need to override this probably with http://localhost/whatever/. Don't forget to uncomment the lines it in ext_typoscript_setup.txt, if you use real url. baseURL = http://www.yourdomain.com # Setting link targets to nothing (no frames mode) PAGE_TARGET = content.pageFrameObj = # templatePath: Path to your main template folder # we are not using EXT:... as this is used at some places, where it's not beeing parsed and thus EXT: won't be replaced templatePath = typo3conf/ext/abz_eff_template/templates/ # 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 ################################################## ############## plugins ########################## ################################################## # Add your plugin configurations here #------------------------------------ # tt_news: RSS Feed #------------------------------------ # cat=eff.template; type=long; label= RSS News Feed UID: Add the id of the page that contains the newsfeed here rssFeedPage = plugin.tx_sremailsubscribe { siteName = Ihr xxx Team pid = xxx confirmPID = 33 registerPID = 32 editPID = 32 module_sys_dmail_category_PIDLIST = xxx pidTitleOverride = Webseitenname (in Konstants) email = xxxinfo@webpage.de formFields = email,first_name,last_name,address,zip,city,module_sys_dmail_html,module_sys_dmail_category requiredFields = email,first_name,last_name enableAdminNotifyConfirmation = 0 enableAdminNotifyOnApprove = 0 enableAdminNotifyOnRegister = 0 enableAdminNotifyOnUpdate = 0 enableAdminNotifyOnDelete = 0 enableEmailOnDelete = 0 enableEmailOnUpdate = 0 enableEmailOnRegister = 0 enableEmailOnApprove = 0 forceFileDelete = 1 enableEmailAttachment = 0 enableHTMLMail = 0 enableEmailConfirmation = 1 file.icon_delete = EXT:sr_email_subscribe/pi1/icon_delete.gif file.templateFile = EXT:sr_email_subscribe/pi1/tx_sremailsubscribe_pi1_css_tmpl.html useShortUrls = 1 shortUrlLife = 30 } plugin.tx_directmail_pi1 { siteUrl = http://www.your-domain.de/ } plugin.tx_srfreecap { imageHeight = 70 useWordsList = 1 maxWordLength = 6 textColor = 0 backgroundType = White with grid backgroundBlur = 1 backgroundMorph = 1 morphFactor = 0.7 }