
10-24-2009, 08:17 PM
|
|
|
Join Date: Dec 2008
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by mrpaint
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
Oh, try this one
Code:
UPDATE `[put_your_table_prefix_here]user`
SET fbuid = '0'
WHERE fbuid = ''
Hope this helps 
|
That solved it!
|