Quote:
Originally Posted by gio~logist
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.
|
Thanks! I also am in the process of updating my templates with the option values for yje "Buy, Sell, Looking, Offering" to say:
Code:
<option value="WTB">Buy</option>
<option value="WTS">Sell</option>
<option value="WTT">Trade</option>
<option value="FREE">Free</option>
I think these were the only two I had to modify:
sr_classifieds_edit
sr_classifieds_new
Looks much better with these changed!