Quote:
Originally Posted by stonecold1203
How do i do that?
|
the easiest way to do it is with phpmyadmin.
but if you don't have access to that..
run this query.
[sql]
DELETE FROM template WHERE title like LCASE('gamechallenges')
[/sql]
[sql]
DELETE FROM template WHERE title like LCASE('gamenews')
[/sql]
[sql]
DELETE FROM template WHERE title like LCASE('games')
[/sql]
[sql]
DELETE FROM template WHERE title like LCASE('gamesessions')
[/sql]
you can run mass queries in the admin CP. but I'm sure there is an easier way.
again, Backup before you do this or any DB modifications.