Usergroup: Customer
Joined: Sep 06, 2004
Location: Tennessee, USA
Total Topics: 12
Total Posts: 60
Posted 09/16/04 - 12:06 PM:
#1
I have searched most of the forum and havent found the answer to this here or in the manual. I would like to post sponsored links for my site that I can call up from the wrapper template, and/or from other pages on the site in a random order rather than category related order to replace banners that are currently being displayed. Is this possible?
I also tried to generate a top list to do this with reciprocal links, added the following code to the wrapper template:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/travelaz/public_html/directory/classes/database.php on line 72
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/travelaz/public_html/directory/classes/database.php on line 72
Any ideas? I have spent the best part of this day trying to solve this problem.
Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5703
Posted 09/16/04 - 11:19 PM:
#2
Why are you trying to order by recipurl? You have random only as a secondary order. The error message is because you have a secondary order, but not a secondary choice of ascending/descending, which is basically illogical.