Quote:
Originally Posted by SkyCatcher
BTW - I've noticed it's hard to distinguish between buyers and sellers.... is it possible to add a prefix dropdown list to the title of the ad (Wanted | Selling) or something to that extent?
|
Yes.
Edit the template: sr_classifieds_adbit
Search for:
<if condition="$ad[active] == '2'"><b>$vbphrase[closed]:</b></if>
After that add:
<b>$ad[type]</b>
$ad[type] works pretty much anywhere there's an ad. I just didn't make it automatic because i figured some didn't want that.