I too couldn't get the icons to display in postbit or postbit_legacy. Looked at the code and it looks like there is a "global $vbulletin;" missing at the beginning of the User Social Networking Fields: PostBit Display Complete (postbit_display_complete) plugin. If you go to the plugin manager and click on that plugin and then add this as the first line:
global $vbulletin;
it will now display the icons in the postbit. I run postbit legacy so I also had to add class="info" in the options as well for it to appear in postbit_legacy.
|