Quote:
Originally Posted by KSMatic
nice script, I tried this but it shows on a new ad per row, anyway to make it show on the same row?
Like right now it has a huge space on top with 5 ads while the sides are all empty 
|
try editing your
sr_classifieds_newadbit
and replace its contents with
HTML Code:
<td><a href="sr_classifieds.php?do=ad&id=$newad[classifiedid]">
<img src="$vboptions[bburl]/sr_classifieds/uploaded/thumbnails/$newad[image]" border="0">
</a></td>
This is from memory though as i no longer use the mod, far too buggy. This should however, if your using the code i posted, align them next to each other.