Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TS5.4.1 Forum Problem (http://www.bvlist.com/showthread.php?t=2720)

Syn 28th May 2009 22:15

TS5.4.1 Forum Problem
 
Hi, when i create a forum in tracker seetings, its not being shown. The forum is ON. Any advice would be appreciated.

Lazarevics 28th May 2009 22:50

Settings panel, TS Manage Forum, Premissions.. enabled?

Syn 28th May 2009 22:56

i did fixed it, the problem was that i did not set child forum.

Another thing, where do you change
http://img29.imageshack.us/img29/4021/36693018.jpg

a colour of the donate here because my background is black and i cant see anything

Ashur 28th May 2009 23:45

it's in style.css of the template you're using
i suggest you remove that horrible box which is located in header.php

Syn 29th May 2009 00:05

thanks a lot worked,

Another thing, i was trying to set one of the staff member account from user to admin now it says
Quote:

An error has occured!
We come to believe you are using a fake account, therefore we've logged this action!
, so i tried entering him in "manage staff team" i got my self banned.. This is wierd, i had this problem with pin code but now when website is running i cant do reinstall... ANy help on this?

Lazarevics 29th May 2009 00:25

Manage Staff Team, User:ID format ( userA:2,userB:3) etc..

But all of your questions there is an answer in the forum, (many times) use the searching function

Sorry my bad english

Ashur 29th May 2009 00:25

did you backup your /config/STAFFTEAM ? if not it's ok you can edit
it should say something like this
yourusername:x,anotherdude:y,someotherdude:z,
x = 1 (assuming you created the site it's probably 1)
y = whatever that user ID number if you click on his name it should show in url
userdetails.php?id=
z = another admin or mod userid

watch carefully as you have to end everything with a comma ,

Good luck next time backup before you change stuff

Syn 29th May 2009 00:45

Bump:
Quote:

Originally Posted by Ashur (Post 11939)
it's in style.css of the template you're using.

Any one can tell me where exatcly do i need to search for it, coz i was trying to find it and couldnt. This is for donate to us text.. :sos:

mmisu120000 14th June 2009 09:56

Quote:

Originally Posted by Syn (Post 11947)
Bump:

Any one can tell me where exatcly do i need to search for it, coz i was trying to find it and couldnt. This is for donate to us text.. :sos:


find this piece of code in header.php (within include/templates/ dir) :
Code:

if (isset($CURUSER))
{
    $Progress_so_far = ($Progress_so_far >= 100 ? '100' : number_format($Progress_so_far, 1));
    echo '
'.$lang->header['donate'].'
 '.number_format($Progress_so_far, 1).'%'.($Progress_so_far >= 100 ? ' '.$lang->header['thanks'].'' : '').'
';
}

and delete it (or comment it with /* ... */)


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

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