The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Need help modifying something
I'm trying to modify this code from a "top posters" plugin:
Code:
$rows = 10; $query="select * from " . TABLE_PREFIX . "user ORDER BY posts desc limit $rows"; $rt=mysql_query($query); echo mysql_error(); while($nt=mysql_fetch_array($rt)){ $test .= "<a href='member.php?u=$nt[userid]'>$nt[username]</a> ($nt[posts]), "; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|