Log in

View Full Version : make hook drop template


bond010007
02-13-2012, 12:53 PM
Hello

i make a new product but i need it to delete specific template how i can do that
for example i want to delete template called


postbit
or
spacer_close

how i can do that ?

another quesion
how to redirect product to its options in forum when i install it?:confused:

thanks

sa3eka.com
02-15-2012, 10:01 AM
first quesion

first take buckup


sql

DELETE FROM `template` WHERE `template`.`title` = 'postbit' ;
DELETE FROM `template` WHERE `template`.`title` = 'spacer_close' ;
DELETE FROM `template` WHERE `template`.`title` = 'templatename' ;

:)