How do I reference images uploaded in another thread?

Renegade

Well-known member
Is there a way to use the attachment uploaded in one thread into another thread? If yes then how? What will be the path and image name.
 
You can use the attach tag:

[ATTACH=full]ID#[/ATTACH]

But it won't show inline outside of the original post. Rather it will show a hyperlink to the image.

Or you can use the URL of the attached image with an IMG tag. For example:

[IMG]http://www.yoursite.com/forum/index.php?attachments/filename-gif.ID#/&embedded=1[/IMG]
 
Top Bottom