I'm trying to setup the Priority mod into LinkSQL 2.1.2.
I have follow these steps http://www.gossamer-threads.com/...orum.cgi?post=183433:
~ Click on Database > Links (drop) > Properties (drop)
~ Then at the bottom of the page there is a link called 'Add Column'. Click this.
~ Then set as follows;
Column Name - Priority
Column Type - INT
Form Display - Prioridad
Form Type - Select
Form Size - 4
Form Names - 1 then return, then 0
Form Values - Yes then return then No
Search Weight - 0
Then press Add Field To Links
~ Then add another field as follows;
Column Name - PriorityImage
Column Type - TEXT
Form Display - Imagen Prioritaria
Form Type - Textarea
Form Size - 40,5
Search Weight - 0
Then press Add Field To Links again.
Then in your link.html template add the following (or similar);
<%if Priority%>
<%PriorityImage%>
<%endif%>
And finally I have setup the Build options like:
Setup > Build Options
Then find build_sort_order_category and add in Priority DESC, like so;
Priority DESC,isNew DESC,isPopular DESC,Title
The problem are that the image display OK but the sort order not work...
The priority link sort in a different position according to the diferent queries.
Does somebody have the same problem?
Help please!!
-----------------------
Nomada
I have follow these steps http://www.gossamer-threads.com/...orum.cgi?post=183433:
~ Click on Database > Links (drop) > Properties (drop)
~ Then at the bottom of the page there is a link called 'Add Column'. Click this.
~ Then set as follows;
Column Name - Priority
Column Type - INT
Form Display - Prioridad
Form Type - Select
Form Size - 4
Form Names - 1 then return, then 0
Form Values - Yes then return then No
Search Weight - 0
Then press Add Field To Links
~ Then add another field as follows;
Column Name - PriorityImage
Column Type - TEXT
Form Display - Imagen Prioritaria
Form Type - Textarea
Form Size - 40,5
Search Weight - 0
Then press Add Field To Links again.
Then in your link.html template add the following (or similar);
<%if Priority%>
<%PriorityImage%>
<%endif%>
And finally I have setup the Build options like:
Setup > Build Options
Then find build_sort_order_category and add in Priority DESC, like so;
Priority DESC,isNew DESC,isPopular DESC,Title
The problem are that the image display OK but the sort order not work...

The priority link sort in a different position according to the diferent queries.
Does somebody have the same problem?
Help please!!
-----------------------
Nomada