The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
member list addition
From the member list template:
<if condition="$show['reputationcol'] AND exec_switch_bg()"><td class="$bgclass">$userinfo[reputationdisplay]</td></if> This is the related plugin: if ($post['reputation'] != 0) { $post['average'] = vb_number_format($post['reputation'] / $post['posts'], 2); How can I place the ['average'] to be included/sorted into the member list? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|