Quick way to expunge deleted articles! - Joomla! Forum - community, help and support
i wondering if there easy way or sql statement run expunge deleted articles without having go through admin. have on 5000 articles need expunged , take me forever if use admin imagine. help.
using joomla 2.5.8
using joomla 2.5.8
just "show all" , let take while load, let take while delete them (after use select all), go trash , empty trash....
that sql statement lol, it's slower ran admin it's safer if don't know you're doing.
delete * <table> delete specified table
or
truncate table drop, re-create emptying it
this not advisable, if want more specific logic date ranges or categories , etc. query gets more complicated.
are allowing type of user submission? what's trash, , why need trash them all? try archiving old ones?
that sql statement lol, it's slower ran admin it's safer if don't know you're doing.
delete * <table> delete specified table
or
truncate table drop, re-create emptying it
this not advisable, if want more specific logic date ranges or categories , etc. query gets more complicated.
are allowing type of user submission? what's trash, , why need trash them all? try archiving old ones?
Comments
Post a Comment