Well the signature part isn't the issue, it's getting the value of the person that's viewing the thread. Basically I'm writing a plugin that allows you to display a signature 3 different ways - in a scroll box, in a click box or just as the full signature based on a setting in your user profile. The problem that I'm having is that I apparently can't pull the thread viewer's settings via the $vbulletin->userinfo variable in the postbit_display_complete / start hooks.
I also tried adding a plugin hooked to global_complete / global_setup_complete that set a variable with the contents I needed since I could view $vbulletin->userinfo data on that plugin, but I can't seem to access that information including the hook I need either.
|