RichFilemanager
RichFilemanager copied to clipboard
Feature request onlyoffice and mongodb
hello.. can we add like onlyoffice plugin to open mocrosoft related file also store file in mongodb possible ?
i have put only office document server plugin inside below dir html/RichFilemanager/connectors/php/plugins/ brom below link i have downloaded php code
https://api.onlyoffice.com/editors/demopreview
But it is not working...
my concept is open any microsoft file in onlyoffice document server instead of google
Thanks
RFM doesn't deal with any DBs out of the box. You can create your own plugin and implement all the features to support onlyoffice. Also see #140, regarding Collabora Online implementation.
thanks for help.
but if you provide some guideline to implement onlyoffice with RFM so it is good to me. my goal is open/edit microsoft office file into onlyoffice instead of google viewer.
and alsoready given onlyoffice php plugin also.
now only remain thing is in code where to change so i can open/edit that microsoft office file into onlyoffice .
If you provide some guideline so it is to much helpful to me.
Thanks
There is no specific way in integrate Onlyoffice, or other editor with RFM. However, you can create PR with a separate php/html file (e.g. onlyoffice.html) in the RFM root folder, with a working implementation of Onlyoffice, which is able to open and edit microsoft office files at this page. Having working example will get it much easier to understand ways and means of implementation, because I personally don't have much time to play with it.
ok..thanks for help and guideline.
Let me know if you are going to provide demo example of Onlyoffice implementation, in order to I will be able to consider the capability of integration it with RFM. Otherwise close this issue, please.
Ok...thanks..I will show to you demo once I will done in rfm root dir. So please keep open this ticket. It is nice feature.
Thanks .
Hello. Inside rfm rood dir I have make it working.. Now I have no idea how I can inter connect with RFM. So if u dont take it in mind so can you make it working for me if you have time ? I will paid your development charge for that. Let me know if you have few time for that.
Thanks.
Ok, I will take a look. Please, create a new pull request with your implementation to the onlyoffice branch, that I have just created.
okey..
thanks.. i have added onlyoffice dir inside your root dir. and below is mine tree for added onlyoffice dir. https://github.com/dipenpatel235/RichFilemanager/tree/onlyoffice
now inside onlyoffice dir config.php file. inside that file need to replace "YOUR.DOCUMENTSERVER.COM" by onlyoffoce document server hostname/IP. that i will give to you personally due to security reason.
please give me your skype/gmail id if possible. so we discuss further on that.
mine skype id is: dipen.ec2010 Thanks
Ok, I will take care of it after compete the current affairs
I have less than zero interest in an office connector, but a MongoDB connector could be kinda awesome using GridFS. We'd have to solve a few challenges like a lack of a file structure, but that could be super neat as a way to browse GridFS...