PDA

View Full Version : Sort links by link type


magicman
01-17-2007, 05:22 PM
Does anyone know how to modify index.php so that links are listed by link type, then by alpha?:confused:

E.g.

Featured
Paid
Reciprocal
Free (no follow)

I though I'd seen an answer to this somewhere on the forum but can't find it now!

fredofredo
06-03-2007, 04:47 PM
has anybody an answer for this ?

qinglovechoi
06-10-2007, 05:35 AM
Content visible to registered users only.

i didn't learn any php or sql, so this might be wrong. the way i figured this out was through comparison of the topic on adding latest link in the phpld knowledge base.

in index.php, after
Content visible to registered users only.but before Content visible to registered users only.add similar to the following
Content visible to registered users only.you can change or add your criteria after the "ORDER BY" code.

then after the above code add
Content visible to registered users only.then add the following code to which ever tpl file you want, eg main.tpl
Content visible to registered users only.i didn't test the above, but hope at least it gives you an idea.