After featuring an Ads (D7 version) the bugs displayed, picture below.
After featuring an Ads (D7 version) the bugs displayed, picture below. __custom_name1__: __custom1__ __unit__
__custom_name2__: __custom2__ __unit2__
|
I can confirm this bug |
Here's the fix
Open: "/modules/boonex/ads/templates/base/ad_of_day.html"
Find
<div>__custom_name1__: __custom1__ __unit__</div>
REPLACE WITH
<bx_if:using_c1><div class="ads_From" style="__cust_style1__">__custom_name1__: __custom1__ __unit__</div></bx_if:using_c1> <bx_if:using_c2><div class="ads_From" style="__cust_style2__">__custom_name2__: __custom2__ __unit2__</div></bx_if:using_c2>
That should take care of this problem
~PC |
If he's using D7.0 like he said, that file should already be like that. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
I'm using a fresh install of D7 and the file wasn't like that. In fact, I just downloaded it a few days ago so it should be the latest package (if they changed it for some reason). EDIT: I entered the wrong file name to change initially. I've updated it to the correct file name now. (Doh!) ~PC |
I should add that if you use
__custom_name1__: __unit__ __custom1__
...in place of...
__custom_name1__: __custom1__ __unit__
It will put the currency sign in the right* location (on the left of the price), which is another annoyance resolved.
NOTE: To make the currency sign show up on the correct (left*) side of the other areas, such as the "All Ads" block, and "All Ads" page, simply make the same changes (mentioned above), in the file.... "/modules/boonex/ads/templates/base/unit_ads.html"
=o )
*(all of the info above is given assuming your currency sign is *supposed* to show up on the left side of the numerical amount)* |
it's working now... thanks theguypc more power :) |
http://www.boonex.com/trac/dolphin/ticket/1741 added and fixed |
@ vdot35: You're welcome
@Aramis: Thank you :) |