Closed (duplicate)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.11
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2010 at 15:15 UTC
Updated:
30 Oct 2010 at 17:40 UTC
Can we get Views module to list the metatags per node?
Or another way to do that?
Comments
Comment #1
sahuni commentedI am still interested
Comment #2
AlexisWilke commentedsahuni,
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
Comment #3
sahuni commentedThanks 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 ....
Comment #4
AlexisWilke commentedsahuni,
Ç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
Comment #5
sahuni commentedOK, I'll see later
Merci beaucoup
Comment #6
dave reidDuplicate of #744552: Feedback on nodewords data availability as view fields