Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#25 2012-11-29 16:01:19

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,137
GitHub

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

Board footer

Powered by FluxBB