Open Realty Addon: ImgSold
Posted on Tuesday June 26th, 2007. Get the Feed or Leave a Trackback
Here is another Open Realty addon I have developed. This addon places a “Sold” sticker on top of real estate listings that have been marked as sold. The addon allows you to specify which field in the listing template is used for denoting sold status, and which value denotes that the property has been sold. The addon includes the sold graphic as well as the source Photo shop file that you may use to customize the “Sold” sticker.
Installation
- Download the Open Realty ImgSold Addon v 1.6
- Unzip to your Open Realty Installation folder in the “addons” folder
- Access the admin page for the addon through the Open Realty admin system.
- Select the field from the listing template that you use to set the property status and click “Submit”.
- Replace Open Realty image tags with the addon template tags.
- Create transparent .PNG graphics for each of the property status values you wish to have overlay stickers. For example if your property status field has a value of “Sold” for one property and you wish to display a sticker on top of this image, use the included “sticker template.psd” PhotoShop file to create a graphic called “Sold.png” inside the addon imgSold directory. The addon includes, by default graphics for “Sold”, “Pending”, and “Lease” property status values. If for example you use the word “Unavailable” to denote a sold property, simply rename the Sold.png graphic “Unavailable.png” to have the sold sticker appear on all “unavailable” properties.
Template Tags
- {addon_imgsold_slideshow} Displays listing thumbnails as slideshow
- {addon_imgsold_listing_images} Displays listing thumbnails in a <ul> with links to full sized images
- {addon_imgsold_listing_images_java} {addon_imgsold_main_image_java} Displays listing thumbnails in a <ul> that toggles main image.
- {addon_imgsold_listing_images_java_caption} {addon_imgsold_main_image_java_caption} Same as above but with captions
- {addon_imgsold_thumb} Displays search result thumbnail with link to listing. Must be inside {search_result_dataset}{/search_result_dataset}
- {addon_imgsold_featured} Displays an unordered list of the featured properties in static order (Use instead of {featured_listings_NAME} tag)
- {addon_imgsold_featured_random} Displays an unordered list of the featured properties in random order (Use instead of {featured_listings_NAME} tag)
Change Log
- Version 1.6: Added featured listing tags, improved standards compliance of core default styles.
- Version 1.5: Fixed bug causing IE not to display thumbnails caused by having width/height = 0 in admin section
- Version 1.4: Fixed small bug with $misc Open Realty functions.
- Version 1.3: Fixed small bug with case-sensitive servers.
- Version 1.2: Addon now allows you to create custom overlays for any property status value, simply by creating a transparent PNG graphic inside the addon directory called [property status value].png
- Version 1.1: Addon is only accessible to admins

biyi Says:
July 10th, 2007 at 9:36 amGreat work you have done here:
in addon.inc.php there is an error that prevents the thumbnail from showing:
$display .= “fields[’listingsimages_thumb_file_name’]) . ” height=”$displayheight” width=”$displaywidth” alt=”$alt” />“;
should be
$display .= “fields[’listingsimages_thumb_file_name’]) . “” height=”$displayheight” width=”$displaywidth” alt=”$alt” />“;
Dan Imbrogno Says:
July 10th, 2007 at 9:48 amThanks for the feedback! I have made the correction to the code. If anyone else spots bugs please feel free to report them here. If you can include the line number it would be of great use to me.
biyi Says:
July 10th, 2007 at 12:38 pmcan I PM you I was wondering if I could get you to do some stuff for me. I am integrating Open-Realty with Joomla - cmsrealty
Lee Says:
July 11th, 2007 at 7:25 amThis addon is fantastic, its so simple but effective.
Love how you included the editable photoshop files, and the coding is very clean, type css is very good.
however I had unordered list type bullets next to my images at first and took some google searching to figure out how to remove them, perhaps you could include a css sample with the addon.
I assigned {addon_imgsold_listing_images} into my tample file.
And this to my Style Sheet.
#img_sold img, #img_sold ul {
border:5px solid #ffffff;
list-style-type:none;
margin-left: -25px;
padding-left: -1em;
}
just an example..
Thanks again Lee
Germ Says:
July 16th, 2007 at 5:50 amHi,
I am already looking for some time for a similar addon and was most pleased that I found yours.
I have installed the addon_imgsold in de addons section of open-realty, have set the permissions to write, but can nog configure the addon because I can not access de admin page through the OR admin system. There is no possibility in the admin to acces the admin of the addon.
What I am doing wrong / how can I configure the addon besides the admin section of OR.
Please be so kind to assist me in this. A reply to my email address would be perfect.
Regards
Germ
Atif Iqbal Says:
July 26th, 2007 at 8:12 amI tried to unzip the folder but it do not transfer file in the unzip folder. Many files are of 0 KB may be thats why.
can you please tell me any other way. I am using WIN XP PRO default unzip.
Atif Iqbal Says:
July 31st, 2007 at 7:07 amThank for your mail reply. That issue is resolved. Now I have downloaded full pack.
As per explanation I follow the same in my searchresult page as under:
{addon_imgsold_thumb} Displays search result thumbnail with link to listing. Must be inside {search_result_dataset}{/search_result_dataset}
But it create double entry rather then showing sold property water mark.
I am not sure what mistake I am doing. Kindly help me
Dan Imbrogno Says:
July 31st, 2007 at 8:22 amAtif I will contact you by email and see if you can send me the entire file so I can look at your code.
Dave Says:
August 7th, 2007 at 7:51 pmI tried out your addon but have had limited success.
I am unsure where to place the template tags, as I am getting php errors when I add them into my theme.
I also want to double check the folder permissions. I gave imgsold 222 permissions. Correct?
Dan Imbrogno Says:
August 14th, 2007 at 12:31 pmPermissions should be 777 for the folder. This is only temporary and is necessary for creating the configuration file. After you have configured the addon in the admin section you can change the permissions to whatever you like.
Flukie Says:
August 17th, 2007 at 11:36 amHi Dan
Thanks for the addon, works great. One thing though in the admin, all agents have the abilty to edit the addon fields. How do I hide the addon from all except the admin.
Dan Imbrogno Says:
August 17th, 2007 at 1:15 pmHi Flukie, I have updated the code. The addon is now only accessible to administrators. Thank you for your feedback.
Daniel Says:
August 18th, 2007 at 7:52 amis there any way i can creat another tag like: {addon_imgsold_listing_images_java_thumb}
as i use {listing_images_java} in all my templates…
Daniel Says:
August 23rd, 2007 at 2:55 amsorry… i meant {listing_images_java_rows}
Murray Says:
August 23rd, 2007 at 6:19 pmHi Daniel, this is a great add-on. I am having a bit of trouble configuring it correctly. I have added {addon_imgsold_thumb} in the search_result_default file as prescribed but I am getting 2 listings for each sold property. One with the sold banner on the image and the second without. I have tried using one of the default templates with the same result.
What might I have done wrong. “admin password is still default”
Dan Imbrogno Says:
August 24th, 2007 at 8:19 amAfter you have added {addon_imgsold_thumb} to the template page you can remove the tag called {image_thumb_1} from the template page. This may be causing your problem. Let me know if require further assistance.
Daniel Says:
September 13th, 2007 at 6:52 amis there any way i can creat another tag like: {addon_imgsold_{listing_images_java_rows}}
as i use {listing_images_java_rows} in all my templates…
Alex Says:
September 16th, 2007 at 8:37 pmHi, I’m having the same problem as Germ had… any suggestions? Thanks
Quote from Germ:
Hi,
I am already looking for some time for a similar addon and was most pleased that I found yours.
I have installed the addon_imgsold in de addons section of open-realty, have set the permissions to write, but can nog configure the addon because I can not access de admin page through the OR admin system. There is no possibility in the admin to acces the admin of the addon.
What I am doing wrong / how can I configure the addon besides the admin section of OR.
Please be so kind to assist me in this. A reply to my email address would be perfect.
Regards
Germ
Francis Says:
September 17th, 2007 at 4:30 pmI would like te use the imgsold addon, but there seems to be a problem. For your information: I am working on a Joomla site (1.12) in combination with OpenRealty 2.4.1 and CMS-Realty 1.1. There is an imgsold directory in the folder addons. In the admin section the sold.png shows up, but after clicking on the image a blank page opens, so it is not possible to configure this addon. The sourcecode shows ……
Any idea how to solve this?
I have installed some other addons and they all work fine.
Dan Imbrogno Says:
September 18th, 2007 at 9:19 amHi there, I will look into the problem shortly. If you can look in your php error log on your server for any specific error message you receive when trying to access the admin section that would be very helpful to me.
Francis Says:
September 30th, 2007 at 9:29 amHi, sorry for my late reply (in fact I was expecting an email if there was a reaction …). Anyway, the problem is still there. Could the problem be caused by the fact I installed the image sold addon in OpenRealty, which is integrated in a Joomla (1.12) and CMSRealty 1.1 website? Has the addon been tested for this? I could give you some login details, so you can see that the addon shows up in the admin panel, but a blank page opens when you click on the imagesold picture. Two other installed addons work fine and open with their configuration page. I hope I can use your addon in the same way.
Dan Imbrogno Says:
October 15th, 2007 at 10:36 amVersion 1.4 fixes the problem Francis was describing. Small bug with a variable I was using not being defined in a certain function. If you are experiencing any troubles please upgrade before posting issues.
Terry Says:
October 23rd, 2007 at 5:23 pmSaludos from Atenas! I am using OR UMP Version 2.4.3
and the addon is working great, Thanks! I was wondering if you can think of a way to get the sold sign to say “Vendido” in the Spanish section of the site and “Sold” in the English section? Obviously I need to re-do the .png files but then what? Any ideas?
Also the thumbnail ends up being smaller than the rest, can I change the size?
Pura Vida!
Dan Imbrogno Says:
October 24th, 2007 at 8:17 amHi Terry,
Thanks for the comment glad the addon is helping you out. If you’re comfortable with php what you can do is open up the addon.inc.php file inside the imgsold directory in your addons folder and look at the function on line 640 called:
function checkNeedsOverlay($listingID)
Inside this function is the logic that tells the system which overlay image to display. If you can detect what language is currently being used on the site you can add a suffix to the file name for the language. So on line 669:
$siteLang = “es”;
$listingStatus = $misc->make_db_unsafe ($recordSet->fields[’listingsdbelements_field_value’]) . “_” . $siteLang;
now you will have to rename the graphics in the addon folder from
sold.png to sold_es.png and sold_en.png
That should do it!
If you do update the code with this and get it working can you please zip it and send it back to me so I can update it for everyone to use?
I don’t believe my addon does any image resizing, it just takes your existing thumbnails and overlays an image on top of it, so I am not sure why it is appearing smaller then other thumbnails. Are you showing your thumbnails at a larger size then their actual resolution? For example, the thumbnail image is 100×125 but you stretch it in the html code to 200×250?
Thanks!
Greetings from Guanacaste!
Dan
Dan Imbrogno Says:
October 25th, 2007 at 12:26 pmInstructions for template specific imgsold stickers. As of now I am not planning on including this functionality in the code, because I think it seems rare that most people would want to do this, and requires more installation steps.
If more people request this though, I may add it.
1) Open up the addon.inc.php file in the ImgSold folder
2) Go to the line that reads:
if (file_exists($config[’basepath’] .”/addons/imgsold/” . strtolower($listingStatus) . “.png”)){
(should be 674)
3) Replace with
if (file_exists($config[”basepath”].”/template/”.$config[”template”].”/images/imgsold/” . strtolower($listingStatus) . “.png”)){
4) Go to the line that reads:
$watermark= $config[’basepath’] .”/addons/imgsold/” . strtolower($overlayType) . “.png”;
(should be 684)
5) Replace with
$watermark= $config[”basepath”].”/template/”.$config[”template”].”/images/imgsold/” . strtolower($overlayType) . “.png”;
6) Now the addon is going to look for the overlay images inside a folder called imgsold inside the images folder of your template folder. So move the sold sticker to this location. For example:
/template/englishtemplate/images/imgsold/sold.png
and
/template/spanishtemplate/images/imgsold/sold.png
now, when you are using the english template it will grab the sold.png in yoru englishtemplate folder, and when you are using the spanish template it will grab the sold.png in your spanishtemplate folder.
Hope this helps some people!
Vicky Rowe Says:
October 26th, 2007 at 9:11 amGreat add-on! I got it installed, and changed the tags in my templates (I’m using this on http://www.rwleehomes.com), and it shows up great in Firefox, but in Internet Explorer there are just blue dots, and I’ve verified this on independent systems, in case it was just me. I’ve got the tags switched back at the moment, but do you have any idea why the tags would not display in IE (ver 6x)?
Tommy White Says:
October 26th, 2007 at 11:12 amIs it possible to have a tag for Featured Items. That way if an item is featured and it sold it would show it in the featured template?
Terry Says:
October 28th, 2007 at 8:11 amVicky and Dan,
I just saw Vicky’s post and checked my site in IE 7. I not only don’t have stickers, I don’t have thumbnails in the details tab. It works great in Firefox!
Ideas?
Thanks
Alane Says:
November 1st, 2007 at 4:53 pmWhat an awesome addon! I just installed it and it is working great in FF but in IE6 the thumbnails are simply gone for any listing with images on the search results display. I wonder if it might be something to do with IE and PNGs?
Thanks for your generous work, I’ll keep an eye out for updates !
Dan Imbrogno Says:
November 1st, 2007 at 4:59 pmYes this seems to be an outstanding issue caused by one of the recent updates. I will look into it at my earliest convenience. Although testing on IE 6 is difficult for me since I use a Mac. If anyone else is able to identify the problem before I get a chance to, please leave a comment.
Alane Says:
November 1st, 2007 at 5:22 pmOK I’ve found it!
Lines 634 of the addon call a width and height value but if you look at the generated code it is leaving the values blank so alt=”" width=”" height=”"
FF ignores the blank fields but IE6 is assuming it means width and height equal 0
My coding ability is too limited to figure out how to get it to get those values but as a temporary fix I altered line 635 to: $listing_image = $fullurl.’fields[’listingsimages_thumb_file_name’]). ‘” alt=”‘ . $caption . ‘”/>’;
Dan Imbrogno Says:
November 1st, 2007 at 5:36 pmYes that is precisely the problem. That is a good temporary fix, although it is always best to set a width and height on an image. I am not sure why on your version the width and height values cannot be retrieved. I’ll investigate the issue further, for now I’ll leave the addon as is because on my standard installation of OR it seems to work in IE6. Maybe this has something to do with joomla. Can I ask, in what folder on your server do images get saved to?
Alane Says:
November 1st, 2007 at 6:17 pmI’m using OR stand-alone. Images are saved to images/listing_photos (OR’s defaults).
Terry Says:
November 2nd, 2007 at 8:39 amHi Dan,
Alane gave me an idea.. I went to the site config page to check the size of my thumbnails and included them in line 635…
$listing_image = $fullurl.’fields[’listingsimages_thumb_file_name’]). ‘” alt=”‘ . $caption . ‘” width=150″‘.$width.’” height=100″‘.$height.’” />’;
my thumbnails are showing in both IE7 and Firefox
Thanks again for a great addon!
Vicky Says:
November 15th, 2007 at 4:13 pmI made the changes Terry suggested, and mine is also now working in both IE and Firefox.
I noticed that someone else asked earlier, and I’m also interested, is there a way to mark Featured Homes sold as well?
Great addon!
Dan Imbrogno Says:
November 27th, 2007 at 8:42 amVersion 1.5 of the addon now checks to ensure that a width/height greater then 0 is set. If not, the width is not included in the html code. It is still best practice to include a width and height so I recommend setting the width and height of your thumbnails in the Open Realty Admin section.
As for the featured_listings tag. I will try to work on that as soon as I can but I am very busy at the moment. Again, If anyone has a minute to write this function for me and can send me the code that would be great.
Canariasdata Says:
November 30th, 2007 at 2:49 pmis it possible to use your addon on the featured listing template? Instead of displaying a “Sold” I would like to display a “FEATURED” on the featured_listing_horizontal replacing the {featured_thumb_src} tag.
Thanks for your time and great work!
Regards,
Gregor.
Dan Imbrogno Says:
December 13th, 2007 at 4:24 pmVersion 1.6 now supports a Featured Listings tag. You can place this tag anywhere on your site to display featured listings. These tags cannot be used inside {featured_listing_block} or {featured_img_block}. These tags completely replace the need for {featured_listings_NAME} tag. In other words you don’t need to load the featured_listings_horizontal.html or featured_listings_vertical.html page.
The code output is entirely semantic, in other words, it looks ugly until you apply your own CSS rules to it. Hope you find this useful, if you have any questions or comments please let me know.
By the way, I have uploaded old versions of the addon, so if a new version isn’t working you can always revert to an older one.
Take care,
aly Says:
December 31st, 2007 at 2:44 amWonderful addon, congratulations for your work !
Though, i have a problem
- it works only on my local windows platform (i have uploaded the same files on my linux box, tried lots of rights to apply on the directories, nothing works so far…)
Absolutely nothing happens on the linux box, the i checked generated html with or without the {addon_imgsold_thumb} (instead of image_thumb_1 in the template page search_result_box.html) and i have exactly same page. Which suggest the addon is not taken into account by the system ?
Did someone had same problem ?
Meanwhile, during my investigations I have noticed 2 useless characters (one ‘\’ and one ‘”‘) in the code, line 657 (at the end) :
$listing_image = $fullurl.’fields[’listingsimages_thumb_file_name’]). ‘” alt=”‘ . $caption . ‘\” ‘;
should be :
$listing_image = $fullurl.’fields[’listingsimages_thumb_file_name’]). ‘” alt=”‘ . $caption . ‘” ‘;
and line 661 :
$listing_image .= ‘” />’;
should be :
$listing_image .= ‘ />’;
aly Says:
December 31st, 2007 at 6:01 amwell, it actually does take into account the addon (i changed some code into addon.inc.php to see if something happens) but i still don’t know where something’s wrong…
aly Says:
December 31st, 2007 at 6:25 amOk ! i finally found what was happening…
Very simple actually : linux is case sensitive whereas windows php file functions are not… and i named the *.png pictures with case letters
i only had to rename the three *.png files to lower case and it worked
you just have to put this into your readme file :
“!!! naming of overlay png file MUST be in lower case !!!”
Thanks for all & best wishes all for new year 2008 !
CBrown Says:
January 9th, 2008 at 6:36 amI’ve been messing around with this for a while now and can not get the featured listings to work anywhere. What should the code look like I place in my site?
Dan Imbrogno Says:
January 9th, 2008 at 10:53 amFirst make sure you have removed all previous versions and installed the most recent one.
Wherever on your site you want the featured listings to appear you simply place the tag {addon_imgsold_featured} be sure not to nest this tag within any others. This tag replaces the need to have the {featured_listing_vertical} (or horizontal tag).
CBrown Says:
January 10th, 2008 at 7:43 pmThats what I thought and that is just not working at all. I have even placed it on a blank page and all that comes up is just {addon_imgsold_featured} as text on my page.
coco Says:
February 2nd, 2008 at 2:33 amHi,
I have installed the addon but I am new to this so can some one tell be which files (default OR files) needs to be changed and Please please give us an example of the tags replacement. When I do a search I can not find ‘featured_listing_vertical’ as suggested earlier on this page.
Martin Says:
February 19th, 2008 at 4:50 pmHi
Great addon . One thing , agents cannot change the status of their property. Or at least , they can change it but the image doesnt update the overlay .. How can I achieve this ?
many thanks
Martin
pete Says:
March 13th, 2008 at 4:08 pmhi
how do i add the price to the featured listing as it just shows the title i was wanting to add the price to it aswell thanks
pete Says:
March 15th, 2008 at 5:39 pmdon’t worry about it i sorted it i just pulled them from the database
Germ Says:
May 5th, 2008 at 2:46 amDan,
I am using you great addon for some time now and really love it.
i do have a remark.
If I use a status (and additionally a png with the same name) of more than one word (ie. sold under restrictions) the addon is working but gives the following error on the search reslut page:
Warning: getimagesize(http://www.germwijnia.nl/open-realty/images/listing_photos/thumb_68_dsc00809(large)_Verkocht onder voorbehoud.jpg) [function.getimagesize]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in /home/germwijnia.nl/public_html/open-realty/addons/imgsold/addon.inc.php on line 656
As said, the addon is working and the status is displayed correctly, but the error on the top of the search result page points to an error in the imagesize.
Any idea what this could be?
Thanks for your assistance.
Germ
TheBazaMan Says:
May 14th, 2008 at 11:44 amHi,
I am getting same problem as Germ above. Had to take off site as it gets too many hits daily to leave it on. Any ideas as I would like to use this addon.
Many Thanks
TheBazaMan
dan.imbrogno Says:
May 14th, 2008 at 1:35 pmHi there,
as a quick fix, if everything is working properly you can place an “@”
symbol at the beginning of line 656 in imgsold/addon.inc.php in order
to surpress the warning.
I think the reason you have an error is because php is trying to
determine the size of the image using a url with spaces in it, which
it does not like. perhaps wrapping the url on line 656 in url_encode()
would solve the problem, i’ll look into the issue hwen i have a minute.
TheBazaMan Says:
May 15th, 2008 at 2:05 amPlaced the “@” symbol at the beginning of line 656 and that solved the problem for now. I will look at the url with spaces issue and let you know what I find.
Many thanks
TheBazaMan
Keystrokes Says:
June 21st, 2008 at 8:12 amI like this addon very much but it wil not display well in IE7, fine in firefox.
I have simply replaced in search_result_default.html the tag {image_thumb_1} with {addon_imgsold_thumb}
The problem is in IE7 the town also beocomes an additional hyperlink and throws the rest of the columns out.
In FireFox it is absoluty fine, it is also fine in Safari (both Mac and Windows) and fine in Opera.
I am using your version of 1.6 and 2.4.3
go to www.croftsales.co.uk and click on Browse on the top menu.
Any ideas?
Keystrokes Says:
June 21st, 2008 at 8:17 amFurther to my last post I notice it does not dsplay the field item correctly in FireFox either. The town is not hyperlink like IE7, but the town (field_2) is also repeating in the coumn for where field_3 should be which then moves the rest of the field across.
If I simply replace the original tag, everything appears fine again.
LoclynGrey Says:
June 24th, 2008 at 6:03 pmI have the same problem that Germ had, so trying the @ with line 656.
My OR is inside of Joomla.
The @ worked
Pranesh Says:
July 7th, 2008 at 10:01 pmHi Dan,
Thank you sooo much for such nice addon.
I am having a typical problem.
See here http://www.homefast.ca/index.php?action=listingview&listingID=3
I was using this tag {listing_images_java}
and then I use this tag
{addon_imgsold_listing_images_java}
and started getting vertical buletted thumb nail picture.
How can I get a Horizontal ow pictures?
Please help me!
Thanks & regards,
Pranesh Biswas
Calgary, Alberta, Canada
Fabio Says:
August 14th, 2008 at 4:22 amFantastic addon - works straight out the box for me!
Terry Says:
August 27th, 2008 at 7:07 pmHi Dan,
Greetings from Atenas… again. It’s been a while.
I have been using your addon since last Oct. and it has been working great in both languages, I have been very happy with it.
I just had to change my host server and now I am getting some error messages whenever the overlay is displayed:
Warning: imagejpeg() [function.imagejpeg]: Unable to open ‘/home/trymry2/public_html/property2/images/listing_photos/thumb_187_1_Sold.jpg’ for writing: Permission denied in /home/trymry2/public_html/property2/addons/imgsold/addon.inc.php on line 729
The overlay displays properly but I still get the message.
I am probably not running the latest version, but am afraid to upgrade and lose the changes we made to get it switching languages.
Any ideas?
Thanks!
stuart Says:
September 6th, 2008 at 4:02 amok great addon by the way. it works on my localhost perfectly. Ive got it running on my host but it gives me the following errors: can you help?
Warning: getimagesize() [function.getimagesize]: URL file-access is disabled in the server configuration in /home/www/be-beautiful.org/addons/imgsold/addon.inc.php on line 656
Warning: getimagesize(http://www.be-beautiful.org/images/listing_photos/thumb_3_house.jpg) [function.getimagesize]: failed to open stream: no suitable wrapper could be found in /home/www/be-beautiful.org/addons/imgsold/addon.inc.php on line 656
any help will be appreciated.
regards
stuart
Nick Says:
September 30th, 2008 at 11:01 amSorry noob here! I just tried this addon and still can’t get it to work.
I have uploaded the imgsold directory to the addons directory, clicked on the Sold icon on the Admin page, set the “status” field, but I’m having trouble understanding what to do with the template tag.
Also do I have to copy the png files into the images directory?
Thanks in advance
Nick
Rick Says:
October 16th, 2008 at 8:25 amI am also a noob, same question as previous person:
” I have uploaded the imgsold directory to the addons directory, clicked on the Sold icon on the Admin page, set the “status” field, but I’m having trouble understanding what to do with the template tag.
Also do I have to copy the png files into the images directory? ”
Thank You
Rick Says:
October 16th, 2008 at 11:46 amUPdate,
I have the addon working but my horizontal display feature listings only show vertically?
Any thought to how I can maintain the horizontal display:
Code as Follows:
{featured_listing_block_row repeat=”4″}
{addon_imgsold_featured_random}
{featured_img_block}{/addon_imgsold_featured}
{listing_title}
{/addon_imgsold_featured_random}
{/featured_listing_block_row}
Thank You,
Rick
Alex Says:
October 19th, 2008 at 3:37 amDan your addon is beutifull!!!
Thank you
Just something:
I see your addon work with this tags:
SOLD||LEASE||PENDING
But what about if I neeed the tags in spanish?
VENDIDO||RENTADO||APARTADO
Thank you
jez Says:
October 28th, 2008 at 4:59 amhi
installed this addon which was exactly what i was looking for . works fine when i change the listing detail tag.
with the search tag, i used the box default search result and although it does work on there it takes a good 60 seconds for the page to load.
as for the featured listings i cannot get this tag in the right place for the life of me , i added the tag to the page1_main
Featured Listings
{addon_awdsmultfeat_show3}{addon_imgsold_featured_random}
but that didnt work at all
any advuce would be appreciated
thankyou
Rob Says:
November 14th, 2008 at 4:20 pmI installed your addon. Thank you.
Only problem I am having, is with listings which have no image. The system displays the “noimage.gif” file in its place. But no sold banner is placed over it. I though this was because of the file format, so I created a “noimage.jpg” file, and changed all the references from the gif to jpg in the source codes. My new jpg file shows, but no banner is placed over it. I assume this is because it is getting the file from the OR/IMAGES directory, instead of the uploaded images directory. Is there a way to have the sold banner show over the “noimage” photo?
Paul C Says:
November 18th, 2008 at 4:31 pmHi, Great addon, thanks.
Is there any way to remove the watermark image from the {addon_imgsold_listing_images_java} tag, as this is not really required as long as the main image has one?
Have tried reverting back to the OR original java_row tag but this will not work with the img_sold_main_image_java tag.
So it seems that we are all in or all out with reagrd to the sold images, can you help with a pointer please?
Many thanks again,
Paul