Hi guys,

I've installed views and nodewords and this is the error I got:

# user warning: Table 'drupal6.view_view' doesn't exist query: SELECT * FROM view_view WHERE url LIKE 'devel/source%' AND page = 1 in /Applications/MAMP/htdocs/drupal6/modules/nodewords/nodewords.module on line 712.
# user warning: Table 'drupal6.view_view' doesn't exist query: SELECT * FROM view_view WHERE url LIKE 'admin/content/node-settings%' AND page = 1 in /Applications/MAMP/htdocs/drupal6/modules/nodewords/nodewords.module on line 712.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

catch’s picture

Project: Views (for Drupal 7) » Nodewords: D6 Meta Tags
Version: 6.x-2.x-dev » 6.x-1.x-dev

Moving to nodewords queue.

Robrecht Jacques’s picture

Status: Active » Postponed

I have disabled views support in 6.x-1.x-dev until the views module releases a stable version or a release candidate. There is really no point in supporting an ALPHA-0 version I think.

In case I don't notice the release of a stable views module for 6.x, reopen this issue.

hass’s picture

We should comment out panels, too.

Robrecht Jacques’s picture

Title: Views and nodewords » Views and/or panels support in nodewords

I've disabled panels too.

If someone cares about panels or views AND there is a stable or -rc release for Drupal 6.X of either views or panels, please reopen this issue.

AaronCollier’s picture

Version: 6.x-1.x-dev »
Status: Postponed » Active

There's a beta2 version of views out now. Is that stable enough to start work?

svdoord’s picture

I'd like to be able to use this module for views. Views is now rc2; any idea when views will be supported?

Thanks!

silurius’s picture

Subscribing (same reason as svdoord).

mrfelton’s picture

subscribing too

mileZ’s picture

subscribing too :-)

vladimir.dolgopolov’s picture

Version: » 6.x-1.x-dev

I'd like to see views and panels support in 6.x-1.x-dev instead of 6.x-2.x-dev (that is unstable).

vladimir.dolgopolov’s picture

It looks like there should be hook_form_alter() on 'views_ui_edit_view_form' form.

vladimir.dolgopolov’s picture

Status: Active » Needs review
FileSize
3.96 KB

Here is the patch only for views support.

icouto’s picture

Any chance of releasing an already-patched version? :-)
BTW: thank you very much for the great module - your work is truly appreciated.

hass’s picture

We should also repair the panels stuff. There is already a D6 panels in HEAD.

basicmagic.net’s picture

subscribe

BioALIEN’s picture

Subscribe. Agree with hass, both Views and Panels branches now exist for D6.

jgoldfeder’s picture

/subscribe

thompson’s picture

subscribe too.

matt2000’s picture

subscribe.... any updates?

mattiasj’s picture

subscribing aswell.

gaijinu’s picture

There is a stable views 6.x-2.1, any chance of re-enabling views support?

Thanks!

frost’s picture

+1 for views support in 6.x-1.x-dev.

germinal’s picture

+1 for views...

does the patch work? mentioned a few posts above this

eliosh’s picture

subscribe
+1 for views

nquocbao’s picture

subscribe too, this module is very useful but not stable yet :(

paardje’s picture

subscribe
+1 for views

metagrapher’s picture

I intend to take a look at the code once its on my development server... but has anyone else taken the time to review the code, as well??

This can't be committed to the release until the community reviews the code and says that it's good to go... Contrary to apparently popular belief, voting for your reasons for why you need the patch is not actually constructive. ;)

nquocbao’s picture

Feel free to post it here, I will help you to review it :)

metagrapher’s picture

Status: Needs review » Reviewed & tested by the community

I think I will put this on another site I manage personally which utilizes panels. As far as I can tell the patch above works fine. At least, I have not come across any errors.

Perhaps I can get some panels support going here. ;)

drupaloSa’s picture

subscribing

tom_o_t’s picture

Confirming that patch in #12 works for adding meta description & keywords to a view.

eliosh’s picture

i don't understand how to use nodewords with views. I applied patch, but don't understand, in views edit form, where to edit :-(

tom_o_t’s picture

Just below the main views form (after patching) there's a new form for meta tags

thompson’s picture

can someone post the chanced files ? i didn t check the patch file theorie. (@ ???)

eliosh’s picture

Title: Panels support in nodewords » Views and/or panels support in nodewords
Status: Active » Reviewed & tested by the community

Because of Faceted Search release a working module for drupal 6, i must use patch in issue #340642: hook_nodewords() in 6.x version ? to have hook_nodewords working.
It will be great if we can put those patch in a beta release or dev release, so we can have both of them.

Robrecht Jacques’s picture

Title: Views and/or panels support in nodewords » Panels support in nodewords
Status: Reviewed & tested by the community » Active

Views support has been added. Thanks.

Setting to "active" for panels.

dkruglyak’s picture

Title: Views and/or panels support in nodewords » Panels support in nodewords
Status: Reviewed & tested by the community » Active

I think panels V3 should be stable enough now to add meta tag support?

gunzip’s picture

subscribe

apaderno’s picture

The support for Panels could be replaced with a more generic support for Drupal pages (see #480148: Replace the support for Views with a more generic support for Drupal pages).

apaderno’s picture

Category: bug » feature
Status: Active » Closed (duplicate)

I am setting this report as duplicate of #236833: Add more settings pages for the global meta tags, which will be the way the support for panels will be implemented.

topnetwork’s picture

Title: Panels support in nodewords » Views/Panels support in nodewords

For Views, is there a way to apply Description and Keywords to discrete view items within a View set? That is to say, can Meta tags be assigned similar to View Basic settings fields, e.g., Header, Footer, etc? I am only seeing Meta tags available as a View global fieldset.