It displays your media library from Serendipity as a user-viewable gallery.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
It should be displayed in the sidebar on your frontpage...?
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
This plugin relies on the internal Serendipity image functions, so it is difficult to do without patching the whole system. I keep bouncing it around in my mind, but I haven't thought of a good way to do it.
would it be possible to pull the Directory dropdown in to the admin for the plugin and select which directory to use?
Probably be good to strip out all the search boxes and what not too...
I personally have no idea but that is the way I'm looking at it.
I'll probably break the whole thig but it's easy enough to fix
It is not possible to change the appearance of the menu/gallery display without patching the core of Serendipity, since it uses serendipity_displayImageList(). This function was not really designed to output a secure gallery structure, since it is only used in the admin menus (where security is handled within the whole admin framework).
I will play with it in my spare time, but please don't expect anything soon. I am not a core developer, and I don't have any real wish to do what they do (they work hard, I get to lounge around and play).
Well after a few hours of fooling around with serendipity_displayImageList() I slowly started to admit to myself that there is no way to do what I want without seriously modifying the core function, which I relly wanted to avoid.
Of course you can always duplicate/copy the functionality of our core code, or create new functions that maybe better read the list of images.
But we'd also accept patches to our core functions if the changes make sense
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/