Quote:
Originally Posted by Badshah93
if someone wants to create Widget as per this article
Change the hook:
global_start to vbcms_process_widget_complete
and when you are creating new widget (Static Html)
do enter something in that box, else widget won't display.
|
I found out that the
vbcms_process_widget_complete hook works, but it seems to be inside of a function, so you have to prepend
PHP Code:
global $vbulletin;
for the plugin to work.