it should work, no one has reported any actual error, and it rusn fine for me.
Erwin i thought about intigrating it as a template, however, the template tree gets pretty ugly when you have multiple themes and such, plus you would have to modify it for every theme and it just gets worse with that. So instead i just made it its own table.
But basicaly as Erwin said its a phpinclude template that is right in the middle of your functions file, so you can add to your postbit coding without a file edit.
Very usefull for people who want to make things customized for individual users and such like putting $nickname in your postbit, then adding in your postbit modifyer these lines:
if($bbuserinfo[username]=="Zajako")
$nickname="Zaj";
that would make my specific nickname show in my postbit. This is handy for giving admin nick names to like specific people, that can't be edited by the users themselves.
Just one of the many uses of this system.
|