Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [gotze] [ ULTRAGlobals ] Sorting in All_Links_In_Category

Quote Reply
Re: [gotze] [ ULTRAGlobals ] Sorting in All_Links_In_Category In reply to
Hi,

Its currently set to order by Title:

Code:
my $db_obj = $DB->table('Links','CatLinks','Category');
$db_obj->select_options ("ORDER BY Title DESC LIMIT $limit");

You can change this though in the .pm file /Plugins/ULTRAGlobals.pm

Just look for:

Code:
sub All_Links_In_Category {

(around linke 2018)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread [ ULTRAGlobals ] Sorting in All_Links_In_Category gotze 4595 Jan 23, 2011, 4:23 PM
Thread Re: [gotze] [ ULTRAGlobals ] Sorting in All_Links_In_Category
Andy 4484 Jan 24, 2011, 12:02 AM
Thread Re: [Andy] [ ULTRAGlobals ] Sorting in All_Links_In_Category
gotze 4456 Jan 24, 2011, 7:33 PM
Post Re: [gotze] [ ULTRAGlobals ] Sorting in All_Links_In_Category
Andy 4471 Jan 24, 2011, 11:55 PM