On 4/13/05, Blanke, Tobias T.Blanke@bls-hh.de wrote:
i want to add images to my wikipages with the html tag <img ...> I can't find the position in the source code for modifying the mediawiki. Can someone help me and give a short instruction to me. It's for my own wiki I need this feature!
It looks like you could add to the list of "allowed tags" in includes/Parser.php, in the removeHTMLtags() function. You'll also need to think through what attributes you're hoping to use and make sure they're included in getHTMLattrs()