How to delete image from Drupal 6 Image Gallery
Hi Guys, I know that I can do Content / List in Admin Menu to get a listing of all content <http://drupal.ambreenbutt.com/admin/content/node/overview> and then do Edit / Delete. But I am looking for a way that allows deleting an image from within the Image Gallery view <http://drupal.ambreenbutt.com/category/image-galleries/works/dirty-pretty>. Is this possible? TIA for your help. -- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
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. On 08/21/2011 01:45 PM, Farrukh Najmi wrote:
I know that I can do Content / List in Admin Menu to get a listing of all content <http://drupal.ambreenbutt.com/admin/content/node/overview> and then do Edit / Delete.
But I am looking for a way that allows deleting an image from within the Image Gallery view <http://drupal.ambreenbutt.com/category/image-galleries/works/dirty-pretty>. Is this possible?
-- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
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 <http://drupal.ambreenbutt.com/category/image-galleries/works/dirty-pretty>. 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. -- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
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. -- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
Thank you Joel and Ted. I am very grateful for your help. I did the following using Admin Menu: 1. Site Building / Views / List <http://drupal.ambreenbutt.com/admin/build/views/list> 2. Clicked Edit on view Image Gallery <http://drupal.ambreenbutt.com/admin/build/views/edit/image_gallery> 3. Clicked + sign in Fields group and added Delete Link and Edit Link 4. 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.
-- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
You kinda have to save it twice. Save the changes, then save the View itself. The links might be styled out, though. That would be much more challenging to discuss via email. At that point, you might have to hire some outside work. Good luck! Joel From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Farrukh Najmi Sent: Monday, August 22, 2011 4:22 PM To: support@drupal.org Subject: Re: [support] How to delete image from Drupal 6 Image Gallery Thank you Joel and Ted. I am very grateful for your help. I did the following using Admin Menu: 1. Site Building / Views / List 2. Clicked Edit on view Image Gallery 3. Clicked + sign in Fields group and added Delete Link and Edit Link 4. Saved changes However, I still cannot see any menus anywhere in my Image Gallery. 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. -- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
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/list>I 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:
1. Site Building / Views / List <http://drupal.ambreenbutt.com/admin/build/views/list> 2. Clicked Edit on view Image Gallery <http://drupal.ambreenbutt.com/admin/build/views/edit/image_gallery> 3. Clicked + sign in Fields group and added Delete Link and Edit Link 4. 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.
-- Regards, Farrukh Najmi Web: http://www.wellfleetsoftware.com
participants (3)
-
Farrukh Najmi -
Joel Willers -
Ted