i just started using this great plugin having no idea, that tags are actually so helpfull. great stuff... one thing bothers me - printing of "related entries by tag". this is one hell good thing but it is showing entries from the oldest to the newest. i want to reverse this order - i want my latest entries related to given tags to be shown (is it in english? ) prior to the older ones.
so maybe it would be a good idea to give such a possibility to user? another option maybe?
this should really be an option! which plugin is displaying the related entries? the freetag plugin itself? i just had a quick glance, but i couldn't find it printed there
Actually I think it should always order descending; the opposite makes IMHO little sense. I just committed an update to the plugin to do that
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
but to tell you the truth i don't see any difference. i have some entries tagged with exactly the same tags and it still shows oldest ones prior to the latest ones. where is the trick garv?
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
ok, i can not find this phrase in both php files... this e2.timestamp thing bothers me at most because i can find it only once, in this query (i think it's query):
Hm, if you don't have that ORDER BY statement, it means you don't have
the latest version of the file *g*
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
On (my) Postgresql the Query doesn't give any related Entries. This is due to the fact, that the order by columns have to appear in the select columns when using a Select distinct. This Patch fixes the issue (insert e2.timestamp in the selected columns):