Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
230| $albums = get_albums();
231| $queue_func = "";
232| $keys = array();
233| sort($files); // inserted this code per this forum post: http://plogger.org/forum/discussion/1313/, post #11 by bjl6d
28| // Finish off the function
29| closedir($dir);
30| sort($tmp); // inserted per this forum post: http://plogger.org/forum/discussion/498/, post #6 by bjl6d
31| return $tmp;
324| else if ($level == "pictures") {
325| //$cond = "WHERE `parent_album` = '$id'"; // original code commented out
326| $cond = "WHERE `parent_album` = '$_REQUEST[id]' ORDER BY `path`"; // inserted this code per this forum post: http://plogger.org/forum/discussion/498/, post #4 by emitind
Posted By: dhdesignI tried adding your fix from post #2 in that thread; however, I ended up with the same issue as phAn in post #3 of the same thread - the images would start out descending for the first 7 images (65 down to 59), then switch to descending order from the highest numbered image (82) down to the bottom (66) to finish out the list. I removed that code and it's back to sorting images by filename/descending (82 down to 59) in the album. How can I get the images to sort ascending in an album in the manage tab?Did you try phAn's suggestion from post #3?
plogger_init_pictures(array(
'type' => 'album',
'value' => $id,
'from' => $from,
'limit' => $limit,
'sortby' => 'id',
'sortdir' => 'ASC'
));
Posted By: dhdesignI'd also like to talk with you about updating a couple of existing WordPress plugins that help integrate Plogger into WP. The plugins are both out of date, and I'd need to contact the original authors to verify that it's okay to continue on with the work they started, but I'd really like to get them up-to-date and functioning with the latest version of WordPress (2.5.1) and release them publicly, if possible. I've already done some preliminary work on one of them to get it working for myself, but there are a couple of issues that need resolved that I need some help with.Sure, I can take a look. My email's in my profile.
Would it be possible for me to email you? If so, what address would you like me to use?
1 to 7 of 7