Intechnic
Users Developers
Home / Forums / In-Portal CMS / Need Help! / Fix for In-Link images not showing / Topic Posts

In-Portal Forum

This is a place for users of In-Portal to ask questions, discuss various topics, and interact with other members of the In-Portal Community. Please report bugs through the Bugs Team (not the Forum). If you are interested in contributing or joining one of the many Teams for In-Portal, please check out the Contribute section of the website.
 

In-Portal Forum

Fix for In-Link images not showing (3)


Posted: 02/09/2006 2:53:07 PM

Reply Quoted  


In the file
/themes/default/inlink/detail/link.tpl

Change this line:
<inp:link _field="additional_params"/>><img src="<inp:link _field="image" _Thumbnail="1" _NoThumbnail="0" _primary="1" _Name="main" _defaulturl="img/noimage.gif" />" border="0" alt="jump to site" />

To this:
<inp:link _field="additional_params"/>><img src="<inp:link _field="image" _Thumbnail="1" _NoThumbnail="0" _primary="1" _defaulturl="img/noimage.gif" />" border="0" alt="jump to site" >

Also be sure whe you add the image in the Catalog screen click Save then click Save again at the next screen.

Posted: 02/09/2006 3:38:28 PM

Reply Quoted  


I found that a similar problem was causing the zoom to not appear also because of several instances where the code was incorrect. I just uploaded the entire file with the correct code:

http://www.buttondb.com/linktpl.zip

Extract this file and put it in /themes/default/inlink/detail/

BE SURE TO BACKUP YOUR ORIGINAL LINK.TPL FILE
RENAME IT TO LINKBACKUP.TPL OR SOMETHING

Posted: 02/13/2006 9:25:03 AM

Reply Quoted  


WabbyTwx wrote:02/09/2006 3:38:28 PM
I found that a similar problem was causing the zoom to not appear also because of several instances where the code was incorrect. I just uploaded the entire file with the correct code:

http://www.buttondb.com/linktpl.zip

Extract this file and put it in /themes/default/inlink/detail/

BE SURE TO BACKUP YOUR ORIGINAL LINK.TPL FILE
RENAME IT TO LINKBACKUP.TPL OR SOMETHING


Hello WabbyTwx,

It's not quite a bug, but anyway thanks for your post here. We'll make sure to apply all necessary changes to the templates.

Thanks.