SMFHacks.com

SMF Gallery Pro => Support => Topic started by: fotopolis on May 28, 2008, 06:23:49 am

Title: Delete user gallery?
Post by: fotopolis on May 28, 2008, 06:23:49 am
Is it possible to delete or not to showing User galleries?
I've changed permissions but  it appears.

Thanks!
Title: Re: Delete user gallery?
Post by: SMFHacks on May 28, 2008, 07:54:26 am
There is an option under gallery configuration that says "Show user gallery category on gallery index"

If you uncheck it the user gallery is removed from the index.
Title: Re: Delete user gallery?
Post by: HAL9000 on January 09, 2014, 09:27:31 am
Where is this option in 5.0.3? I need to delete some user galleries for deleted members. I do not use the auto delete mod you provided as it clashed with another mod.

It would be useful to be able to sort the Member Names in the space manager and maybe have an option there to manually remove a user gallery.

Thanks.
Title: Re: Delete user gallery?
Post by: SMFHacks on January 09, 2014, 09:32:49 am
To delete user galleries for delete members you will need to know the member id of the deleted member then visit their mygallery page via that id to to remove the gallery completely.
Title: Re: Delete user gallery?
Post by: HAL9000 on January 09, 2014, 09:36:48 am
I can see a previously deleted member's private gallery in the User Galleries Index. I can click their link to their private gallery . e.g., /index.php?action=gallery;su=user;u=1741 but there is no option there to delete it.

Edit. This user is actually BANNED not deleted.


Title: Re: Delete user gallery?
Post by: SMFHacks on January 09, 2014, 09:46:57 am
If the user has categories you should be able to see a delete link next to the category to delete them. Or you can delete each picture inside the category.
All that will remain would be the empty gallery.
Title: Re: Delete user gallery?
Post by: HAL9000 on January 09, 2014, 10:05:15 am
Yes I can see the [EDIT] [DELETE] links on other members sub-galleries but this one does not have any sub-categories. It's the empty member gallery I want to delete. A banned member should not even show in the list, they don't in the members list.
Title: Re: Delete user gallery?
Post by: SMFHacks on January 09, 2014, 10:11:50 am
Currently that is not built in.
Title: Re: Delete user gallery?
Post by: HAL9000 on January 09, 2014, 10:13:43 am
OK, thanks for your help anyway. I'll hack the dB to remove them.
Title: Re: Delete user gallery?
Post by: SMFHacks on January 09, 2014, 10:16:14 am
It's not in the db is't in the usergallery2.template.php file which pulls a list of members on the forum and uses that to create the member listing.
Title: Re: Delete user gallery?
Post by: HAL9000 on January 09, 2014, 10:19:12 am
It's not in the db is't in the usergallery2.template.php file which pulls a list of members on the forum and uses that to create the member listing.
OK, thanks. I'll see if I can hack that to exclude banned members. I just keep getting asked why banned members still have a gallery when they don't appear to have an account.