View Single Post
  #13  
Old 1st February 2009, 23:13
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
you only need to
#1 go to admin panel set default them to what you want to use
#2 delete all themes but the one you want to use
#3 remove theme changer in theme/main.php
in this theme it is
Code:
<?php        echo "<p align=\"center\"><b>Theme</b></p>\n";
        echo "<form id=\"acp_styles\" type=\"hidden\" method=\"post\" action=\"#\">";
        echo "<p><select id=\"template_file\" name=\"theme_change\" onchange=\"if (this.options[this.selectedIndex].value != '') this.form.submit();\">".themechange()."</select></p>";
        echo "<p align=\"center\"><b>Language</b></p>\n";
        echo "<p><select id=\"language_file\" name=\"language_change\" onchange=\"if (this.options[this.selectedIndex].value != '') this.form.submit();\">".languagechange()."</select></p>";
        echo " <input class=\"button2\" type=\"submit\" value=\"SELECT\" /></form>";?>
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by joeroberts; 1st February 2009 at 23:17.
Reply With Quote