Chandan Web Blog.

Entries for the ‘typoscript’ Category

Line break converts to Paragraph in Tinyrte ?

In  TS config for pages add the below lines RTE.default.proc.dontConvBRtoParagraph = 1 That’s it. As the code describes it does not allow BR to convert to Paragraph.

How to enable click enlarge image in Typo3 RTE ?

1) Go to the extension manager and click on the extension “htmlArea RTE” and there check “Enable images in the RTE[enableImages]”.  After that click on “Update” on the bottom. 2) Include the static template “Clickenlarge Rendering (rtehtmlarea) “. 3) Insert the image in RTE and set on “Click-enlarge” option.

Felogin logout redirect does not work

When we try to logout from an access restricted page, we will see either a 404 (Page not found) or a 401 (Authorization required) error. This issue seems quite old, but unfortunately there are still some bugs when we use the Logout template of the felogin. The issue is reproduceable even on Typo3 4.2.8, I [...]

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

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