is it possilbe to show the link of the most recent images in the Gallery Image Block and no image?
also, is it possible to show only buddylist images in the Block?
is it possilbe to show the link of the most recent images in the Gallery Image Block and no image?
also, is it possible to show only buddylist images in the Block?
Comments
Comment #1
dsp1 commentedchange title
Comment #2
profix898 commentedNo, there is no option for this at the moment. But you can easily override the theme function (ie theme_gallery_block_image_block) and remove the image by filtering the
<img>tag.Can you explain this? What are 'buddylist images'?
Comment #3
profix898 commentedComment #4
dsp1 commentedwith the buddylist module, if a user is on your buddylist, you can show a block that has only the recent posts from buddies. could gallery hook into the buddylist module and then only show recent images from people on your buddylist? Or would that be something buddylist module would need to do?
Comment #5
profix898 commentedI never tried/used the buddylist module. Does it provide an API to hook into (hook_buddylist() or stg)? I'd like to keep the gallery module as clean as possible and I dont think we will add such specialized functionality to the module directly. However there could be a simple contrib module, e.g. gallery_buddylist.module associated with the gallery package (in contrib subfolder).
Comment #6
alexandreracine commentedDEV version not supported anymore.
------------
Feel free to reopen but please look at the latest version first! It's probably fixed.
http://drupal.org/project/gallery
Closing (cleanup)