1
Now this is a very long shot, but it's so weird a situation that hopefully someone will be able to give me a lead where to start looking.
If I edit an article in the Article module (version 1.0 I believe it is, the newest in any case), and insert an html tag with a "name" attribute, the "name" attribute gets stripped (including the assigned string) and the rest of the tag remains intact. This happens only on "save" and not on "preview," and it does not happen when I'm the site administrator. Only for the rank and file.
Example:
<a name="anchor">Anchora> becomes <a>Anchora>
As far as I can see, this is only about the "name" attribute:
Example2:
<a name="anchor" title="anchor">Anchora> becomes <a title="anchor">Anchora>
and it is not only about the < a >< / a > tag. It also happens independent of any particular editor, but not in at least some other modules.
So my guess is that there's some text sanitizing going on somewhere. If somebody could give me a lead, I would be very thankful.
I'm using XOOPS 2.2 branch