Support for additional content types in CMS2
Support for additional content types in CMS2
For CMS 1.x projects I have been able to use a combination of CGContentUtils and GBFilePicker to be able to support additional content types within templates. GBFilePicker is especially useful for its ability to present a nice image browser/picker.
Now that I am transitioning to CMS2, I notice that GBFilePicker is no longer supported or maintained, so am wondering if there is an equivalent that works well in the new version of the CMS.
My base requirements (FWIW) are:
- Ability to support content types in addition to text and textarea
- User friendly image browser/picker
Any advice is much appreciated.
TIA,
Sanjay
Now that I am transitioning to CMS2, I notice that GBFilePicker is no longer supported or maintained, so am wondering if there is an equivalent that works well in the new version of the CMS.
My base requirements (FWIW) are:
- Ability to support content types in addition to text and textarea
- User friendly image browser/picker
Any advice is much appreciated.
TIA,
Sanjay
Re: Support for additional content types in CMS2
Just a quick follow-up. I did some additional research on this Forum and came up with the following suggestion:
- MillcoBrowser
I'm not sure if the performance and license issues have been resolved, but I'm going to give it a shot (this is not a commercial project).
-S
- MillcoBrowser
I'm not sure if the performance and license issues have been resolved, but I'm going to give it a shot (this is not a commercial project).
-S
Re: Support for additional content types in CMS2
Have you tried the new TinyMCE WYSIWYG editor? Includes a very nice filepicker and image editor!
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Support for additional content types in CMS2
The new TinyMCE module (which is great) actually uses the same filepicker as MillcoBrowser.
I'm investigating (ok it's on my todo list) whether we can make MillcoBrowser dependent on TinyMCE and use their instance of Responsive-filemanger rather than package our own version. Hopefully since the the author of the filemanger has cleared it's use for TinyMCE then that will get round any licence issues (although I'd still encourage you to donate to him of course).
In the meantime though feel free to give MillcoBrowser a whirl. Guido has forked the project as well and has made some changes so you might give that a go as well.
I'm investigating (ok it's on my todo list) whether we can make MillcoBrowser dependent on TinyMCE and use their instance of Responsive-filemanger rather than package our own version. Hopefully since the the author of the filemanger has cleared it's use for TinyMCE then that will get round any licence issues (although I'd still encourage you to donate to him of course).
In the meantime though feel free to give MillcoBrowser a whirl. Guido has forked the project as well and has made some changes so you might give that a go as well.
Re: Support for additional content types in CMS2
Scooper, I read the note in the help section about the License.
It says the author approves of the Responsive Filemanager being a part of the TinyMCE module, it doesn't see that he is giving permission for the filemanager and therefore TinyMCE to be use outside of the current Creative Commons NC license http://creativecommons.org/licenses/by-nc/3.0/ for commercial use.
It says the author approves of the Responsive Filemanager being a part of the TinyMCE module, it doesn't see that he is giving permission for the filemanager and therefore TinyMCE to be use outside of the current Creative Commons NC license http://creativecommons.org/licenses/by-nc/3.0/ for commercial use.
Last edited by Jeff on Fri Jan 22, 2016 2:24 pm, edited 1 time in total.
Re: Support for additional content types in CMS2
For TinyMCE the author did give his permission to use his filepicker on commercial websites. As long as the module itself stays free.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: Support for additional content types in CMS2
Yep - I was planning to check with Alberto (the ResponsiveFilemanager author) about it before making any changes.
Before I do though, do you know if there's any plans to integrate a filebrowser like this into the core? I know calguy mentioned that the devs had been talking about it.
IMO a single instance of ResponsiveFilemanger that could be used by Tiny and FileManager and as a content type would be a smart move.
Before I do though, do you know if there's any plans to integrate a filebrowser like this into the core? I know calguy mentioned that the devs had been talking about it.
IMO a single instance of ResponsiveFilemanger that could be used by Tiny and FileManager and as a content type would be a smart move.
Re: Support for additional content types in CMS2
I updated the license information:
On January 19, 2016, Alberto Peripolli, author of the Responsive FileManager, has provided written permission to include the Responsive FileManager to the TinyMCE module in commercial websites, provided that there is no fee attached to the module.
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Support for additional content types in CMS2
We are planning on implementing a restricted file picker in CMSMS 2.2 or 2.3 (depending on time and who is available). It will almost certainly be a homegrown solution.Before I do though, do you know if there's any plans to integrate a filebrowser like this into the core? I know calguy mentioned that the devs had been talking about it.
Using a homegrown solution:
- Reduces license complications such as this
- Allows us direct and simple integration into the core
- Allows us to customize behaviour and functionality the way we want
- Reduces complications due to third party bugs.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Support for additional content types in CMS2
@Calguy: This great news and thanks for the update. Looking forward to it in an upcoming release. I've not done any serious coding in a long time so won't be able to contribute to that part, but I'm happy to help define and document requirements for this feature if that is of any help.
-S
-S
Re: Support for additional content types in CMS2
JMFilePicker (fork of GBFilePicker) is released for 2.x.
http://dev.cmsmadesimple.org/project/code/1362
http://dev.cmsmadesimple.org/project/code/1362