Hi!
I saw that, as Xano, you contributed heavily to the node core module. Great job!
In developing a Drupal site, my customers had need of modifications to that module in order to make node editing easier.
I already have modfied their node module to allow them additional "Show only items where" options from Administration>>Content management, which they find a huge help in finding and sorting their many pages. These additional options are a) sorting alphabetically (ascending or descending) and b) a word/phrase search that is not case sensitive and finds all nodes with the desired word or phrase anywhere in a title.
These changes involved changes to modules/node/node.admin.inc and some minor tweaks to includes/form.inc
Do you think that others would find these changes useful, and do you think the node module core developers would like to see what I did?
Your modification looks like something that could definitely make it into core. Feel free to create an issue about it and please share the link to it with us :)
Comments
Hi! I saw that, as Xano, you
Hi!
I saw that, as Xano, you contributed heavily to the node core module. Great job!
In developing a Drupal site, my customers had need of modifications to that module in order to make node editing easier.
I already have modfied their node module to allow them additional "Show only items where" options from Administration>>Content management, which they find a huge help in finding and sorting their many pages. These additional options are a) sorting alphabetically (ascending or descending) and b) a word/phrase search that is not case sensitive and finds all nodes with the desired word or phrase anywhere in a title.
These changes involved changes to modules/node/node.admin.inc and some minor tweaks to includes/form.inc
Do you think that others would find these changes useful, and do you think the node module core developers would like to see what I did?
Feel free to contact me at smk@BigMediaStudios.com, or call me in the US at 352-495-3001.
I look forward to hearing your thoughts.
Regards,
Steve Kobb
Hey Steve, Your modification
Hey Steve,
Your modification looks like something that could definitely make it into core. Feel free to create an issue about it and please share the link to it with us :)
Good luck!