Closed (fixed)
Project:
Weight
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2013 at 18:55 UTC
Updated:
15 Mar 2015 at 22:54 UTC
Jump to comment: Most recent
When enabled, the "Weighted front page settings" on admin/config/system/site-information conflicts with empty_front_page module (and possibly other modules) because both modules then override the callback for /node.
Since Weight module has a wide audience (it is not only used to sort frontpage content), and since the problem may be hard to diagnose for most users, I humbly suggest that this settings be turned off by default.
Comments
Comment #1
davisbenI'm hesitant to change the default behavior at this point, but if most people think it should be changed I can reconsider.
Comment #2
marco.bI installed weight on a website with a frontpage consiting of blocks and no content. Of course the default message "No front page content has been created yet" disturbed my design and I used the empty_page module to get along. So all was well before I installed weight. After installing weight that message was at the frontpage again.
It took a while that I noticed the unwanted modification through weight activation on the system. My non-elegant and dirty workaround was to place an empty node as frontpage and use exclude_node_title. That works.
In general I wish that modules behave as neutral as possible to avoid unwanted changes.
Comment #3
davisbenI changed the default to have this setting be off.