Here are a couple more code hacks RE the WTS, WTT, etc...
If you want these to show on the default home page:
Open template: sr_classifieds_main:
find:
Code:
<div><b>$randomad[title]</b></a></div>
<div class="smallfont">by $randomad[username]</div>
Replace with:
Code:
<div><b>$randomad[type] $randomad[title]</b></a></div>
<div class="smallfont">by $randomad[username]</div>
Open template: sr_classifieds_newadbit
find:
Code:
<div><b><a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">$newad[title]</b></a></div>
Replace with:
Code:
<div><b><a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">$newad[type] $newad[title]</b></a></div>
I have moved this to my public forum now that I am more comfortable with the script and you can see it running on my website here:
http://www.timeshareforums.com/sr_classifieds.php
Also note, I added WTR (RENT) and LTR (Looking to Rent) as like my suggestion posted above.