Quote:
Originally Posted by blind-eddie
Anyone else having this issue?
|
Thanks to
blind-eddie 
for pointing this out and for PM me about this! Now I actually think this issue was the most shocking issues of all our online time! And I will try explain it exactly so you all know what you should be doing, and checking on this ADDON..
How could this happen??
My forum moderator called me and told me about this issue! I couldnt believe him, and even at one point I suspected him to be one of those people cursing in our forum, WHICH WAS A BIT NERV-Wracking..
Basicly our moderator logged into his account in the forum, and directly clicked on the "Facebook Connect" button for , , and he was now suddenly redirected and logged into another users account, which was assigned to the persons FACEBOOK account as well!
The button should not be be visible for Logged-in members.. and we did this 2-3 times again and again, still we were getting logged in as another USER! So hopefully this will be fixed! Else follow the steps I have provided below to hide the FACEBOOK CONNECT button from logged-in users..
This was all from me! Once again thanks to "
blind-eddie 
" for poiting this out!
_____________________________________________
HERE IS A SAFETY TRICK, for the button to not be visible for logged in users:
Follow my steps If you wanna use this addon, make sure to do the following thing, because this is not HIDDEN from the users as it should be! So after people login to the forum, the "FACEBOOK CONNECT" button is still visible in the forum, and this is what caused this issue!
So to hide it from Logged in members, there is a file called
Install.html file inside the ZIP file..
Now on STEP 5, It tells you to add the following code in your footer:
It ask you to add this code in your navbar, below another code:
Code:
<!-- fbconnect -->
$fbconnect_init
<!-- / fbconnect -->
Instead of that code, Add this code below the other in your footer template:
Add Code:
Code:
<if condition="$show['guest']">
<!-- fbconnect -->
$fbconnect_init
<!-- / fbconnect -->
</if>
Thats it, This code makes the
FACEBOOK CONNECT button only visible for GUESTS! Now no logged-in members can use it! Like what happend in our forum which caused that a member was logged into another persons facebook account and our forum!
So for your users safety and your forums safety use this instead. Untill this issue is fixed..
Regards ChiNa-Man