According to http://drupal.org/node/959474, Page Titles works with Views 2.

Please add some documentation so people are able to actually use Page Titles with Views.

Tried so far:
- Check Page Titles configuration page.
- Check View basic settings.
- Check View relationships.
- Check View argument.
- Check Readme file.
- Check project documentation.

I'm hoping this functionality is indeed there somewhere. It could be quite useful.

Comments

kalis1’s picture

Same for me here :-(

nicholasThompson’s picture

It's still a kind of work in progress - but, due to the way Views works, there is no reliable way of intercepting and piggybacking on a normal Page Display. Therefore, you have to add a "Page with Page Title" Display to the view.

jacobroufa’s picture

I've done this, but now I've lost AJAX paging within my view. Any thoughts?

antoniopironti’s picture

Same for me: why using "Page with page title" display it is not possible to set an ajax pager?

khosman’s picture

I spent the better part of two days looking for a way to dynamically control page title meta tags in a particular view. The module on this page offers great hope - but in the meantime, I found my workaround here:
http://stackoverflow.com/questions/2332514/drupal-6-views-how-to-make-th...

Hope this helps.

nicholasThompson’s picture

AJAX probably is broken - its a bit of a half-hearted attempt at integrating really... I'm seriously considering a different approach as Views isn't really designed to have alterations injected into it.

The issue is that every view could have multiple Page Displays. Each Page Display could have none or several arguments. Each argument will have a context which Page Title will not be able to understand. I think I need to do some research into CTools...

nicholasThompson’s picture

Thinking about it, I guess I could look at the arguments base table?!

thedavidmeister’s picture

sub

drib’s picture

Could be "Nodewords Page Title (Views, Panels, Non-nodes)" a solution ??
( http://drupal.org/project/nodewords_pagetitle )

_____________________
Descoperiti carti bune!

thedavidmeister’s picture

@strop

well i found nodewords to be clunky and incomplete last time i tried to use it, so i'd rather not rely on installing an unrelated module to get views integration in this module.

also, it seems like a cop out solution when this module is advertising that it has views itegration on its product page.

zazinteractive’s picture

So after using 'page with page title' will the page title settings under 'site configuration' take over the views title? or do I need to use the page title field in the view? Neither one seems to be working

stoptime’s picture

I couldn't get this to work with Views / Drupal 7 either. The workaround I did was to enable the PHP filter (core module), and for the views "header," use a Global Text field with this PHP code:

drupal_set_title('[title]');

Note this assumes you are loading a node title field into your View, which you may have to "Exclude from display" to prevent duplicates.

This makes the page title () and your regular title the same, but at least now I have a page title showing up for my dynamic view.

zazinteractive’s picture

I decided to downgrade to 6.2.3 since it works in that version without using a special view. That may be an option as well

brunorios1’s picture

subscribing...
the view display "page with page title" don't work here too...

AndyF’s picture

I have the AJAX problem and also I can't select a page with page title display as a context condition. For me that's enough not to use the display type at all - it might be an idea to have a warning on the project page?

justinlevi’s picture

Subscribing

mgifford’s picture

Issue summary: View changes

It's unclear to me if this is working yet or not.

I don't know when the project description was added, but maybe this needs to be edited:

Views Integration: Page Title provides its own Page Display which allows you to provide a Page Title separately to the normal Title. There is also an option to provide a Page Title for each argument as well. This feature is still early and in need of testing. Feedback would be appreciated!

Does this work? Page (with Page Title) details didn't seem too give me any tokens I could use.

DamienMcKenna’s picture

Status: Active » Closed (outdated)

The D6 branch is no longer supported and the module itself is being deprecated, so further changes to the D6 module will not be made.