How Are You Editing Your Files On FTP?
Jamroom Hosting
derrickhand300:...So here is my basic workflow right now
I download the file I want to edit- the i change the file name on the server from "filename" to "xxfilename" so its not called or lost when edit and upload the copy I am working on...if the copy I am working on works fine I just leave it on the server and leave the backyup named with the xx prefix as my backup...
I download the file I want to edit- the i change the file name on the server from "filename" to "xxfilename" so its not called or lost when edit and upload the copy I am working on...if the copy I am working on works fine I just leave it on the server and leave the backyup named with the xx prefix as my backup...
Good on you Curtis (derrick? not sure which to use) for getting that far. One thing that’s important to point out is: Don't edit anything in the /modules/ directory directly or it will disappear the next time the module is updated.
If you want to alter a modules .tpl file, clone the skin and prefix it like this:
"Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
So the only files you should be messing around with are:
* Modules that you have created
* Anything in your cloned skin
There are ways to alter the way modules other people have made work that will keep them working. For that check out the:
"Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners
