[Trac] Trac Wiki won't display images

2009-12-23 Thread zlacelle
I use the following line to display an image in the Trac Wiki:
[[Image(/attachments/pic.jpg)]]

However, when I click on the link, I get:
{{{
Error: Not Found

No handler matched request to /attachments/pic.jpg
}}}

I'm very new to Trac, so I've looked through FAQ's and the list, and I
haven't found anything concerning this.

--

You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.




Re: [Trac] Trac Wiki won't display images

2009-12-23 Thread Remy Blank
zlacelle wrote:
 I use the following line to display an image in the Trac Wiki:
 [[Image(/attachments/pic.jpg)]]

If the image is attached to the page where you want to display it, you
should use:

  [[Image(attachment:pic.jpg)]]

-- Remy



signature.asc
Description: OpenPGP digital signature


Re: [Trac] Trac Wiki won't display images

2009-12-23 Thread Jeff Hammel
On Wed, Dec 23, 2009 at 07:42:00PM +0100, Remy Blank wrote:
 zlacelle wrote:
  I use the following line to display an image in the Trac Wiki:
  [[Image(/attachments/pic.jpg)]]
 
 If the image is attached to the page where you want to display it, you
 should use:
 
   [[Image(attachment:pic.jpg)]]
 
 -- Remy
 

If its attached to the page you want to display it, you can be even more 
short-handed:

[[Image(pic.jpg)]]

--

You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-us...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.