Instalation 1. Upload contents of folder forum (upload) to your forum. 2. Import Installation File.
Warning : If you update from previous version please rename fields for Facebook, MySpace, Twitter from table user and after installation return data to new fields and delete old fields.
Now the Facebook Profile ID doesn't work for us either. Have added the numbers for profile id but when clicking on the link it opens up an error page - any ideas?
Now the Facebook Profile ID doesn't work for us either. Have added the numbers for profile id but when clicking on the link it opens up an error page - any ideas?
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.
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.
Steve you are a champion thank you very much, working fine now.
Spoke too soon - now I have the problem of when clicking on a member's Facebook link it comes back with an error. I'm using the Facebook profile id numbers at the end of the profile image, that should be correct yes?
EDIT - Have fixed the issue now as have added - profile.php?id= - to Facebook link in settings.
They need to create a username at fb to link to it. Pull down the account menu on the far upper right to account settings, then the 2nd item down will be username - assign a username there (if there isn't already one) and then use that name on this plugin for facebook and it'll work.
Now the Facebook Profile ID doesn't work for us either. Have added the numbers for profile id but when clicking on the link it opens up an error page - any ideas?
Please help with this. The entry fields only allow for 20 characters. This is NOT enough for most people. Simply entering the FB ID# won't work anymore. You have to enter "profile.php?id=100001242082133" and there's not enough space for that. If you don't have a name, or if you DO have a name and it's longer than 20 characters, you're basically screwed. Please post a fix for this. Thanks.
EDIT - Have fixed the issue now as have added - profile.php?id= - to Facebook link in settings.
WARNING: if you do this, then if someone enters their username, the link won't work. You can only do one or the other. Facebook must have changed something on their end. This is going to kill a lot of the links that vBulletin users have already setup under their userCP. This issue needs to be addressed as well. Thanks.