Has Ning made available to tool or a documented process to ease the pain of implementing new Ning deatures onto a network that has decentralized source code?
Hi Mike - thanks for responding. I just want to make sure you understood my post. I'm looking for documentation, or a process that will allow me to re-sink my network as Ning comes up with new Ning release. I'll take a look at the Avanced Member Search. I have done the hello world tutorial. It was of imense help in helping develop new features against the API.
Also, what is the status on Nings implementation of the new Open Social standard.
Thanks for your reply Mike. So just to make sure I understand. What I've done is modified a standard *.php file in one of the template directorries, such as
filmixer/widgets/index/templates/
and I backed up the standard code as _bak.php within the same template directory just in case I need to revert for whatever reason.
I have not created new features per se. I basically did some minor modifications the the standard code, which I want to maintain going forward.
Are you suggesting that I create a new widget directory such as widget_mod, which contains the modified standard files and the same directory path as the standard widget directory? If so, then it sounds like I can simply copy the modified file back into the standard template directory after the merge.
Also, what if I keep the modified code in a file renamed as * _mod.php? At what level does the merge work? Will my modified file be wiped out, or will the merge process overlook this file?
I guess the gist of the question is, "At what level does the merge overwite files and directories?" Is it absolutley necessary to create a new widgets directory to maintain all my modified files in order to protect them from being overwitten?
woot I did the hello world, and just going through the process was tremendously helpful. This is the entry point I was looking for. And yes I would like to know the process for staying synched now that I'm decentralized. Lets say I've been good and only added files but not modified any standard ning ones. Tomorrow a big upgrade comes out. where do I go to get it.