What is File Management for?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
animgirl

What is File Management for?

Post by animgirl »

Hi,

I don't know if I'm missing something, but I can't figure out what you can do with files that have been uploaded through the File Management. I uploaded a picture... now what can I do with it?

Thanks so much,
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

What is File Management for?

Post by Ted »

I still need to write a simple plugin to actually use that stuff. For now, just make an img tag to point to the upload dir. Like:

Code: Select all

<img src="uploads/blah.gif">
It's on my TODO list, and while it's simple, I keep forgetting to just write it already.
Anonymous

What is File Management for?

Post by Anonymous »

That makes sense. Instead of people having to create their own directories for images you made a mod for it. Cool.


Thanks,
animgirl

What is File Management for?

Post by animgirl »

Darn it. That Guest was me. Sorry.
Thijs

What is File Management for?

Post by Thijs »

It may become even easier, if it would be possible to include images from the WYSIWG editor and add links to uploaded files. I'm currently working on this.
leen

What is File Management for?

Post by leen »

animgirl wrote:Darn it. That Guest was me. Sorry.
Yup, happened to me too a few times while talking to you in another thread. ;)

Cheers,

Leen
WMC

What is File Management for?

Post by WMC »

Thijs wrote:It may become even easier, if it would be possible to include images from the WYSIWG editor and add links to uploaded files. I'm currently working on this.
Sure would like to see that one Thijs!!!! That would be a pretty welcome feature for me. I'm thinking of using the system for my famaly's website. CAn't see my mother fiddeling arround with img tags!

plz letme know :D
Post Reply

Return to “Developers Discussion”