Loading...
 
Features / Usability

Features / Usability


Posting Images

posts: 101
Is there a way to post an image directly from a file gallery while editting a page?
posts: 1633 Canada

In 1.10, yes:
http://tikiwiki.cvs.sourceforge.net/tikiwiki/tiki/templates/modules/mod-last_images_th.tpl?r1=1.6&r2=1.7

Basically, it is just a link to add the wiki syntax to call a previously uploaded image (in the image gallery). It is the same wiki syntax you see after you upload an image.

Basically, if you add that code (without the if) to your 1.9.x Tiki (templates/modules/mod-last_images_th.tpl), I think it will work.

Please let me know.

Best regards,

M ;-)


posts: 1817 Catalan Countries

And much simpler and working on any Tiki version (if you have your image in a image gallery): just get the url of that image in one browser window (or tab), and use it to insert that image in the new page you are editing on another browser window/tab., using the common markup for images, e.g.:

Copy to clipboard
{img src=http://tikiwiki.org/show_image.php?id=248}


or just using relative urls:

Copy to clipboard
{img src=show_image.php?id=248}


and if mod rewrite is enabled, you can also use just:

Copy to clipboard
{img src=img248}


In any of the case, you would get:

Image