Hi,
is it possible for a user to delete his profile in easy profile pro?(no social network plugin activate)
No sorry.
is there a field in which the user can connect his profile to a facebook profile?(no social network plugin activate) I could use the link field but I don't like see the url of facebook in the profile.
you can use link field type only to allow to your users to fill link to social profile, and use HTML delimiter field type to show field with your custom output, follow these steps:
- Create a field of type Link to fill for example facebook link (alias: facebook_link), set to be visible on registration and edit profile page
- Create a field of type HTML delimiter (set to be visible only on profile page) and put in editor this code:
<a href="/{user facebook_link displayed raw}">HERE TEXT OR FACEBOOK IMAGE</a>
- Now, in Facebook link field add this condition: if equal to custom value "" (leave empty custom value) hide HTML delimiter.
With this condition if you does not fill Facebook link then HTML delimiter will be hidden.
NOTE:
Content plugin will replace the code "{user facebook_link displayed raw}" with the URL from Facebook link field.
DOCS:
HTML delimiter field type:
http://docs.easy-profile.com/index.php/article/html-delimiter-field-type
Content Plugin:
http://docs.easy-profile.com/index.php/article/content-plugin