Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: upm_textile_toggle: Toggle default Textile setting for excerpts.
Bumping with some SQL.
This plugin works well with v.4.5.2 and disables Textile on excerpts created on new articles. It doesn’t change the status of prior excerpts, nor does it claim to. However, if you want to change the setting for all your previous articles that have ‘Use Textile’ set for excerpts to ‘Leave text untouched’, back up your database and run this MySQL query:
UPDATE `textpattern` SET textile_excerpt = replace(textile_excerpt,"1","0");
{Changed bq.
to bc.
to straighten curly quotes. – Uli}
Last edited by uli (2012-11-29 16:26:55)
Offline