Hi,
I also want to migrate, but uses custom pages nodewords D6 module (https://www.drupal.org/project/nodewords_pagetitle)
Is there any change to also migrate those..?
Thanks a lot in advance for your reply!
Greetings, Martijn
Hi,
I also want to migrate, but uses custom pages nodewords D6 module (https://www.drupal.org/project/nodewords_pagetitle)
Is there any change to also migrate those..?
Thanks a lot in advance for your reply!
Greetings, Martijn
Comments
Comment #1
damienmckennaThis is being handled by #1281138: Upgrade path: Nodewords.
Comment #2
summit commentedHi,
Set this to active if that's ok.
Somehow I do not see Nodewords page_title to Metatag migration?
It stops somehow here https://www.drupal.org/node/1658970#comment-9522705 , next issue is not spoken of nodewords_pagetitle anymore?
Am I missing something? Or is nodewords_pagetitle migration handled now? Than I am sorry to reopen this.
greetings and thanks for all your hard work already,
Martijn
Comment #3
damienmckennaThere is no separate migration thing for Nodewords PageTitle, it's part of the main Nodwords importer.
Comment #4
summit commentedHi,
Nodewords+pagetitle has the possibility to make custom metatags for specific pages.
I have in my Drupal 6 website a lot of those custom metatags.
I asume with the migration those will also be migrated then? Where can I find them then in the new D7 site?
Sorry if these questions seems stupid, but I just can't find a way to get those 500 specific page based metatags, which are administrated under custom metatags in D6 migrated.
greetings, Martijn
Comment #5
damienmckennaOh, do you mean the by-path functionality, instead of setting the title per-term or per-node?
Comment #6
summit commentedH,
Yes I am referring to this functionality!
I use it a lot within my to be migrated website.
greetings, Martijn
Comment #7
damienmckennaAH! Ok, now I understand. Sorry, that hasn't been done yet.
Out of interest, do you have a one-to-one relationship between the titles and the nodes? Or does it use the same title for multiple nodes?
Comment #8
summit commentedHi, I have not added by-path per node, but more per term path
Say the term path is travel/holland/amsterdam then I have the metatags title, keywords and description of this url and all urls underneath travel/holland/amsterdam/* with these metatags
So I did not use by path functionality for nodes, but more for taxonomy term pages.
greetings, Martijn
Comment #9
damienmckennaOk, thanks, that helps understand what kinds of things we need to write a migration script for.
Comment #10
summit commentedGreat! Thanks in advance!
Greetings, Martijn
Comment #11
GStegemann commented@Martijn: the Web Links Migration has some support for Nodewords Pagetitle migration. So I assume from what I'm reading here it doesn't work for you. At least during my tests node based Pagetitles were migrated correctly.
Comment #12
summit commentedHi Gerhard,
Yes it is working for the regular metatag pagetitle migration of Weblinks nodes. Thank you for building this Gerhard!
But next to that there was in Drupal 6 the module https://www.drupal.org/project/nodewords_pagetitle.
That module made it possible to give any path its own url, keywords and description, also using tokens. Like a token for second url term.
I used this a lot for term paths. So thats why I refer to that, and there is this issue for. Migrating by path metatags within nodewords on D6.
Sorry if this was unclear for you Gerhard.
Greetings, Martijn
Comment #13
summit commentedHi Damien, Do you may be have a timeframe for this migration from nodewords_pagetitle to Metatag by path?
EDIT: Sorry to ask, but I have a seasonal website, and only small timeframe in autumn to migrate, otherwise I have to do it all manually..
Thanks a lot in advance for your reply!
Greetings, Martijn
Comment #14
summit commentedHi,
I got in PM nice answers where to start...but I am not good enough a programmer to get this done.
These are the starting points..
Can anyone help with these remarks added to this issue?
In my migrationscript I have the following, thanks to Gerhard:)
See here the whole script: https://www.drupal.org/files/issues/weblinks.migrate.inc__17.txt
greetings and thanks in advance!
Martijn
Comment #15
summit commentedHi,
Would may be the road to context gives possibility to export-import?
See my new issue on context-export module: https://www.drupal.org/node/2579381
greetings, Martijn
Comment #16
GStegemann commentedCan someone put some light into the "Nodewords Pagetitle by-path per term" feature?
As far as I know the module Nodewords Page Title is deprecated. Second, I cannot get it working on my test site due to the known API compatiblity issues, see #1301972: Deprecate Nodewords_PageTitle.
How is "Nodewords Pagetitle by-path per term" data stored? What are the rules to migrate it from D6 to D7 Metatag?