Chandan Web Blog.

Entries for the ‘Extension Programming’ Category

How to Customize RTE for table fields in Typo3 Extensions ?

In the ext_localconf.php file of the extension, add the below code. t3lib_extMgm::addUserTSConfig(‘ page.RTE.config.your_table_name.field_name.showButtons = bold, italic, orderedlist, unorderedlist ‘);

How to get an old TYPO3 Extension from Repository

In some cases we may need to get an old TYPO3 extension, this may be for several reasons. In order to do this, we can follow any of the following methods: METHOD 1: Go to http://www.typo3.org/extensions then search for your extension, say tt_news Just copy yhe download link of the t3x file, and now my [...]

How to find and change TYPO3 settings.

This is a small reference to give an idea on how to find a TYPO3 setting that can be changed, and how to change it. Easy: go to BE Click the Configuration module in left menu bar Now use the drop down at the top, and select TYPO3_CONF_VARS. Search for what you need Click on [...]

Adding new fields to existing TYPO3 tables at desired location.

NOTE: This post is intended to add a new field to an existing TYPO3 table at any desired position. Kickstarter is initially used to add the new field, then we will use fthe following trick to add our new field to a desired location. GOAL: Add new field called company name, after the subheader field [...]

How to utilize a hook defined in a TYPO3 Extension

This article gives a short overview on how to utilize a hook that is generally written in TYPO3 extension. We will use an available to_news hook for this. Generally TYPO3 and it’s extensions are written to be extended. Hooks are one such mechanism which helps developers to extend features of an extension without modifying/patching the [...]

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