Skip to content

Commit

Permalink
Fixed #7, readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Filippo committed Oct 20, 2013
1 parent 825e517 commit da03b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MyFacebook Connect
===============================

> **Current version** 1.1
> **Current version** 1.1.1
> **Dependencies** [PluginLibrary][1], cURL installed and running on your server
> **Author** Shade
Expand All @@ -10,7 +10,7 @@ General

MyFacebook Connect is meant to be the missing bridge between Facebook and MyBB. It lets your users login with their Facebook account, registering if they don't have an account on your board, and linking their Facebook account to their account on your board if they have one already.

The plugin adds 19 settings into your Admin Control Panel which let you specify the Facebook App ID, Facebook App Secret, the post-registration usergroup the user will be inserted when registering through Facebook, whether to use fast one-click registrations and other minor settings.
The plugin adds 21 settings into your Admin Control Panel which let you specify the Facebook App ID, Facebook App Secret, the post-registration usergroup the user will be inserted when registering through Facebook, whether to use fast one-click registrations and other minor settings.

MyFacebook Connect currently comes with the following feature list:

Expand All @@ -32,11 +32,6 @@ MyFacebook Connect currently comes with the following feature list:
* **It works**
* **It's free**

Known issues
------------

There aren't any known major issues at the moment.

Documentation
-------------

Expand Down
2 changes: 1 addition & 1 deletion inc/plugins/myfbconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ function myfbconnect_register($user = array())
"displaygroup" => $mybb->settings['myfbconnect_usergroup'],
"regip" => $session->ipaddress,
"longregip" => my_ip2long($session->ipaddress),
"hideemail" => 1,
"options" => array("hideemail" => 1),
);

/* Registration might fail for custom profile fields required at registration... workaround = IN_ADMINCP defined.
Expand Down

0 comments on commit da03b57

Please sign in to comment.