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)

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 09:00.

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