Chandan Web Blog.

Entries for the ‘Typo3’ Category

Real URL Config for tt_products

There are many posts regarding adding realurl to tt_products but I found that the fillowing code works well. Copy this code to your realurl configuration file. Disable the realurl autoconf in the Backend. // product categories ‘categories’ => array ( array ( ‘GETvar’ => ‘tt_products[cat]‘ , ‘lookUpTable’ => array ( ‘table’ => ‘tt_products_cat’ , ‘id_field’ [...]

Display News Title as Page Title in tt_news detail view

To Display the news title in the detail view of tt_news instead of page title use the following code [globalVar = TSFE:id = {$newsSinglePid}] temp.newsTitle = RECORDS temp.newsTitle { source = {GPvar:tx_ttnews|tt_news} source.insertData = 1 tables = tt_news conf.tt_news > conf.tt_news = TEXT conf.tt_news.field=title wrap = <title>|</title> } page.config.noPageTitle = 2 (Your Object) > (Your [...]

Open the Images present in tt_products List and Single view in Lightbox using Perfectlightbox

Hi Friends, The following code is used to open the images in Lightbox that are present in the tt_product, List and Single views. Please add these lines in typoscript. plugin.tt_products { image { imageLinkWrap { typolink { parameter.cObject = IMG_RESOURCE parameter.cObject.file.import.data = TSFE:lastImageInfo|origFile parameter.cObject.file.maxW = {$plugin.perfectlightbox.lightBoxMaxW} parameter.cObject.file.maxH = {$plugin.perfectlightbox.lightBoxMaxH} ATagParams = rel=”lightbox” ATagParams.override = rel=”lightbox[sb{field:uid}]” [...]

How to get an old TYPO3 Extension from Repository

In some cases we may need to get an old TYPO3 extension, this may be for several reasons. In order to do this, we can follow any of the following methods: METHOD 1: Go to http://www.typo3.org/extensions then search for your extension, say tt_news Just copy yhe download link of the t3x file, and now my [...]

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

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