Multiple Topic Delete Option - Posted (2876 Views)
Average Member
Andy Humm
Posts: 908
908
I have just been streamlining my forum, by deleting a lot of the older threads and wonder if there is mod on the streets, that will allow administrators to tag multiple threads and delete them in one swipe. I have searched through here and snitzbitz - no results. Any help would be greatfully appreciated
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Advanced Member
Carefree
Posts: 4224
4224
Skipped a piece of the file, brain-dead, but the odd thing is that it works on a test site despite the missing closing tag. SnitzBitz file has been corrected.
Code:

Look for the following lines (appx 572-575, after making earlier changes):

end if
'-------------------------------------------------
' TOPIC SORTING MOD
'-------------------------------------------------

Above them, insert these:

' ## Multi-Topic Delete Below
Response.Write "</form>" & vbNewLine
' ## Multi-Topic Delete Above
Posted
Average Member
Andy Humm
Posts: 908
908
Originally posted by Carefree
Nothing wrong there that I can see, Andy. It should be working. Anyone else experiencing this?
Hi Carefree, I have tried your suggested </form> tag below and still the same symptoms??? I still notice when you hover the mouse over the bottom delete icon, that no url appears in the status bar, indicating no link to multi-delete..
You Must enter a message