There is no 6.x version of "metatag" and "nodewords" is the main metatag module on D6.

Comments

j.slemmer’s picture

StatusFileSize
new580 bytes

See patch. Is this enough, or am I thinking to simple?

j.slemmer’s picture

Status: Active » Needs review
j.slemmer’s picture

Poke for Jurgen, to get a review in the hope I can commit it :)

jurgenhaas’s picture

Status: Needs review » Needs work
+++ b/drd_server.install
@@ -56,7 +56,7 @@ function drd_server_requirements($phase) {
       'title' => $t('Module MetaTag installed'),

The text should then be changed to 'Module Nodewords installed' also, so that it matches the real module name on D6

Other than that, it's OK to me. And: sorry for the delay :-)

j.slemmer’s picture

StatusFileSize
new709 bytes

Hey Jurgen,

New patch attached, could you assist me in committing this patch?
I am still new on that. In what branch I should commit?

jurgenhaas’s picture

Status: Needs work » Reviewed & tested by the community

Hi Jons, patch is looking good and it can be committed. You can find the instructions for using version control under http://drupal.org/project/drd_server/git-instructions (note: this is drd_server, not drd) and you do not have to create a new release or branch, just commit to HEAD, i.e. this is what you find under the heading "Pushing your code back to the repository on Drupal.org".

Let me know if this isn't working and we can work through this on Skype, I reckon.

jurgenhaas’s picture

Ah, one more thing: please be careful to checkout the right revision (D6 or D7) before you get started. The commit will then go back to exactly that revision when you use "git push".

j.slemmer’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Ok, this should be commited. Closing this issue.

If you see anything wrong, let me know..