> I have a site that I need to have setup so that our "designer" who > knows little html and works mostly in visual editors can easily make > changes. This isn't such a bad deal since most of the site is setup > with good templates that would be pretty hard to screw up. > > Do to the project layout I can find a good way to give her acces to > the templates and still have images load in her visual editor. > > editor is looking form /images/filename > and is in a file that is in /project/templates with images actually > at /project/public/templates > > She is attaching to the server via samba, i thought maybe I could do > some tricky stuff with a sym link but that's not really working out to > well. > > Thoughts or suggestions? > > Paul
Hi Paul, I think many WYSIWYG-style web editors support local-to-server path mappings when uploading pages onto the server, most commonly via FTP. Of course, if her editor only supports a single mapping per server, you still need to try something like making a symlink pointing to project/public/images in the project/templates directory. You could enable FTP service on your server box and have her use that instead of a Samba mount. Moreover, perhaps the images directory mapping could be handled by the FTP server, instead of using a symlink? -- Teemu -- You received this message because you are subscribed to the Google Groups "TurboGears" group. 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/turbogears?hl=en.

