Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Styles and class (http://www.bvlist.com/showthread.php?t=2671)

FMI 23rd May 2009 15:49

Styles and class
 
Hello,

i

Phogo 23rd May 2009 16:22

What version of tbdev are you using?

FMI 23rd May 2009 17:04

I use the tbdevr137 :secret:

Phogo 23rd May 2009 20:42

upload it or send me a link to your tracker and i will have a look.

FMI 24th May 2009 14:44

Hello,
here look a link to the source:
http://bvlist.com/tbdev-source/187-t...08-rev137.html

Can you help me?

FMI:muscle:

Phogo 25th May 2009 12:12

Firstly i wouldn't recommend using that tracker source, its only an alpha release, not stable and not for a live site at all.

I would start with the most recent tbdev found here, http://sourceforge.net/projects/tbdevnet/

Then ad your own modifications to it via the Tbdev forum, I and other users will be able to help you doing this..

If you still want to use this source then most likely your error is with the Styles.sql.
Make sure that, it is successfully imported in the phpmyadmin and the details are correct in secrets.php and bittorrent.php

Regards Phogo

pdq 25th May 2009 12:55

you can add/edit/remove classes in include/config.php file:
PHP Code:

define ('UC_USER'0);
define ('UC_POWER_USER'1);
define ('UC_VIP'2);
define ('UC_UPLOADER'3);
define ('UC_MODERATOR'4);
define ('UC_ADMINISTRATOR'5);
define ('UC_SYSOP'6); 

While source is labeled Alpha it is by far the better choice when compared to the old 06/08 rar. It has most bugs/notice errors fixed, has some basic mods added and has been re-coded/re-organized.

However, n00bs may have problems using it as some code has been relocated into different files (which is a good thing lol).

I'd recommend this source to intermediate >= coders or n00bs who can tough it out :P

After using the source for over 1 year now and using for live site i would never go back to using the 06/08 source again and can't see why anyone starting a new source would want to use it when an updated source is available. :)

=]


All times are GMT +2. The time now is 17:43.

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