View Full Version : Sort by Date Added Mod
bobby9101
11-07-2006, 03:40 AM
for some reason I can't add an attachment, David can you allow me to post attachments for this mod. Thanks
bobby9101
11-11-2006, 08:31 PM
ok, i guess I won't be able to post mods
PortProphecy
11-11-2006, 09:22 PM
If you need to post an image file, there is no need to use the forum's attachment feature. Just upload the image to the web and then point to it with this bbcode:
Content visible to registered users only.
NOTE: remove those quotations in the img tags. I added them in the post because the actual tags wouldn't show. :)
bobby9101
11-12-2006, 12:43 AM
no, I needed to upload a file, but then I realized the mod had no other files that hte install file.
SO here it is:
Content visible to registered users only.
kwero
11-12-2006, 02:52 AM
Thanks!
That worked perfectly :)
MikeK
01-28-2007, 04:28 PM
Hi together,
I think for 3.1 this part is not in this file anymore:
Content visible to registered users only.I found it in admin/conf_options.php ! :)
But then it works perfect.
Thanks,
Mike
seoocean
02-02-2007, 01:19 PM
This has worked with me (ver 3.06), but the links are in descending order (newest on top). How do I make them ascending?
seoocean
02-05-2007, 12:19 PM
Any ideas for the above question?
thompson
02-05-2007, 12:34 PM
you have to change it here:
-- REPLACE WITH --
$sort_cols = array ( 'P' => 'PAGERANK', 'D' => 'DATE_ADDED', 'H' => 'HITS', 'A' => 'TITLE');
$sort_ord = array ( 'P' => 'DESC', 'D' => 'DESC', 'H' => 'DESC', 'A' => 'ASC');
change this: 'D' => 'DESC', to this: 'D' => 'ASC',
seoocean
02-15-2007, 10:32 AM
But of course ... :rolleyes:
Why didn't it occur to me, rather why didn't I look at code carefully?
Thanks for your help Thompson !!
PHPuser
02-21-2007, 12:52 AM
for what version is this mod? it did not work on 2.01 version... :(
navjotjsingh
04-24-2007, 09:37 PM
Mod still works great in 3.2 version!!
noneq
04-29-2007, 05:09 PM
Thanks guys, you are great!
shadav
04-30-2007, 05:56 PM
it works fine on v2.1.2
however, i'm not finding anything like this in v3.2
Content visible to registered users only.
Grumps
08-10-2007, 08:33 PM
(Found the solution)
PHPLDrocks
08-10-2007, 09:01 PM
I have added this mod on www.bqtm.com
Thanks.
vBulletin® v3.8.0, Copyright ©2000-2012, Jelsoft Enterprises Ltd.