Chandan Web Blog.

Entries Tagged ‘Typo3’

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 ‘);

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 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 Admin Panel in TYPO3

In order to make sure that the admin panel is visible when you are in backend, make sure that the following criteria are met: 1. Make sure you are logged in to the BE of same domain. In a multi-domain setup, if you are logged in www.domain-a.com, and you try to view www.domain-b, then don’t [...]

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. [...]

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