On Friday, November 16, 2012 6:27:29 AM UTC-8, joanna wrote: > Hi, > > So, I don't see any button for adding attachments when editing Wiki > pages on my Trac installation. This is probably some stupid config > mistake, although I have done my best and couldn't find anything.
The Attach file button isn't present on the wiki edit page (e.g. /wiki/WikiStart?action=edit), only on the wiki view page (e.g. /wiki/WikiStart), but that is probably what you were referring to anyway. The Attach file button should be present when the user has WIKI_MODIFY permission, provided that the attachment module is enabled: trac.attachment.* = enabled. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/f7Wtslfe2gAJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
