Quote:
Originally Posted by cbr929rrerion
I have newest now.. How about from just 1 catagory or what can my options be..
and KUDO's to you for the fast reply.. much appreciated
|
I will have to work on 2 blocks each w/ settings.
Admincp => Plugin Manager => Hook Location : forumhome_complete => Forumhome: Gallery Main => EDIT
Currently:
Code:
// If you HASH out "$catlimit" images will pull from all categories.
// Useage: $catlimit = 3,5,10,30,70;
// $catlimit = 3;
// Enter 1 newest, 2 most viewed, 3 most comments, 4 highest rated, 5 random.
$galleryorderby = 5;
Added Extra Options
// If you DON'T want these fields to show then value = "0" (zerro)
$showfields['title'] = 0;
$showfields['description'] = 0;
$showfields['rating'] = 0;
$showfields['user'] = 0;
$showfields['dateline'] = 0;
$showfields['views'] = 0;
$showfields['dimensions'] = 0;
$showfields['filesize'] = 0;
$showfields['posts'] = 0;
$showfields['lastpost'] = 0;
$show['category'] = 0;
Later Ver will have these settings in a gallery admin menu area (for speed and easy settings change)
I hate to try and REM what fricken plugin to edit to do what. :tired: