Picture link's specification
Hi All,
I'm having a site on base of TikiWiki but I want to make some modification to it.
I want to change the way images are included in Wiki pages, i.e. I want that if user includes the line
Copy to clipboard
{img src=show_image.php?id=8 }
in an Wiki page, the code change it to
Copy to clipboard
<a href="http://localhost/drelectron/show_image.php?name=NoNinvert.jpg"> <img src="http://localhost/drelectron/show_image.php?name=NoNinvert.jpg&thumb=1"> </a>
I mean that it always show the thumbnail (or an scaled one) and make a link to the original picture. As my site contain many big pictures, it could help having pages better viewed.
As I'm a Delphi developer, I think I can do it my self but I should know some thing before:
Copy to clipboard
{img src=show_image.php?id=8 }
Please some one help me with this, saying me were tags are replaced?