waynew Posted April 10, 2009 Share Posted April 10, 2009 Building a CMS at the moment for a client and was just wondering if any of you guys knew of any free image manager plugins that will work with Tiny Mce. Yes. I'm too much of a hobo to pay for the official image/file manager. Also, does anyone know of a good filebrowser? You see I have a field that allows users to choose what page they want to redirect to and figured that a file browser would probably make it easier on them. Quote Link to comment https://forums.phpfreaks.com/topic/153443-solved-goodness-gracious/ Share on other sites More sharing options...
Daniel0 Posted April 10, 2009 Share Posted April 10, 2009 Yes. I'm too much of a hobo to pay for the official image/file manager. Pass the bill on to your client... Quote Link to comment https://forums.phpfreaks.com/topic/153443-solved-goodness-gracious/#findComment-806235 Share on other sites More sharing options...
waynew Posted April 10, 2009 Author Share Posted April 10, 2009 Well, there's two problems with that. I've agreed on a fixed price considering how large the project is and I hope to keep certain parts of the CMS for use in the future. Quote Link to comment https://forums.phpfreaks.com/topic/153443-solved-goodness-gracious/#findComment-806912 Share on other sites More sharing options...
.josh Posted April 11, 2009 Share Posted April 11, 2009 You know, making a basic file browser isn't really that hard. Most of the work would really involve making it look pretty. There are a million examples throughout the manual for recursively going through directories/subdirectories with different functions (pretty sure I saw a bunch in readdir, maybe one or two in glob, as starting points). Quote Link to comment https://forums.phpfreaks.com/topic/153443-solved-goodness-gracious/#findComment-807425 Share on other sites More sharing options...
waynew Posted April 11, 2009 Author Share Posted April 11, 2009 You're actually right there. A little bit of php-driven ajax and wallah, you have something. It's just that I don't really have that much time to spend on that side of things. I'll Google around and see if something out there already exists. If not, well then I might as well do my own. All I really need is something that allows them to choose files to redirect to. For example, for their contact page, they'll probably redirect the page to contact.php etc. Quote Link to comment https://forums.phpfreaks.com/topic/153443-solved-goodness-gracious/#findComment-807434 Share on other sites More sharing options...
waynew Posted April 14, 2009 Author Share Posted April 14, 2009 Anyone else who needs an answer to this problem should see here. I used the Ajax file manager. Quote Link to comment https://forums.phpfreaks.com/topic/153443-solved-goodness-gracious/#findComment-809971 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.