View Single Post
  #8  
Old 12th October 2008, 18:13
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Thumbs up
theme directory is in root aka theme folder then add the other in phpbb2/templates folder change sql in database ie:


Code:
INSERT INTO `stylesheets` (`id`, `uri`, `name`, `phpbb_style`) VALUES
(1, 'ICGstation', 'ICGstation theme', 'default_phpbb_style'),
(2, 'default', '(default)', 'default_phpbb_style'),
(3, 'newthemenamehere', 'newthemenamehere', 'default_phpbb_style');
asooo

Last edited by wMan; 12th October 2008 at 18:15. Reason: forgot something
Reply With Quote