View Single Post
  #2  
Old 16th November 2010, 13:43
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Click here : http://www.bvlist.com/torrent-strike...entstrike.html

OR

Quote:
Originally Posted by denno1234

How To Intall Themes

(1) first download the themes


(2) unrar the themes

(3) the themes one goes in the themes folder

(4) the template one goes in phpbb2 templates folder

(5) the taketheme.php goes in root folder

(6)
PHP Code:
INSERT INTO `stylesheetsVALUES (1'ICGstation''ICGstation theme''default_phpbb_style');
INSERT INTO `stylesheetsVALUES (2'default''(default)''default_phpbb_style');
INSERT INTO `stylesheetsVALUES (3'large''Large text''default_phpbb_style'); 
(7) if you add more it will be ,INSERT INTO `stylesheets` VALUES (4, 'name of theme ', 'name of theme ', 'default_phpbb_style');
everytime you add theme the value must be higher than the ones you added

(8) if you want one as your favourite so when you log on site you see that one, change the value to 1, and the one thats already number 1, change that to a number you have not in use ty

example igcstation value (1), if you want cortex ect to be your main theme, then change this to number (1),
and icgstation, to value number 4, 5, 6, etc. do this in phpmyadmin
Thanks denno
__________________
only me

Last edited by Timisoreanul; 16th November 2010 at 13:49. Reason: add text
Reply With Quote