Closed (outdated)
Project:
Page Title
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2010 at 19:29 UTC
Updated:
27 Jul 2016 at 13:22 UTC
Jump to comment: Most recent
Comments
Comment #1
kalis1Same for me here :-(
Comment #2
nicholasthompsonIt'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.
Comment #3
jacobroufa commentedI've done this, but now I've lost AJAX paging within my view. Any thoughts?
Comment #4
antoniopironti commentedSame for me: why using "Page with page title" display it is not possible to set an ajax pager?
Comment #5
khosman commentedI 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.
Comment #6
nicholasthompsonAJAX 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...
Comment #7
nicholasthompsonThinking about it, I guess I could look at the arguments base table?!
Comment #8
thedavidmeister commentedsub
Comment #9
drib commentedCould be "Nodewords Page Title (Views, Panels, Non-nodes)" a solution ??
( http://drupal.org/project/nodewords_pagetitle )
_____________________
Descoperiti carti bune!
Comment #10
thedavidmeister commented@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.
Comment #11
zazinteractive commentedSo 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
Comment #12
stoptime commentedI 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.
Comment #13
zazinteractive commentedI 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
Comment #14
brunorios1 commentedsubscribing...
the view display "page with page title" don't work here too...
Comment #15
andyf commentedI 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?
Comment #16
justinlevi commentedSubscribing
Comment #17
mgiffordIt'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:
Does this work? Page (with Page Title) details didn't seem too give me any tokens I could use.
Comment #18
damienmckennaThe D6 branch is no longer supported and the module itself is being deprecated, so further changes to the D6 module will not be made.