Chandan Web Blog.

Entries for the ‘Extension Programming’ Category

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

Html tags like table,p are not comming for the newly added RTE field in tt_news

While I was working on some project, there was a requirement to add extra RTE field for tt_news. I extended the table tt_news by adding RTE fields. I faced the following problem 1) I inserted the table but after saving the tt_news record the table started disappearing 2) <p> tag was not inserted automatically for [...]

Adding Fields to the Rootline to Enable sliding for custom fields

In certain situations it is necessary to add fields to the rooline so that we can have the sliding feature enabled for these fields. The fields can be added to rootline fields list through the install tool –> All Config or if you are developing an extension, then you can write the following code in [...]

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