1. zuotoski
  2. Bug Report
  3. Thursday, July 17 2014, 06:47 AM
Hello.
After updating to Easy Profile 1.3.3 I am having a little problem with links like "website" in author plugin. It is showing the link code right before the link itself - please, see attached image.

What can I do?

Thanks
Attachments (1)
References
  1. http://www.zpeed.com.br/miscelanea/jogos/67-grid-autosport-esta-chegando.html
admin Accepted Answer
Admin
Hi,
you have used:
$user->getField('website')

the correct way is
$user->getValue('website')


getField for a link is this (displayed value):
<a href="/value_of_link">value_of_link</a>

getValue for a link is this (raw value):
value_of_link
  1. more than a month ago
  2. Bug Report
  3. # 1
zuotoski Accepted Answer
Jesus.... sorry, but this is the kind of thing that really frustrates - how can I made it wrong at first place? How can it be working until the update and now it is my fault?

Anyway, thanks for your help, really appreciated. Now it is working again (as before).
  1. more than a month ago
  2. Bug Report
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.