Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
hyperlink in rolesignature?
chililb
New
Hi. I would like to add a hyperlink that opens a new window in the rolesignature plugin. Does anyone know how to modify the definition to do this?
Example: $Definition["The Advisor role signature"] = '' The New Advisor Signature ";
So I would like the "The New Advisor Signature" to be replaced with a hyperlink that opens in a new window.
Thanks.
0
Comments
I think something like this should work .
$Definition['The Advisor role signature'] = '<a class="AdvisorRole" href="yourlink" target="_blank" >Text or image link here</a>';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
That did it! Thanks for your help.
many definitions will work the same way.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
You are very Welcome!
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌