Hi Ted,
Thanks for your help. I am still a newbie to Views concept so I am not sure I understand. Please see inline below.... On 08/23/2011 09:19 AM, Ted wrote:
It looks like your gallery isn't being served by the views page. Check the path on your view.
When I look at the Site Building / Views / List http://drupal.ambreenbutt.com/admin/build/views/listI see the following:
/Overridden/Node view:*image_gallery* Edit http://drupal.ambreenbutt.com/admin/build/views/edit/image_gallery|Export http://drupal.ambreenbutt.com/admin/build/views/export/image_gallery|Clone http://drupal.ambreenbutt.com/admin/build/views/clone/image_gallery|Revert http://drupal.ambreenbutt.com/admin/build/views/delete/image_gallery Title: Image Gallery Path:gallery http://drupal.ambreenbutt.com/gallery /Page/ The image Gallery
/ /
and can see that the path link http://drupal.ambreenbutt.com/gallery does not correspond to the path for the image gallery I am interested in http://drupal.ambreenbutt.com/category/image-galleries/works/dirty-pretty
I cannot see any view on the Site Building / Views / List http://drupal.ambreenbutt.com/admin/build/views/list that has a path that corresponds to path for the image gallery I am interested in http://drupal.ambreenbutt.com/category/image-galleries/works/dirty-pretty'
So how to get my image gallery page to be served by views page?
Thanks again for your help.
Ted
On 8/22/2011 5:22 PM, Farrukh Najmi wrote:
Thank you Joel and Ted. I am very grateful for your help.
I did the following using Admin Menu:
- Site Building / Views / List http://drupal.ambreenbutt.com/admin/build/views/list
- Clicked Edit on view Image Gallery http://drupal.ambreenbutt.com/admin/build/views/edit/image_gallery
- Clicked + sign in Fields group and added Delete Link and Edit Link
- Saved changes
However, I still cannot see any menus anywhere in my Image Gallery http://drupal.ambreenbutt.com/category/image-galleries/works/dirty-pretty. What am I doing wrong?
On 08/22/2011 04:52 PM, Joel Willers wrote:
It's part of Views. Add Field, Node, Delete Link.
Joel
From:support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Farrukh Najmi Sent: Monday, August 22, 2011 3:46 PM To:support@drupal.org Subject: Re: [support] How to delete image from Drupal 6 Image Gallery
On 08/22/2011 02:26 PM, Ted wrote:
Any one have any ideas on this? It seems like such a basic feature that I am surprised that its not obvious and no one has responded either. Please let me know if my question is not clear. Thank you.
But I am looking for a way that allows deleting an image from within the Image Gallery view. Is this possible?
If you are using the views support, you could just add a "Delete link" field (and "Edit link" wouldn't hurt either). It shouldn't display if users don't have access to it. If not using views, you can probably do it with a theme override/hook.
Ted Thanks Ted! Which module does that involve adding to my site? I am not real familiar with views and searching did not seem to narrow down the choices. Sorry to be dense and thanks again for your help.