Can we get Views module to list the metatags per node?
Or another way to do that?

Comments

sahuni’s picture

Component: Third-party modules integration » Documentation

I am still interested

AlexisWilke’s picture

sahuni,

I suppose you're no programmer... 8-) It should be easy enough to create a separate module for that purpose. The module could read the nodewords table and display its content.

What's the purpose for which you're looking into that? Website development or for end users?

Thank you.
Alexis

sahuni’s picture

Thanks for reply,
if I feel that a website is not well referenced, I want a list per node with metatags. I want to check if I forgot some nodes.
That sort of thing.
I can do some query directly in mysql, but nodewords table seems not so easy to work with. And I was wondering for other people not managing easily database.
And yes, to offer that service to people administring my websites, I can do a module, you're right, and even better I can publish it.
I was just wandering if nodewords module contributer was thinking of that need, or of a view integration or ....

AlexisWilke’s picture

sahuni,

Ça serait bien si tu pourvais écrire un module!

The table is somewhat annoying because it uses an array in one of the column... This allows for a variable number of parameters but prevents direct compare in SQL and thus you won't be able to have a filter without writing super complex views, however you can always have a views that displays that data without too much trouble.

Thank you.
Alexis

sahuni’s picture

OK, I'll see later
Merci beaucoup

dave reid’s picture

Status: Active » Closed (duplicate)