Thread: remove title
View Single Post
  #6  
Old 20th July 2011, 10:30
Edgein's Avatar
Edgein Edgein is offline
Senior Member
 
Join Date: Sep 2008
Netherlands
Posts: 154
Default hellooooooo
Quote:
hove to remove "version by xam" from forum title ?
Go to tsf_forums/include/init.php

find

PHP Code:
define ('TSF_VERSION''v1.5 by xam'); 
and replace by what you want

exemple

PHP Code:
define ('TSF_VERSION''v1.5 by BvList'); 
or

PHP Code:
define ('TSF_VERSION''bv list'); 
greetzz Edgein:bubble:
Reply With Quote