Closed (won't fix)
Project:
Flag Friend
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2009 at 19:18 UTC
Updated:
4 Feb 2012 at 00:44 UTC
Jump to comment: Most recent file
Comments
Comment #1
sirkitree commentedI think you're free to manipulate this through your own custom module just fine and the default is also just fine.
I would be open to reviewing a patch though.
Comment #2
sirkitree commentedclosing due to inactivity - if a patch is provided, please reopen and i will review.
Comment #3
agileware commentedHere is a patch that does what the screenshot shows.
It also requires a database update because the current select field unusually uses 0 for yes and -1 for no, which is not compatible with a check box.
So the update just changes this to 1 for yes and 0 for no if the user has set the setting.
Patch works for both 6.x-1.x-dev and 6.x-1.0.
Comment #4
sirkitree commentedI don't think I really want to put this in. Thanks for the work, but I just don't want to be manipulating this.
Comment #5
sirkitree commented