Hello. I have a plugin (self-written). It creates internal links between my posts and pages, etc. For example <post byslug="slug-name">my text</ post> would create a link to the post with the "slug-name" slug. I use the HTML syntax in case the plugin is disabled to avoid unwanted output. It works great with posts and pages. It does not work in comments because of the InputFilter class. This class removes unknown HTML elements and my tags are unknown to it.
Does anyone know a way to bypass this filter without really bypassing it? Or does anyone have a good idea how to solve this? I don't want to discuss about the plugin itself. I just use it because I don't want a static link. A static link wouldn't work if I change my permalink structure or if I change the domain. The plugin always creates a valid link because it uses the ID or the slug of a post/ page, tag, author or comment. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/habari-users -~----------~----~----~----~------~----~------~--~---
