energio
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Alex, it is possible to sort the order of the galleries in the “manage view” by the title without hack the file like in the previous solution i discovered?
I discover this solution, but I want to know if there is an official one.
finde manage-galleries.php in /plugins/nextgen-gallery/admin and change
$gallerylist = $nggdb->find_all_galleries('gid', 'asc', TRUE, 25, $start, false);
to
$gallerylist = $nggdb->find_all_galleries('title', 'asc', TRUE, 25, $start, false);Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display order of galleriessame problem…
Forum: Fixing WordPress
In reply to: Image Upload – not adding file to upload folder@peeka: where’s the blog?!
i have the same problem and i found only this topic!
Any other similar topic here?
Viewing 6 replies - 1 through 6 (of 6 total)