I found the following module but its way out of date now -> fileeditor
What could / should I use.
Thanks
Dan
Need to edit an xml file in the uploads dir
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Need to edit an xml file in the uploads dir
XML files can be edited with simple text editing programs like NotePad, WordPad (PC) or TextEdit (Mac). Not sure if that solves your underlying issue but hope that helps.
Take a penny, leave a penny.
Re: Need to edit an xml file in the uploads dir
I want to be able to edit the file on the server via cmsms - so a basic online text editing module would be good.
Re: Need to edit an xml file in the uploads dir
It's easy to reactivate itdwinters wrote: I found the following module but its way out of date now -> fileeditor
Open FileEditor.module.php with your favourite editor, go to line 283
Code: Select all
function MaximumCMSVersion()
{
return "1.0.5";
}
Code: Select all
function MaximumCMSVersion()
{
return "1.2.5";
}
Re: Need to edit an xml file in the uploads dir
Thanks but why did they set a limit on it? Does it cause probs under a later version?
And is this the only / best module to edit a text file online through cmsms?
Thanks
Dan
And is this the only / best module to edit a text file online through cmsms?
Thanks
Dan
Re: Need to edit an xml file in the uploads dir
Its only a possibility to do that.
But the limit is inside the skeleton module so (new) coders think he have to use that function.
As you said this function could be used to "exclude" problems with later versions - but often there is no problem.
There is another file manager module available
http://dev.cmsmadesimple.org/projects/kfm/
But the limit is inside the skeleton module so (new) coders think he have to use that function.
As you said this function could be used to "exclude" problems with later versions - but often there is no problem.
There is another file manager module available
http://dev.cmsmadesimple.org/projects/kfm/