Chandan Web Blog.

Entries for June, 2011

Firefox Profile Manager and Backup/restore Profiles on Portable Firefox

A. Creating a New Firefox Profile. 1. Close all instances of Firefox: 2. Run the following code: F:\PortableApps\FireFox3Portable\App\Firefox\firefox.exe -P NOTE: Make sure the above path suits your install location 4. It is nice to put the profiles into a central location, thus convenient in future. Ex: F:\PortableApps\FireFoxProfiles/ff3 F:\PortableApps\FireFoxProfiles/ff4 F:\PortableApps\FireFoxProfiles/ff5 3. You will get profile manager, [...]

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

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