Hi,
missing PHP PDO Mysql library from your server.
If your server is managed from you, you can provide me
S.O. version and we reply with instructions to do this.
If your site is hosted with shared server:
- probably PDO drivers is supported but disabled in your PHP.ini
- anyway you may contact you server administrator
If you could help me create a menu item with the social connect and that it actually display the fields I have set
I do not know if I understand correctly. If you want to fill some data after Social Connect Registration you can enable the parameter to Force compilation of required field from Easy Profile options, When user register is redirect to deit profile page.
also I would like to know if it is possible to use FB Connect for login?
I think no problem, but I have not experience with this. Easy Profile extends Joomla user component. So registration/edit/login is the same of Joomla (example the tabs are generated by a javascript but the page is original of Joomla).
How do I group the users, you see this is for our Folk Dancing and each member must register on the site with their relevant "Clan" they belong to
You can create a field of type select with this options:
clan1|Clan 1
clan2|Clan 2
clan3|Clan 3
clan4|Clan 4
clan5|Clan 5
So user can set your clan.
Now you can create a menu item of type Easy Profile -> User List for each clan with this value in parameter SQL CUSTOM WHERE: alias_of_clan_field='clan1' or alias_of_clan_field='clan2' ....
more info of SQL WHERE here:
https://www.easy-profile.com/docs/69-sql-custom-where-list-and-module.html
Also you can set condition for clan field to set a usergroup for each clan, this is most useful if you have some restricted content based on clan.