By neoliminal on
I'm trying to get a block that will just show the image galleries as links.
For example:
My dogs pics
My cat pics
My children
But when I grab from image gallery I get all the extra info like how many pictures are in the gallery and such. I just want a link to each gallery.
Can someone help me?
Comments
I think the easiest solution
I think the easiest solution would be to use the views module to set up your own block. That way, you should have complete control over what gets displayed. http://drupal.org/project/views Otherwise, you might have to look around for a PHP snippet.
Sorry, I think I'm not being understood.
I want to list just the gallery links in a block. the PHP snippets have been helpful but I haven't found the solution. The closest I get is adding this to image.gallery:
But that gives me too much content back. I just want the links.
easiest is to use Views
Otherwise you'll have to refine a php snippet.
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide