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

dsp1’s picture

Title: block with image link only? » block with only link to image?

change title

profix898’s picture

Title: block with only link to image? » block with image link only?

is it possilbe to show the link of the most recent images in the Gallery Image Block and no image?

No, 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.

also, is it possible to show only buddylist images in the Block?

Can you explain this? What are 'buddylist images'?

profix898’s picture

Title: block with image link only? » block with only link to image?
dsp1’s picture

with 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?

also, is it possible to show only buddylist images in the Block?

Can you explain this? What are 'buddylist images'?

profix898’s picture

I 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).

alexandreracine’s picture

Component: User interface / Theming » Code / API
Status: Active » Closed (won't fix)

DEV 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)