Chandan Web Blog.

Entries for May, 2011

jcarousel adds empty item in circular mode

When using the circular mode in jCarousel(wrap : ‘circular’), we used to see a blank item initially, whhich used to get cleared in the next iteration. i.e. It seemed like jCarousel generally expects at least one extra item, than the width of scroll area. In our case the width of scroll area was occupied by [...]

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

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

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