ok, it don?t work
this is my code in the "memberinfo_block_ministats".
<dl class="stats">
<dt>GFX-Points</dt>
<dd>{vb:raw gfxpoints}</dd>
</dl>
and This I have placed in the member.php on line 140+141
Quote:
($hook = vBulletinHook::fetch_hook('member_execute_start')) ? eval($hook) : false;
$templater->register('gfxpoints', $gfxpoints);
|
an this is the php-plugin:
Addon: vBulletin
Hook: member_execute_start
Title: gfxpoints
"Reihenfolge": 5
Quote:
$usrid = $vbulletin->userinfo['userid'];
$gfxpquery = $db->query_read("SELECT gfxpoints FROM user WHERE userid = '".$usrid."'")or die(mysql_error());
$gfxpoints = mysql_result($gfxpquery,0);
|
but I can?t see the reuslt