I have installed this and the users love it , thank you for a great add on TheMayhem.
------------------------------------------------------------------------------
Quote:
Originally Posted by 04wayne
How do you keep track of people who have won the lotteries?
Thanks
|
Quote:
Originally Posted by eues
This too please, I get a db error trying to look at it. Says vb.vb table does not exist? :/
|
I didnt see that anybody get a fix to this so i would likely do it.
Open the script market.php that is in your adminCP directory
Go to the line 482 that its
Code:
$grabwinner = $db->fetch_array($db->query_read("SELECT * FROM " . TABLE_PREFIX . " user where userid='$category[winner]'"));
Change it for
Code:
$grabwinner = $db->fetch_array($db->query_read("SELECT * FROM " . TABLE_PREFIX . "user where userid='$category[winner]'"));
The only diference between this to are that the first have a space between
and
Quote:
user where userid='$category[winner]'"));
|
, that's why error happen.
---------------------------------------------------------------------------
I have a doubt about the usertitle glow.
its compatible with the username of a usergroup that have html in the name?because every usergroup in the forum have html in it.
-----------------------------------------------------------------------------
P.S. Sorry for the poor english.