K a M a L
01-07-2015, 06:47 PM
Hello ,
I want to ask what is the proper way to create a PHP widget in Vbulletin 5 .
I'm not able to output anything in the widget
I tried
echo 'test';
and
return 'test';
and
$output= 'test';
but didn't get any output in all cases .. Also I want to ask where is widget is processed and what is the variable scope available there ..
Thank you!
I want to ask what is the proper way to create a PHP widget in Vbulletin 5 .
I'm not able to output anything in the widget
I tried
echo 'test';
and
return 'test';
and
$output= 'test';
but didn't get any output in all cases .. Also I want to ask where is widget is processed and what is the variable scope available there ..
Thank you!