Topic: Custom links
I would like to add link image tooltip only for pages that are in same forum's domain,not for the externals links.
No problem for doing this everywhere i can write links in html, but inside post i didn't find how.
I know the solution would be to write a new bbcode link in parser.php, but how can i do that ?
Here is the way to write the link :
<a href="#" onmouseover="doTooltip(event,0)" onmouseout="hideTip()">Link</a>
Any advice would be helpfull
Regards