Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   xBTiT (http://www.bvlist.com/forumdisplay.php?f=30)
-   -   xBTiT User Rank Issue (http://www.bvlist.com/showthread.php?t=10345)

Jimmyroots 13th April 2015 01:31

xBTiT User Rank Issue
 
1 Attachment(s)
Hi There,

I am unable to change any users ranks as when I go into edit their profile the rank drop down list has nothing in it (see attached)

Any help would be appreciated

Using xBTiT v2.3

Plus does anyone know how to set the default theme?

Cheers,

Jimmy

atmoner 13th April 2015 21:15

Quote:

Originally Posted by Jimmyroots (Post 46870)
Hi There,

I am unable to change any users ranks as when I go into edit their profile the rank drop down list has nothing in it (see attached)

Any help would be appreciated

Using xBTiT v2.3

Hack installed? (related to your problem, not the whole hack list!)
post admin/admin.users.tools.php
Quote:

Originally Posted by Jimmyroots (Post 46870)
Plus does anyone know how to set the default theme?

probably in main setting in admin panel

Jimmyroots 18th April 2015 00:29

1 Attachment(s)
I've got xBTiTFM Installed so all the hacks with that.

I've attached my admin.users.tools.php

Cheers,

Jimy

HDVinnie 8th July 2015 05:04

fixed the rank selector devs make a rookie mistake and used the wrong quotes around a variable


return get_result("SELECT * FROM `{$TABLE_PREFIX}users_level` WHERE id_level <= '.$prot.' ORDER BY ".$order." ASC", true, $CACHE_DURATION);

instead of

return get_result("SELECT * FROM `{$TABLE_PREFIX}users_level` WHERE id_level <= ".$prot." ORDER BY ".$order." ASC", true, $CACHE_DURATION);

see the prot variable :coffee:


All times are GMT +2. The time now is 12:36.

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