Skip to content

Conversation

@rekznoz
Copy link

@rekznoz rekznoz commented Nov 26, 2025

I believe adding a button to delete all screenshots could be a valuable quality of life improvement for the panel. It’s quite tedious to delete a hundred screenshots or more one by one.

{BD42C69C-7515-4A42-9FB4-AE8B10DDC55E}

@rekznoz rekznoz changed the title Delete All Screenshots Button Admin: Delete All Screenshots Button Nov 26, 2025
@omar-o22
Copy link
Contributor

The button 'Delete All' is disabled for me

aScreenShotDelete = guiCreateButton ( 0.75, 0.18, 0.42, 0.09, "Delete", true, aScreenShotForm, "deletescreenshot" )
aScreenShotView = guiCreateButton ( 0.75, 0.28, 0.42, 0.09, "View", true, aScreenShotForm, "viewscreenshot" )
aScreenShotRefresh = guiCreateButton ( 0.75, 0.38, 0.42, 0.09, "Refresh", true, aScreenShotForm, "listscreenshots" )
aScreenShotDeleteAll= guiCreateButton ( 0.75, 0.28, 0.42, 0.09, "Delete All", true, aScreenShotForm, "deleteallscreenshot" )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because you added "deleteallscreenshot" and in ACL.xml and server-side "deletesallcreenshot"

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completely true... that’s what I get for not copy and paste the code from my server into the repository and rewriting it

Copy link
Member

@Nico8340 Nico8340 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Copy link
Contributor

@omar-o22 omar-o22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants