Yes, but this require PHP Knowledge.
You can use our API to load HTML delimiter value, here docs:
http://docs.easy-profile.com/index.php/article/jsnuser-object
In Easy Profile you can use Joomla Template overrides:
- Copy file from /components/com_jsn/views/profile/tmpl/default.php to /templates/your-template-folder/html/com_jsn/profile/default.php (create directory before)
- Open New File
- Add code like this after line 78:
<?php
$user=JsnHelper::getUser($this->data->id);
echo $user->getField('verified');
?>
In Social Network plugin you can use our Theme Manager to customize your pages, follow these steps:
- Goto Admin Panel->Themes Manager->Choose "Social Network" theme
- On left bar choose Elements/cover.ctp
- Click on "Copy" button and copy in your theme (or blue them). with this step this file will be overridden and you not lose changes with updates
- Goto Admin Panel->Themes Manager->Choose "Your Theme" (or blue theme)
- On left bar choose Elements/cover.ctp (this is the new file copied from default template)
- add your customization like
https://www.easy-profile.com/support/adding-badge-to-user-profile.html#reply-6221
NOTE: this code is not tested and not supported, this is only for example purpose