Chandan Web Blog.

Entries for the ‘Extension Programming’ Category

How to add a postUserFunc or parseFunc or binding any userFunction in TYPO3

This is one of the easiest thing that just helps us do almost anything with TYPO3 content. Well, yes, still the basic stuff we need to find out is how to get this done. Generally you might have seem in extensions that they use stdWrap, and consider you wish to process the content after the [...]

How to enable jQuery with powermail OR How to remove mootools or prototype from powermail, and use jQuery validation

In some cases we may wish to retain one single library throughout our site, so powermail does not have issues if we choose mootools or prototype. If we prefer jQuery, then we have some issues at present, as powermail does not yet allow us to use jQuery built in. The future version however seem to [...]

Disable js_css_optimizer when using feeditadvanced

I recently noticed that the extension feeditadvanced when used alog with js_css_optimizer gives an error stating that a CSS file is missing! This is probably caused because feeditadvanced did nt take into consideration the css files that are created by the js_css_optimizer. Normally we do not need js_css_optimizer if we would like to edit content. [...]

Disable a TYPO3 extension or removing a hook specified by another extension

In some cases we may need to disable some hooks that are defined by another extension. Say for example in a recent case, I had to disable js_css_optimizer when a typo3 FE editor is logged in. This was necessary as feeditadvanced was not working together with js_css_optimizer. So the moment I needed the services of [...]

Dividers to Tabs in Extensions

This article explains how easily we can get Tabs in the content elements of type “insert records”. Generally we will need to edit tca.php and ext_tables.php. To be more specific it involves adding two parameters. 1. Specify that you are using dividers to tabs “dividersstabs” 2. Mark all tabs using –div– Let us see how. [...]

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