Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=97)
-   -   SkyLine (http://www.bvlist.com/showthread.php?t=2421)

Timisoreanul 6th February 2010 19:12

Open stdhead.php
search at line 101 this:

Code:

$txlst3 = mysql_query("SELECT COUNT(*) FROM thanks WHERE touid=" . $CURUSER["id"]) or sqlerr();;
$list3 = mysql_fetch_row($txlst3);
$count3 = $list3[0];

End Remove it .

Kolshikkk 19th May 2010 13:19

Quote:

Originally Posted by kp380lv (Post 10706)
New theme for YSE!

Attachment 1221

тема отличная =)

blargh 30th May 2010 08:41

why remove it?

find
Code:

$txlst3 = mysql_query("SELECT COUNT(*) FROM thanks WHERE touid=" . $CURUSER["id"]) or sqlerr();;
replace
Code:

$txlst3 = mysql_query("SELECT COUNT(*) FROM thanks WHERE userid=" .  $CURUSER["id"]) or sqlerr();
seemed to work fine for me then. could be wrong tho

*edit* Ok so didnt work as well as i thought. still gives some errors. but that will fix the sql error you get


All times are GMT +2. The time now is 14:59.

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