RSS Feed/News How to include a link in a tooltip?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
25,753
Points
823

Reputation:

A link can be used in a tooltip if it's in the node's description:
node-tooltip.gif
Using the HTML rendered:
HTML:

<a href="/forums/announcements.2/" data-xf-init="element-tooltip" data-shortcut="node-description" id="js-XFUniqueId10" data-xf-pointer-type="mouse">Announcements</a>

But it can't be made if you edit the Phrases with the link (double quotes break it but an apostrophe works, just doesn't show the link):
tooltip-phrase.gif

With the HTML:
HTML:

<a href="/misc/style-variation"...

Read more

Continue reading...
 
Status
Not open for further replies.
Top