Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Community Cafe (http://www.bvlist.com/forumdisplay.php?f=18)
-   -   [TStrike]Dark Themes (http://www.bvlist.com/showthread.php?t=1075)

sharpe 28th September 2008 15:50

[TStrike]Dark Themes
 
14 Attachment(s)
Cortex

Attachment 766

Diablo

Attachment 767

EI

Attachment 768

KAOS

Attachment 828


Mech

Attachment 829

Nexus

Attachment 830

Quake4

Attachment 831

hack346 28th September 2008 20:47

All themes available for torrentstrike are Here

sharpe 28th September 2008 21:52

well yes thank you but i'm a member here and not there and if you've not allreday seen it this Sub-forum is called Tracker Skins so why shouldn't i
post my themes here??

hack346 29th September 2008 08:42

Yeap.......nevermind
P.S to not be off topic, Great themes ...keep going

Jigsaw4 12th October 2008 17:42

Help!
 
How can I install those themes?PLZ HELP!

wMan 12th October 2008 17:45

jigsaw its simple add ur theme in themes folder also phpbb3 or 2 templates then add sql code in database go to your site chosse the new theme also make sure take-theme folder/file is in trackers root directory

Jigsaw4 12th October 2008 18:07

Ok.
But I have a question...where is the theme directory ?
And where is the sql code?

wMan 12th October 2008 18:13

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

Jigsaw4 12th October 2008 18:18

ok...i'm very noob in this so could U tell me how can I install the Quake theme?THX

wMan 12th October 2008 18:19

just did above

Code:

INSERT INTO `stylesheets` (`id`, `uri`, `name`, `phpbb_style`) VALUES
(1, 'ICGstation', 'ICGstation theme', 'default_phpbb_style'),
(2, 'default', '(default)', 'default_phpbb_style'),
(3, 'large', 'Large text', 'default_phpbb_style'),
(4, 'Quake', 'Quake', 'default_phpbb_style');

Code:

CREATE TABLE IF NOT EXISTS `stylesheets` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `uri` varchar(255) collate latin1_general_ci NOT NULL default '',
  `name` varchar(64) collate latin1_general_ci NOT NULL default '',
  `phpbb_style` varchar(30) collate latin1_general_ci default 'default_phpbb_style',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci AUTO_INCREMENT=4 ;



All times are GMT +2. The time now is 12:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.