[TYPO3-dam] conflicts with hl_dam_gallery? Any solutions to get it to work?

dave typo typothree at gmail.com
Thu Feb 15 11:45:12 CET 2007


is there any known extensions that conflict with the hl_dam gallery
extension? I cannot get it to work at all.  Or is there any
typoscript, namely page. script that conflicts with the gallery?

Here is what I have:

I have a page called 'images' and another on the same level, under it,
called 'gallery'. On the 'images' page I have two dam referenced
images. They are enabled  to be shown on a gallery page, the page I
have labeled 'gallery'.

Now, on the page I have labeled 'gallery', I have a show dam image
plugin that has a starting point at the 'images' page.

My typoscript setup is as follows:


plugin.tx_hldamgallery_pi1.defaultGalleryPID = 108
plugin.tx_hldamgallery_pi1.addDownloadLink = 1
plugin.tx_hldamgallery_pi1.showTitle = 1
plugin.tx_hldamgallery_pi1.numberOfThumbs =2
plugin.tx_hldamgallery_pi1.showDescription = 1
plugin.tx_hldamgallery_pi1.showCaption = 1
plugin.tx_hldamgallery_pi1.showCopyright = 1
plugin.tx_hldamgallery_pi1.shrinkImagesToWidth = 100
plugin.tx_hldamgallery_pi1.useIPTC = 0

AND nothing works. I get the images appearing as thumbnails on the
images page, but nothing appears on the gallery page at all. I have
all the latest extensions needed to run the DAM show images plugin:

   1.      dam
   2.      dam_catedit
   3.      dam_index
   4.      mmforeign
   5.      dam_ttcontent

I then considered that I may have needed to insert additional
typoscript to get it to work, so I inserted this typoscript from the
dam_ttcontent extension, thinking that the rendering might be broken:

////////////////////////////

includeLibs.tx_damttcontent = EXT:dam/lib/class.tx_dam_tsfe.php
temp.tx_dam.fileList < tt_content.image.20.imgList
tt_content.image.20.imgList >
tt_content.image.20.imgList.cObject = USER
tt_content.image.20.imgList.cObject {
userFunc = tx_dam_tsfe->fetchFileList
refField = tx_damttcontent_files
refTable = tt_content
additional.fileList < temp.tx_dam.fileList
additional.filePath < tt_content.image.20.imgPath
}

tt_content.image.40.imgPath >
tt_content.image.40.imgPath =

//////////////////////////////

but all that this code seemed to do was put 2 of the exact same photos
under the 'images' pages.

I got the extension working before, but it seemed to work only after
clearing the localconf cache and the frontend cache, and then
unistalling and reinstalling dam_ttcontent. However, this process
doesn't seem to get the extension working anymore.


There is few help concerning this extension, and I have no idea why
its not working properly. Again,  I don't know of any extensions that
conflict with the gallery, nor do I have a grasp of which  typoscript
could be disabling it from working. Can anyone help? Does anyone have
any experience with getting this extension working? It looks so simple
when looking at the extension's documentation,... :(


thank you for any help

-dave


More information about the TYPO3-project-dam mailing list