added on Jul 20, 2006 by
Hi is it possible to display random links from categories?
For example, I wanna have 30 random links on the home page from all categories.
added on Jul 21, 2006 by
Hm yes I guess it could be made. I'll see if I could make something of for the next release.
added on Jul 21, 2006 by
And when is the next release :)
added on Jul 21, 2006 by
Just released it this morning. Check out the latest post in the announcements forum
added on Jul 21, 2006 by
Hey, just upload the newest version but how do i get those random links from every categorie on my index page.
added on Jul 22, 2006 by
Hey, just red your documentation about that random links, but thats what I asked.
For example take a look at www.minispel.be/partners.php I have here several cats, what I need is a .dat file dat
contains random links from those categories toe display on the index page.
So, I like to have 1 .dat file that shows randomly 2 or 3 links from each categorie. Is this possible?
BTW nice script to exchange links
added on Jul 22, 2006 by
Hi.
Thanks for the kind words.
What you want is not quite possible with this script. Not the way things works pt.
What I would do, with the capabilities of this script, is go create a new category for every category you allready have,
limit each of the new ones to 2, and have it sort them random.
Now you have a bunch of files you could include in your indexpage. The only thing it's only so random. The order of the
categories will be the same, but the links within the categories is random.
I'll have to come up with a way to make what you want possible.
Btw. you know you can auto-upgrade the script directly from the admin? Goto "about", and check out the upgrade
link. Much easier that FTP'ing and all that :)
- v0id
added on Jul 22, 2006 by
I saw yesterday the auto update option :)
Is it possible to make that with an external php script?
I will try this option, untill you have another sollution :)
Thanx for the script m8
added on Jul 22, 2006 by
Sure thing. Actually I can whip you up a script later tonight.
added on Jul 22, 2006 by
Hey, if you can make some script that will be great.
added on Jul 31, 2006 by
Sorry for the delay, I have been very busy.
I can see one problem with the solution of the external script, and that's if you got one link in multiple categories.
Then it's really hard to make sure the links are all unique.
Do you have links in multiple categories?
added on Aug 3, 2006 by
Hi, delay is not a problam. I don't have links in multiple categories, each trade can add his link to one categorie.
added on Aug 12, 2006 by
Hi,
Did you have some time to make the script?