I have this code in my home.tpl {css_listings_horizontal number=12 type="featured"} And my images are in Random form, How can I do for to take off this form and make my images static images, I dont know what is the file that I must to edit?
You will need to modify and work on the custom plugins module. Not quite sure what you are trying to achieve though.
Hi Seymourjames Rightnow in my website is randomly 12 ads in the featured, Ok I dont want in the random form that they shown if not like new Ads, static, you told me in my custom plugin I test in function.css_featured.php & function.feature_listings_horizontal.php But I can't to find where I have to edit
Noit quite sure what you are trying to do. However the variables which can be used are listed in the instructions. Here are some of the combinations new: new listings, i.e. type="new" featured_new: new featured listings, i.e. type="featured_new" featured_top: top featured listings, i.e. type="featured_top" top: top listings, i.e. type="top" I think you are actually asking for this one which should pull the newest featured listings. They will only changed as new featured listings are added. featured_new: new featured listings, i.e. type="featured_new" If it is not this then you are into modifying the SQL code. That is not something we support.