can we create member’s picture gallery in buddypress according to their roles?
]]>Hi, thank you for this plugin. Simple functions and no useless features. As a photographer its exactly what I need!
Finally I just miss one feature to make it perfect: we didn’t find a way to make the hight of the pictures automatically adapt itself to the hight of the monitor (or of the browsers window). Exactly like it is working for the width (the foto scale up or down when the Window get wider or smaller), it would be great if the picture automatically occupe all the available place in the hight by adjusting its size to the maximum possible hight without apparition of the scroll bar.
This feature would be very, very cool, for portrait formats and galleries including both landscapes and portraits formats.
Thanks a lot (and sorry for my english, its a true clichée: french people ar no english masters:))!
]]>Hey Stas,
this plugin currently does not work. I looked into the code and found the error on line 452 of galleria-wp.php.
For some reason sending “null” as the “post_parent” variable creates the error.
Everything works fine f you replace line 452 with this:
get_children("post_parent=0&post_type=attachment&post_mime_type=image&orderby={$orderby}");
Cheers!
Eric
]]>