Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=93)
-   -   [PMBT 2.x] NB-Teal (http://www.bvlist.com/showthread.php?t=1142)

joeroberts 11th October 2008 07:37

[PMBT 2.x] NB-Teal
 
1 Attachment(s)
you must remove content of the .htaccess file in themes

ancraz 11th October 2008 14:07

you are the best so many release in such a short time :dance: :dance:

joeroberts 21st October 2008 15:05

in order to make the quick change work you need to open include/config.php
find
Code:

if (isset($btlanguage) AND is_readable("language/".$btlanguage.".php")) $language = $btlanguage;
and add be for
Code:

if (isset($theme_change)){
$bttheme = $theme_change;
if ($bttheme != "" AND is_dir("themes/".$bttheme) AND $bttheme != "CVS") setcookie("bttheme",$bttheme,$session_time,$cookiepath,$cookiedomain,0);
}


movizdb 9th December 2008 21:38

thanks but is it for witch version

Fynnon 9th December 2008 23:52

Quote:

Originally Posted by movizdb (Post 7308)
thanks but is it for witch version

this is for v2 of PMBT as the title of this topic says
v1 of PMBT is outdated so you have to use v2 which is greatly improved

all the skins in this forum made for PMBT are for v2 of the tracker

movizdb 10th December 2008 18:01

wow thanks a one good reason for me to run at pmbt 2 but i have a problem how can i transfer my torents and member :sos:

joeroberts 11th December 2008 08:03

transfer them from what source??

movizdb 11th December 2008 18:39

Quote:

Originally Posted by joeroberts (Post 7333)
transfer them from what source??

from torrenttrader

joeroberts 12th December 2008 13:48

I well need to look at TT data base to make sure.

movizdb 12th December 2008 19:48

oki i'll contact you by msn or by yahoo it will be more easy

SafariMan 30th December 2008 22:11

Quote:

Originally Posted by movizdb (Post 7358)
from torrenttrader




it was excellent even if you can ...

If you can say something on the forum ....

Thank you very much

LoaT 1st February 2009 23:10

hello. I've decided to use Phpmybittorrent on my site, the thing is that i want to remove so that the users cannot change the theme also that i the users only can use this skin. Is there any mods for that?

joeroberts 1st February 2009 23:13

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:

Theme

\n";
        echo "
";
        echo "

";
        echo "

Language

\n";
        echo "

";
        echo "
";?>


LoaT 1st February 2009 23:31

nice! thanks alot and thanks for the fast reply :O

btw, where do i add users? and am i able to hand out invites?

EDIT: oh.. "Cannot run without theme! Reinstall phpMyBitTorrent NOW!!"

weird?

joeroberts 1st February 2009 23:42

open include/configs.php
find
PHP Code:

} elseif (file_exists("./themes/pmbt/main.php")) {
        
$theme "pmbt";
        require_once(
"./themes/pmbt/main.php");
} else {
        die(
"Cannot run without theme! Reinstall phpMyBitTorrent NOW!!");


change pmbt to your theme case sensitive
there is no add user
yes you can give invites

LoaT 2nd February 2009 00:22

would be nice to have a "add user"-function, well well :) open registration at the beginning and then put invites only is okay i guess.. thanks


All times are GMT +2. The time now is 14:40.

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