Postponed
Project:
Metatag
Version:
7.x-1.x-dev
Component:
Context
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 May 2013 at 21:14 UTC
Updated:
13 May 2013 at 11:46 UTC
The core Blog module provides per-user blog pages in addition to the main blog page. We need a standard way of targeting those pages for Metatag assignment.
This is a follow-on from #1292612: Add support for blog module which covered the main blog page.
Comments
Comment #1
damienmckennaI'm not marking this as a stable release blocker as it can be done, just somewhat unreliably.
The problem is that Context doesn't have a way to differentiate between an internal URL, e.g. 'blog/somebody' for the "somebody" user's personal blog.module blog page vs a node or View page with the URL 'blog/somebody', never mind the internal menu path of 'blog/%user_uid_optional', which would be optimal.
Comment #2
damienmckennaPostponing this for now.