Re: Any Way to Save Find All Results with Interface?

2014-07-18 Thread Charlie Garrison
Good morning, On 17/07/14 at 2:36 PM -0700, Rick Gordon li...@rickgordon.com wrote: As I can't get into all the info on creating a plugin at this moment (and if this being OT to BBEdit), can you comment on the efficacy of plugin hooks vs. modifying functions.php? How busy is your site?

Re: Any Way to Save Find All Results with Interface?

2014-07-17 Thread Greg Raven
I agree with Gustave, although I'm not a super WordPress guru. If you use child themes -- and you should -- there shouldn't be much in the WordPress core that needs to be retained from version to version. On Wednesday, July 16, 2014 2:55:11 AM UTC-7, Rick Gordon wrote: Right now, what I was

Re: Any Way to Save Find All Results with Interface?

2014-07-17 Thread Donna McMaster
On Wednesday, July 16, 2014 6:30:55 AM UTC-7, Gustave Stresen-Reuter wrote: And from my experience you can do pretty much anything in WP without modifying the core files, might be something worth looking into to minimize the possibility of error in your situation. Another recommendation

Re: Any Way to Save Find All Results with Interface?

2014-07-17 Thread Rick Gordon
Thanks, Donna and all. As I can't get into all the info on creating a plugin at this moment (and if this being OT to BBEdit), can you comment on the efficacy of plugin hooks vs. modifying functions.php? Thanks. Rick Gordon Donna McMaster July 17, 2014 1:48 PM On

Re: Any Way to Save Find All Results with Interface?

2014-07-17 Thread Rick Gordon
Apologies for forgetting to trim my last post. -- This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email supp...@barebones.com rather than posting to the group. Follow @bbedit on Twitter: http://www.twitter.com/bbedit

Re: Any Way to Save Find All Results with Interface?

2014-07-17 Thread Rick Gordon
To at least start to answer my own question: http://tommcfarlin.com/functions-php-vs-plugin-who-wins/ Rick Gordon July 17, 2014 2:36 PM Thanks, Donna and all. As I can't get into all the info on creating a plugin at this moment (and if this being OT to BBEdit), can

Re: Any Way to Save Find All Results with Interface?

2014-07-17 Thread Donna McMaster
Hi Rick, Using hooks (filters/actions) is not restricted to plugins. So I'm not so much recommending the use of plugins as I am recommending adding actions or filters to your functions.php file. Most often they are just a few lines of code so it's pretty efficient. Filters modify output.

Re: Any Way to Save Find All Results with Interface?

2014-07-16 Thread Rick Gordon
Right now, what I was doing was I had gone through a fairly lengthy selection/filtering process on the PHP files in a WordPress installation, and was trying to isolate places where I had made edits and commented an edit signature. As I've dealt with some core files, I need to keep a checklist

Re: Any Way to Save Find All Results with Interface?

2014-07-16 Thread G. T. Stresen-Reuter
On Jul 16, 2014, at 11:54 AM, Rick Gordon li...@rickgordon.com wrote: I need to keep a checklist to avoid losing those edits when a WordPress update comes along. Understood. You might consider using BBEdit's Find Differences command. It allows you to search a folder of files and compare them

Any Way to Save Find All Results with Interface?

2014-07-15 Thread Rick Gordon
Is there any way to save the results from a Find All page so that, when reopened, it will look like and respond like original Find All page, rather than just a text file? ___ RICK GORDON EMERALD VALLEY GRAPHICS AND CONSULTING