1. gadocane
  2. Features Request
  3. Tuesday, November 15 2016, 12:40 PM
Hello, I have two question:
- is it possible for a user to delete his profile in easy profile pro?(no social network plugin activate)
- 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.
Thank you very much!
Marianna
admin Accepted Answer
Admin
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
  1. more than a month ago
  2. Features Request
  3. # 1
gadocane Accepted Answer
Content Protected
  1. more than a month ago
  2. Features Request
  3. # 2
admin Accepted Answer
Admin
Hi,
some HTML editor (probably also Tiny) add "/" before the link because it does not recognize {user ....} as a link. So I recommend you to follow these steps:
- Go to Administrator->User icon->Edit Account (like screenshot)
- Choose in "Basic Details" tab "Editor - None" in Editor parameter
- Edit HTML delimiter field and correct your code.

After this you can restore "Use Default" in editor parameter
Attachments (1)
  1. more than a month ago
  2. Features Request
  3. # 3
gadocane Accepted Answer
Now it works, thank you very much!!!
  1. more than a month ago
  2. Features Request
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.