Good afternoon, colleagues. We use the git module on the site (drupal 7) (previously it was called Gitolite, https://www.drupal.org/project/gitolite). The question arose 1) Where to register a private key so that the module can sync with the git server? Where is it stored? 2) now we use drupal6 and the gitolite module. by the cron, we call "drush gitolite". Authorization gitolite occurs at the key of the user from which you run drush.
Recently a client noticed that the module wasn't working. We checked it out and we saved the configuration and received this error. "The URI which was provided was incorrect. Compare the URI you provided with the documented URIs. Start here.". Where is the URI coming from? Where is it inputted into the site?
I have node with field owner which contains the User ID.
I have a created view with a shortcut as /node/%/workflow
I want the access to this view is only to users whose ID is there in owner field.
PHP code is already enabled, and is available in the access section of view, since I am not a developer, if anyone can help me write a simple code of :
comparing ID in the owner field is equal to id of current User
Whether the user has a role of administrator.
If any of the above mentioned is true view is displayed else not.
I have rules configured, If the workflow state is moved to Publish content gets published.
Objective is to move the content/node in to state Archive after 10 days. I tried using rules scheduler but i am not able to configure it. Is there any documentation which can help me understand how to use workflow with Rules Scheduler.
or if someone can share high level steps of achieving the same.
I installed Fivestar Module and, after trying / testing it by voting in some nodes, I found that the module that's right for me is Starrating (starrating-7.x-1.1.tar) but, my question is:
Since the site has about 600 nodes and I have applied the rating on about 12 random nodes to test the functionality (and I don't remember which nodes I applied the rating to), can I uninstall the module without removing the ratings applied to these nodes? If I uninstall the module, can those votes I applied to the nodes create problems for the Drupal ecosystem?