Ads block on front page layout.

Does anyone know where I can change the layout of the Ads block on my front page?  It's not something that can be messed with as a language key, and I can't find the template through FTP.

I want to change the way this is displayed - "Price: 5000 $"

The first problem is, the dollar sign should be on the left of the actual price.  It should be displayed like this - "Price: $5000" or "Price: $5,000.00"

The other issue is, if you add a comma when adding the price in your ad admin, it drops the zeros when the ad is displayed.

Any ideas?

Thanks,

Bill

newbreed
Quote · 8 Mar 2010

there is already a ticket open for this.  not sure if they fixed it yet.  have a look in the trac.

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 8 Mar 2010

there is already a ticket open for this.  not sure if they fixed it yet.  have a look in the trac.

Thanks Jay, I will have a look-see now...

newbreed
Quote · 8 Mar 2010

Yes, this problem has been fixed. For your ease i have mentioned some code which you have to replace in the file unit_ads.html

modules/boonex/ads/templates/base/unit_ads.html

<bx_if:using_c1><div class="ads_From" style="__cust_style1__">__custom_name1__: __unit__ __custom1__</div></bx_if:using_c1>

<bx_if:using_c2><div class="ads_From" style="__cust_style2__">__custom_name2__: __unit2__ __custom2__</div></bx_if:using_c2>

Hope it will be fine for you.

regards.

Quote · 8 Mar 2010

YES, that worked perfectly, thank you!!!

Yes, this problem has been fixed. For your ease i have mentioned some code which you have to replace in the file unit_ads.html

modules/boonex/ads/templates/base/unit_ads.html

<bx_if:using_c1><div class="ads_From" style="__cust_style1__">__custom_name1__: __unit__ __custom1__</div></bx_if:using_c1>

<bx_if:using_c2><div class="ads_From" style="__cust_style2__">__custom_name2__: __unit2__ __custom2__</div></bx_if:using_c2>

Hope it will be fine for you.

regards.

newbreed
Quote · 8 Mar 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.