Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
Homepage Preview Thumbnail to show on _publish_listing

 

 


thp
User

Jan 26, 2009, 4:56 AM

Post #1 of 3 (2163 views)
Shortcut
Homepage Preview Thumbnail to show on _publish_listing Can't Post

Hello

On my detailed listing page ie. _publish_listing.html, I want to show the logo of an Agent next to the property. The Agent information is displayed similar to Interactive's Demo but with the logo image also displayed. All Homepage text fields are showing but can,t get the logo image to display. Code is;

<a href="$homepage_url$/$user_file$"><img src="$homepage_url$/images/$thumbnail$" width=$thumbnail_width$ border=0 alt=""></a>

There will be several pictures uploaded to the Agent Home page, therefore, I just want the Preview image to show (which is the Agent's logo).

Any help would be much appreciated.


Donna
Staff / Moderator


Jan 27, 2009, 2:07 PM

Post #2 of 3 (2149 views)
Shortcut
Re: [thp] Homepage Preview Thumbnail to show on _publish_listing [In reply to] Can't Post

Hi there,

Here's a list of all of the placeholders that work on each template:

http://www.interactivetools.com/docs/doc.cgi?/listingsmanager/doc_page6.html

The image fields for the homepages cannot be displayed dynamically on the listing page, as the thumbnail placeholder is already in use (for the listing thumbnails.)

You could hardcode the link using the agent's usernumber, but this generally isn't recommended as the hardcoded link could change if you have to re-upload/delete/etc the image in question.

Let me know if you have any other questions. :)

Donna

--
support@interactivetools.com


thp
User

Jan 28, 2009, 1:29 AM

Post #3 of 3 (2143 views)
Shortcut
Re: [Donna] Homepage Preview Thumbnail to show on _publish_listing [In reply to] Can't Post

Thanks