MoxieManager has an option to disable the insert functionality, but MCFileManager does not.
You could configure oninsert to do something (start it again? heh).
MoxieManager has an option to disable the insert functionality, but MCFileManager does not.
You could configure oninsert to do something (start it again? heh).
It's still a month or so away from public release.
No, no changes compared to PHP version.
@NabLa If you could submit a bug report with example content that would be great. http://www.tinymce.com/develop/bugtracker.php
There is no option for this, it will be displayed centered by default.
Would be a lot better if you used the support ticket system for MoxieManager, login to your account, setup a user and then login to support.moxiecode.com.
@valor @bradleym
Of the of the major reasons that we are trying to simplify the gui is to force better implementations, a lot of the negative feedback about TinyMCE can be traced to bad implementations (exceptions of course, such as mentioned in this post, email templating etc). There are as you know better ways of doing things such as image borders, margins, paddings etc, by using a properly setup (site-specific most of the time) style_formats can make a huge difference in how smooth ones workflow in the editor feels.
But, we recognize the feedback, some users do use the more advanced styling options, and we get that, we are reintroducing some options for next beta, but we still want to keep them "away" from normal users, so will probably be a config to config "on" the advanced tab.
Again, thank you for the excellent feedback.
I am afraid not, simplest is probably to use some software like ACDSee, download the images, make the conversions, and upload them all through FTP or something.
Might be a feature we will look into implementing though, for special cases.
If you got a bit of PHP/NET knowledge, you could perhaps make a plugin that does this (easier with MoxieManager if your not running that yet, since AutoFormat is actually a plugin already and not in the core). Plugin would have to listen to the LIST event and fiddle with the images.
Since the introduction of MoxieManager, we have a new ticket system to handle MoxieManager queries, and for pre-sales question, we recommend emailing us, but might make something easier on the MoxieManager website (a form etc).
Now to your questions, first... thank you for being a long term customer, your feedback is VERY important to us. We are hard at work with the .NET version, you can not imagine the amount of emails we get with questions about the .NET version, much more than we thought actually.
I definitely understand the concept of separating files and images, I actually don't think this is currently possible (image browse and file browse use same config options), but I will put in a ticket for it so we remember to re-implement this feature asap now that this is combined product, it might require a bit of extra configuration though.
Thank you again for the feedback and comments.
Not quite sure I understand, what is it that's not working and what are you trying to achieve?
Found it, and responded.
No it will not, unless your running PHP on the same server.
Site problems
We had some site problems today (Friday). Since a few weeks now we have moved all our websites to the Cloud, more specifically to the Azure platform.
It has not been without problems, some of the things you give up when you move to the cloud is control, the outage today was completely out of our control, some configuration issue with our Azure node. The good thing about this move is that it frees us from hardware/server maintenance issues, more time to improve TinyMCE and surrounding services, and it also provides scary good scaling when needed, and that will save us costs as well.
Azure Websites is still in preview, so support is limited, that's why it took so long to fix.
TinyMCE 4.x Status
We expect there to be one more beta version for TinyMCE 4 before final, you should expect the final within a few weeks. Feedback has been great, thanks to everyone submitting bug reports etc.
Documentation
Documentation is getting more complete, a few config options still missing, and we are working on generating new API docs for TinyMCE 4.x, should be out sometime next week.
Some documentation options needs more detail and examples as well, we are aware of that, bare with us, its a lot of docs to write and update.
MoxieManager
We released MoxieManager 1.1.1 yesterday, fixing issues and improving the software, thanks to everyone submitting feedback to that as well. For more info, check out moxiemanager.com website for more details.
Thanks to everyone.
Try running something like this on browse.
oninsert: function(args) {
console.log(args);
}
You can see what data u get back.
I have not gotten your email, and our phone is disconnected since we just moved office, try sending with an alternate email address please.
Something wrong with your path then, try setting a relative path, like ../../ or something.
Responsed to your email.
You might want to customize this with the oninsert method on browse instead.
http://www.tinymce.com/wiki.php/MCImage ger.browse
Or you could, instead of an onclick directly to browse, set an onclick="myownbrowse()" and figure out what element was pushed.
You just pasted a TinyMCE3 config, pretty much none of those options exist (or are used atm) in TinyMCE4 with the exception of the plugin option.
Yes a database sorting solution is also on the table, maybe use sqlite even just for an index and sorting. Ill try and remember to email you when we have something implemented.
Hi, sorry I must have missed the email or it didn't arrive.
No, pagination is not currently in, but we are looking into ways of supporting large amounts of files, probably in a patch within a week or two.
We are debating on various ways of supporting this, would like to get away from the "paging", its an ancient design and not very optimal, progressive loading it probably a better way of doing it, but then we get sorting issues, so there are quite a lot of issues to work out.
Do custom padding/margin/float using style_formats instead, much more powerfull.
Responded to your email.
Sorry, responded to your email.
Works fine for me,
tinymce.init({
selector: "textarea",
plugins: [
'advlist autolink autoresize autosave contextmenu emoticons'
],
toolbar1: 'emoticons'
});Only loads emoticons in the toolbar.
We are working on the docs, expect them to be more complete by the end of the day.
MoxieManager works fine with TinyMCE 3.x as well as 4.x
You are not logged in. Please login or register.