I have need of this module, but I don't know how I'm supposed to download it from the project page? Is there another location where the module is hosted?
I have need of this module, but I don't know how I'm supposed to download it from the project page? Is there another location where the module is hosted?
Comments
Comment #1
hazah commentedIts currently in the repository. You can download a snapshot. Im waiting for the module to be approved by the overlords so that i can provide a standard install path.
Comment #2
mitylite commentedAh, I've never dealt with that particular aspect of drupal.org before. Are things in the repository accessible to non-maintaners? Is it that git link(which doesn't seem to work in the browser) a link to the module in the repository?
Comment #3
hazah commentedIts a bit convoluted but yes, its accessible. You need to manually download the snapshot and untar it manually into the modules folder.
Comment #4
azuledu commentedThe project is actually in the 7.x-1.x branch of git instead of master branch.
To download:
git clone -b 7.x-1.x http://git.drupal.org/sandbox/hazah/1488826.git prepopulate_create_node_links
It's necessary update the documentation or merge the 7.x-1.x branch with master branch.
Comment #5
kaizerking commented...or you can download the the snapshot which can be downloaded , it zip file will have some number extract and open the folder, you will have anothe folder with in that with the same number rename the folder to indicate module name and ther is another file pax file, ignore it, copy the re named module file and use it as you would use any other module
Comment #6
hazah commented