Reviewed & tested by the community
Project:
Page Title
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2012 at 17:42 UTC
Updated:
24 Dec 2012 at 16:27 UTC
Jump to comment: Most recent file
Comments
Comment #1
giorgio79 commentedI found weight can be set programmatically, and I set it to "-100", saved page title settings (it appeared on top) yet front page pattern is still taking precedence.
Any tips? :)
Comment #2
giorgio79 commentedIt seems like this code is taking precedence:
Would you accept a patch which checks for pattern weight, and if there is one higher than the front page, and it is global, it will use that?
Comment #3
attiks commentedI ran into the same problem, patch attached
In short: if there's a pattern specified for the front page, it will be used, otherwise nothing happens
Comment #4
giorgoskPatch applied to 2.7 smoothly and works as advertised
it also solves case where front page is actually a node
but node tokens can't be used in the frontpage textbox
but with after applying the patch one can erase the frontpage setting (empty the textbox)
and thus the node specific settings will take effect
I believe there is nothing else adversely affected
Comment #4.0
giorgoskbetter