Closed (outdated)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Oct 2009 at 19:36 UTC
Updated:
25 Sep 2020 at 12:36 UTC
Jump to comment: Most recent
Comments
Comment #1
avpadernoIf you know of a method that allows to pass from the view ID to its relative URL (and that is reliable), I will be happy to change the code.
Comment #2
hass commentedNot taken a look to the code, but only deleting all data and configuration can only be wrong. page_manager_pages.path should be a save value. Cannot speak for views.
Comment #3
izmeez commentedsubscribing
Comment #4
avpadernoAs nobody has been able to provide a system to upgrade the meta tags to use the view path rather than the view ID, I am marking this report as .
Please re-open this report if you can provide code to update the meta tags.
Comment #5
joachim commentedI know very little about how nodewords works, or what it needs from other modules, but the $view object has a get_path() method.
Comment #6
nicolash commentedThis will come a bit late for most, but I had to migrate the views meta tags from D5 to D6 recently and the snippet below seems to achieve it.
It assumes that you still have the old D5 database handy and can connect to it from the current D6 install, as outlined here.
Run this in Devel execute PHP or put it in a module update hook.
I'm still testing this and might refine it as well as doing the same with Panels. Hope it helps someone.
kiamlaluno, I'm opening the issue again as you suggested. If you're interested in including this in nodewords' install file, let me know and I'll provide a patch.
Comment #7
nicolash commentedTitle change...
Comment #8
avpadernoI am closing this issue, which is for a not supported Drupal version.