Chandan Web Blog.

Entries Tagged ‘Typo3’

Syntax for ext_conf_template

The Syntax inside the file ext_conf_template.txt is exatcly same as the syntax for the TypoScript constant declarations. There exists a documetnation about the same titled “Declaring constants for the Constant editor” which can be easily located in the typo3 core documentation titled “TypoScript Syntax and In-depth Study – doc_core_ts”.

Enabling Color Picker in HTML RTE Area of Typo3

By default the color picker woudl be enabled in the Typo3 RTE. However, on some cases this may be disabled. Here is a quick overview on how to re-enable it in such cases. You are unable to see the color picker, that means you need to add it to the list of available buttons. This [...]

Changing Menu based on selected Templavoila TemplateObject using TypoScript

TypoScript has so much features that it is indeed impossible to document each and every feature hidden with it. As we start adding extensions the feature list would increase as well. Consider you have selected a specific Templavoila Template and you wish to have a different type of menu based on the selected template. In [...]

Blunders due to auto generated content

Recently I was going through Dmitry’s twitter entries, and I suddenly came across a blog titled “The (Often Amusing) Pitfalls of Auto-Generated Content” and I was really amused about the kind of Ads Google made by combining different keywords. The same day ironically while I was searching for something I ended up in a Google [...]

date2cal for mailformplus

In order to set date2cal for mailformplus we need to follow 3 important steps: 1. Include the necessary js and css files page.headerData.80 = TEXT page.headerData.80.value ( <script type="text/javascript" src="typo3conf/ext/date2cal/js/jscalendar/calendar.js"></script> <script type="text/javascript" src="typo3conf/ext/date2cal/js/jscalendar/lang/calendar-en.js"></script> <script type="text/javascript" src="typo3conf/ext/date2cal/js/jscalendar/calendar-setup.js"></script> <script type="text/javascript" src="typo3conf/ext/date2cal/js/date2cal.js"></script> <script type="text/javascript" src="typo3conf/ext/date2cal/js/naturalLanguageParser.js"></script> <link rel="stylesheet" type="text/css" href="typo3conf/ext/date2cal/js/jscalendar/skins/aqua/theme.css" /> ) # add translations # French – DEFAULT [...]

Subscribe to this page grab our RSS feed
Theme & Wordpress Integration - by Chandan