Quote:
Originally Posted by bada_bing
MRPAINT
Wanted to say thank you much for such a great mod....I wanted to ask a question as I dont know if this is a bug or not but wanted to see if there is a way to correct this..
Currently I have enabled that Share It feature which shows up in every post, this is good BUT the issue is that the Share It button show not show up in hidden or restricted forums as that feature should follow the same rules as the other posting options that are restricted in those forums..
I also wanted to see how I can get some intergration with vbportal such as having the login with facebook button show up in the login area on my portal.
Thank for the great work
|
Some guys from previous pages just edit his templates and the button appears. So... member can login when they are viewing the portal page. I think you can do the same way to display the connect button.
Yeah, I will change the code to prevent the share button to be displayed in such cases
Quote:
Originally Posted by Matt Lathrop
I think I found the issue the default values for your tables in the database for a user NOT using FB connect are 0:blank:NULL (for fbuid:fbssk:fboptions) I have for all the users I moved over blank:NULL:0. Any chance that is causing the error? If so could you halp me fix it by giving me a query to fix it (I'm REALLY bad with mysql)
|
Oh, try this one
Code:
UPDATE `[put_your_table_prefix_here]user`
SET fbuid = '0'
WHERE fbuid = ''
Hope this helps