I use the Metatag und the Pagetitle modules. Now congigured nodes use the tokens form the Pagetitle modul. But my problem is that any pagetitle entries in the node directly doesn't work. The nodes always have the pagetitle from the Pagetile module.

Comments

ab2211 created an issue. See original summary.

DamienMcKenna’s picture

Status: Active » Closed (works as designed)

There is no need to use the Page Title module with the Metatag module, Metatag has more options available. Try disabling Page Title and the titles from Metatag should work again.

ab2211’s picture

Yes, that's right! But I have an existing site, which I updated from D6 to D7, with many entries from the pagetitle module. So how can I handle this?

DamienMcKenna’s picture

Check out the metatag_importer submodule, it includes a drush command "metatag-convert-page-title" that will convert titles from known entities and global values - you might need to fiddle with tokens afterwards, but it'll get you most of the way there.

ab2211’s picture

Thanks, but the site is on shared hosting...

DamienMcKenna’s picture

Assigned: ab2211 » Unassigned

I've opened #2709137: Make Page Title importer available through the web where we'll make the Page Title importer available through the web interface too.

PS, you only assign an issue to yourself when you're actively working on something, e.g. when you're going to work on a patch.