Closed (cannot reproduce)
Project:
Glossify
Version:
6.x-3.0-beta10
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2011 at 23:02 UTC
Updated:
30 Aug 2012 at 03:41 UTC
Not a webmaster here, so hopefully I have the correct terminology.
I'm trying to set glossify so it doesn't effect links, because, as of right now, it breaks links and glossifies them.
I see the area to exclude or include certain tags; however, when I add a tag the module then doesn't seem to work.
Maybe I am not using the correct tags/code?
I tried excluding this and it doesn't seem to be working:
<a>
Thanks! Great module!
Comments
Comment #1
sp3boy commentedHaving spent several days looking at the code for this module for other issues, I suggest you just need to leave off the tag markers, hence to exclude text within <a> and <strong> tags populate the config field with:
a
strong
You may well already have worked this out (in which case updating your own issue to help others is a good idea), if not, give it a try.
Comment #2
WorldFallz commentedqueue clean up. Feel free to reopen if the problem still exists.
Comment #3
mattwmc commentedI use span tags.
Glossify won't work if the text has a couple span tags.
For example:
the word 'caveman' is glossified.
However,
<span>cave</span>manwill not glossify.