HOME | DOWNLOAD | SUPPORT | INSTALLATION | FAQ | SUPPORT FORUM | DEMO
 ° Forums ° Statistics ° Registration ° Search ° Manual °
SkaLinks Forum / Technical Support / How to sort or reorder links?
Author Message
zver0
Member

Posted: 12 Feb 2006 10:29:54


Is there any way to sort links by date, page rank or alphabetically? By default SkaLinks adds new links at the top and pushes the old ones to the bottom and eventually the old ones go to page 2, 3 etc. I want the opposite, the new links to be added at the bottom and next pages as this makes a lot more sense. Pushing old links to new pages is very bad for link exchange, as the url changes and our partners won't be able to find their backlinks if they use automated backlink checking.

skalinks
Admin

Posted: 14 Feb 2006 05:55:03


Hi zver0

You can point linkback url not to category with link, "More info" link is speaccially for this. This link is permantly and you can use it for linkback url.
Also, if you wish to change the order of links display, we can make a custom modification for you for a little payment.
Thank you!

axel


Posted: 15 Feb 2006 13:43:15


How little is a little payment ?

Is it possible to add an system that on alfabethic order.

skalinks
Admin

Posted: 17 Feb 2006 05:26:17


Everything is possible. The minimum payment for custom modifications is $50, it depends on the level and the size of the work.

Anonymous


Posted: 1 May 2006 11:42:13


ISn't this a matter of adding something like

order by
order by
SiteName asc
limit $sr, $pp
");

Somewhere in cat.tpl ?

skalinks
Admin

Posted: 2 May 2006 05:53:58


Hello
You can add something like this to php code in SkaLinks.class.php file, but you need to connect this order with GET vars and add same links to page for change order.

Thank you