Chandan Web Blog.

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

Syntax for ext_conf_template

The Syntax inside the file ext_conf_template.txt is exatcly same as the syntax for the TypoScript constant declarations. There exists a documetnation about the same titled “Declaring constants for the Constant editor” which can be easily located in the typo3 core documentation titled “TypoScript Syntax and In-depth Study – doc_core_ts”.

How to Transfer TYPO3 Site to a New Host ?

1. Using an FTP Client, such as WinSCP, Connect to your current hosting account. 2. Download to your local computer all the directories and files in the following directories: /fileadmin /t3lib /typo3 /typo3conf /typo3temp /uploads .htaccess index.php 3. When the download is complete, open the /typo3conf on your local computer and delete all the files [...]

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

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