I'm not sure, but one profile works for me and another doesn't so I can't see it's a browser problem. Do you have a friend who's profile you can use as a test?Darloup wrote:So, if I understand correctly, it's working for some people and not for others... Why would that be? A browser setting?
Where is this setting on facebook?!FoFa wrote:You may have activated an option do disallow "no connected people" from seeing your facebook profile page.
Well, if I understand correctly from FoFa (viewtopic.php?f=466&t=2389196#p14535236), the problem happens when you're NOT connected to facebook and you're trying to visit a page...Mick wrote:I'm not sure, but one profile works for me and another doesn't so I can't see it's a browser problem. Do you have a friend who's profile you can use as a test?Darloup wrote:So, if I understand correctly, it's working for some people and not for others... Why would that be? A browser setting?
There are many more questions and answers at FB support.Facebook wrote:Go to Settings. Click on Privacy on left panel.
Check on the Check box for "Do you want other search engines to link to your timeline?" under section "Who can look me up?"
This will let you view your profile even when you are not logged in. But this will also make search engines to cache information of your profile.
That was clever of you Mick but, unfortunately, it didn't solve the problem...Mick wrote:I don't know if this is anything to do with it:There are many more questions and answers on FB support.Facebook wrote:Go to Settings. Click on Privacy on left panel.
Check on the Check box for "Do you want other search engines to link to your timeline?" under section "Who can look me up?"
This will let you view your profile even when you are not logged in. But this will also make search engines to cache information of your profile.
I've just changed the Privacy Settings according to your instructions. This didn't solve the display problem in membership.phpHmm, I just put your FB profile into my profile on my test site and it now works fine and it's good via Google as well, unless you've done something in the meantime?
That's the first thing I did...Mick wrote:Try purging the cache.
$use_contact_fields = false;
and the html would probably have to be changed as well to get the a href
.So, basically, you're telling me it's a phpBB coding issue? Surely, if the facebook link can be properly displayed in profile and mini-profile, it should also be able to be properly displayed in membership.php!RMcGirr83 wrote:It is not a link when viewing memberlist probably because of this line found with memberlist.php$use_contact_fields = false;
and the html would probably have to be changed as well to get thea href
.