View Single Post
  #4  
Old 27th February 2011, 23:26
TDesign TDesign is offline
Member
 
Join Date: Feb 2011
P2P
Posts: 1
Default
edit this with your database details

Code:
// DB setup
$TBDEV['mysql_host'] = "localhost";
$TBDEV['mysql_user'] = "root";
$TBDEV['mysql_pass'] = "your database password";
$TBDEV['mysql_db']   = "your database name";
then this with your site announce

Code:
$TBDEV['announce_urls'][] = "http://localhost/tbdev/announce.php";
this with your site name
Code:
$TBDEV['site_name'] = "tbdev";
Small video here YouTube - tbdev #4 configuring
to add a theme you'd need a theme manger of somekind first. The theme system by Aronth works well, then you can add your own theme/design by way of a template.
Reply With Quote
The Following User Says Thank You to TDesign For This Useful Post:
MasterMan (17th December 2014)