
01-28-2011, 09:54 AM
|
|
|
Join Date: Aug 2006
Posts: 249
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MajicPanda
How would I do something like this in the plugin, unsure how to get user variables in the plugins.
PHP Code:
$var = fieldX; //fieldX = custom user profile field
for($i=0; $i < $var; $i++) {
echo "<img src = 'image.jpg'>";
}
This code gets the logged in users info, but how do you get the posters info related to that postbit section?
PHP Code:
$vigilanceXP = $vbulletin->userinfo[field5];
vB_Template::preRegister('postbit_legacy',array('vigilanceXP' => $vigilanceXP));
|
$post['field5'].
|