Is it possible to adding/modifing the parsing of an html/wiki tag?
I want to make an <image></image> tag that parses the
URL within these tags to an template of
HTML-tags. And the same with the
Wiki eqvialent to image drawing (so it works eaven if the
Wiki module is runing).
ex:
<image title="pnDev" url="http://noc.postnuke.com">
http://forums.postnuke.com/images/dev_button.jpg
</image>
Becomes:
<table>
<tr>
<td style="pn-img-title"><strong>Image Header<strong></td>
<td>
<a href="http://noc.postnuke.com">
<img url="http://forums.postnuke.com/images/dev_button.jpg">
</a>
</td>
</tr>
</table>
BTW i guess this might be a bit tricky but just point me in the right direktion and ill solve it as im an quite experienced programer.
Regards
Lilltiger