Chandan Web Blog.

Entries for the ‘Typo3’ 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. [...]

Link to Top re-directs to home page.

If link to top is re-directs to homepage, to solve this we have to include following code int to our  typo-script setup page config { prefixLocalAnchors = all } This  replaces  all links like <a href=”#” > into <a href=”[url]#”>

Assigning a Favicon or Shortcuticon in Typo3 using Typoscript for multiple domains

Assigning a favicon is quite simple in Typo3. you can just use the following Typoscript to assign a favicon. page.shortcutIcon = pathToFolders/favicon.ico In case of multi-domain setup there are various ways you can achive this: 1. By adding the above code in the Typoscript Template Record of root page for each domain. 2. If same [...]

How to remove unnecessary anchor tags like <a id=”c59″/>,<a id=”c77″/> etc.?

In setup write the below code tt_content.stdWrap.dataWrap > That’s it!

Enabling Color Picker in HTML RTE Area of Typo3

By default the color picker woudl be enabled in the Typo3 RTE. However, on some cases this may be disabled. Here is a quick overview on how to re-enable it in such cases. You are unable to see the color picker, that means you need to add it to the list of available buttons. This [...]

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