Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2013-09-02 17:56:09

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 999
Website

Re: pax_grep: Search regular expressions and replace with something else.

You’re welcome!

Offline

#14 2016-12-05 08:45:10

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,079
Website

Re: pax_grep: Search regular expressions and replace with something else.

Friendly note: this plugin still works fine with TXP 4.6.x, but if you enable debug mode (in the Preferences panel), you’ll get a warning that the tag is not registered (in the future this may trigger an error).

Fix, at the top of the plugin:

if (class_exists('\Textpattern\Tag\Registry')) {
    Txp::get('\Textpattern\Tag\Registry')
       ->register('pax_grep');
}

Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#15 2016-12-05 16:18:25

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 999
Website

Re: pax_grep: Search regular expressions and replace with something else.

Thank you, @phiw13! I was aware of this, I just didn’t get around to updating the public version.

This is fixed now!

Offline

#16 2018-06-14 19:25:58

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 999
Website

Re: pax_grep: Search regular expressions and replace with something else.

Version 0.2.3 is available now here and on Github.

Offline

Board footer

Powered by FluxBB