Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Remove Theme Changer (http://www.bvlist.com/showthread.php?t=5865)

Dynamic 2nd January 2011 10:47

Remove Theme Changer
 
I just installed phpMyBitTorrent2.0.4-repack and i like it (nice script)
I'm just getting the feel of it, and want to use the AcidTech Tiger theme (I will change some colors after)

Can someone tell me how to remove the Theme Changer box from the index page ?
It is not in the blocks category.

Thanks

joeroberts 2nd January 2011 15:32

in the theme main.php find
PHP Code:

OpenTable('Theme Change');
        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>";
CloseTable(); 

and remove it
dont for get to fix theme function themeheader()
by adding $shout_config to the globals and adding
HTML Code:

shoutrefresht = "<?php echo $shout_config['refresh_time']; ?>";
shoutidle = "<?php echo $shout_config['idle_time']; ?>";

in this
HTML Code:

<script type="text/javascript">
pmbtsite_url = "<?php echo $siteurl; ?>";
tag_prompt = "<?php echo _bb_tag_prompt; ?>";
img_prompt = "<?php echo _bb_img_prompt; ?>";
font_formatter_prompt = "<?php echo _bb_font_formatter_prompt; ?>";
link_text_prompt = "<?php echo _bb_link_text_prompt; ?>";
link_url_prompt = "<?php echo _bb_link_url_prompt; ?>";
link_email_prompt = "<?php echo _bb_link_email_prompt; ?>";
list_type_prompt = "<?php echo _bb_list_type_prompt; ?>";
list_item_prompt = "<?php echo _bb_list_item_prompt; ?>";
_btshoutnowprivate = "<?php echo _btshoutnowprivate; ?>";



All times are GMT +2. The time now is 18:01.

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