I have quite a few U2's, well so many that I can no longer send. I know I can delete one by one but with so many to select it takes so long! I
know I can use the keyboard "Tab, space" etc...but there's loads to do.
I know there is an admin function to purge U2's but not sure if this applies to a selected user or currently logged in user. Is it possible to
have all my U2's deleted so I can start afresh again?
Thanks "Team Admin"!
Michael
same here, ive got hundreds going back to 2005
Just click on the little box to the left of each message. Which is basically selecting more than one u2u and then hit delete after they are
selected.
That way your only hitting delete once
[Edited on 28/10/10 by Ben_Copeland]
Or is that what your talking about anyway? It's not that slow just to select them all
quote:
Originally posted by Ben_Copeland
Just click on the little box to the left of each message. Which is basically selecting more than one u2u and then hit delete after they are selected.
That way your only hitting delete once
[Edited on 28/10/10 by Ben_Copeland]
Bit of html trickery and I just did it
open the following url:
http://www.locostbuilders.co.uk/u2u.php
Save the html source to your desktop
Open in notepad
Do a search and replace on the following string
input type="checkbox"
input type="checkbox" checked
Replace all
Now do a search and replace on the following string:
u2u.php
http://www.locostbuilders.co.uk/u2u.php
Replace all
Save
Open in browser
They should all be ticked
Click Submit
All gone.
like the html programming.
next you will teach us sql injection i hope.
although ive been learning it for a year or so and cant get my head round it.
dave
quote:
Originally posted by stevebubs
Bit of html trickery and I just did it
open the following url:
http://www.locostbuilders.co.uk/u2u.php
Save the html source to your desktop
Open in notepad
Do a search and replace on the following string
input type="checkbox"
input type="checkbox" checked
Replace all
Now do a search and replace on the following string:
u2u.php
http://www.locostbuilders.co.uk/u2u.php
Replace all
Save
Open in browser
They should all be ticked
Click Submit
All gone.