Quote:
Originally posted by GraphicW
Inferno,
Here is the help you need. First I will explain the cause of the problem:
The instructions give wrong information on how to place the Karma image link. The result is that the script is not sent sufficient information ($usertitle) causing a null result to be sent. The result is that to adis.php, you appear not to be registered.
Enough talk now, here is the fix:
|
I had this problem and the fix worked perfectly, big thanks!
I still have another problem that consists on adding new users on Admin CP..
When i do a Add User i get these three errors:
Warning: Supplied argument is not a valid MySQL result resource in /home/pjpg/public_html/cwpt/admin/user.php on line 101
Warning: Supplied argument is not a valid MySQL result resource in /home/pjpg/public_html/cwpt/admin/user.php on line 115
Warning: Supplied argument is not a valid MySQL result resource in /home/pjpg/public_html/cwpt/admin/user.php on line 118
I'm using VBulletin 2.5.5... the rest seems to work fine :cheeky:
Can anyone help me please? :classic:
BTW: the lines of user.php are:
$numrows_gettotal = mysql_num_rows($gettotalpoint);
$numrows_getagree = mysql_num_rows($getagree);
$numrows_getdis = mysql_num_rows($getdis);