Only one day after release candidate 2, the Wordpress team already released version 2.7.
Lazyest Gallery 0.12.1.4 should run without errors in this release.
Threaded comments and paged comments are the best additions in 2.7 to me. You don’t have to scroll through hundreds of comments anymore on the Lazyest Gallery page, and I can leave replies to user questions with the original comment. Hurray for Wordpress 2.7

#1 by Sunshine on 14 December 2008 - 20:24
Have a question, is there any chances in the future you will add a function which will allow you to add images on the sidebar manually (without using the widget) and specify columns, the number of pics to shows and to show pics randomly simliar to the one below or can this already be done, since I didn’t see it in the documentation?
[lg_folder folder="foldername" count="value" cols="value" paging="value"]
#2 by Lazyest Admin on 14 December 2008 - 21:04
Yes, there is such a template tag already. if you put this in your sidebar:
<?php if (function_exists(lg_random_image)) lg_random_image("title", 3, "myfolder", true ); ?>You will get 3 images from folder
myfolderand sub folders.If you set the last parameter to
false, you won’t get images from sub folders.#3 by Sunshine on 14 December 2008 - 22:28
Ok. Also, is there any way to set it show in columns for example 3 columns with 6 photos?
#4 by Lazyest Admin on 14 December 2008 - 23:10
not yet, sorry.
But you could try to make it work by with css
The images parapgraphs
<p class="lg_thumb_image">are placed in<div id="lazyest_sidebox">#5 by kyte on 11 December 2008 - 22:32
Running on 2.7 here with absolutely no issues