Howsit guys, for the life of me I still cannot get the site to list the ads by AdLevel and not DateCreated whenever you search for something. And I have changed the procedure which sorts by DateCreated to AdLevel, I have searched the entire project for anything to do with AdLevel and DateCreated and still doesnt do what it needs.
So now i have another thought, how about instead of having code to list all the ad's and sort them then by DateCreated, how about i have code to list only ads of a certain level? eg when you search how do I have it only list Ads thats featured Ads, then it sorts by datecreated. what i want to do then, is have the code to display featured ads first, then another section of code to only display guest ads, that way it would appear to be sorting by AdLevel but in actual fact its only displaying featured ads first, then normal ads afterwards because of the code.
Also i still cannot get it to display up to 5 featured ads on the homepage at the same time, it only display ones featured ad, and i have used all the code examples listed on this site including the line of code which says "GetMaxNumAds" from "GetMaxNumAds(1)" to "(5)" and still no joy.
this is the only 2 issues im struggling with then my site can go live. Please any advise on how to go about this or code would be awesome. Ive sat many nights up now fiddling with this code.