Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: r1861: new quote handling
You can actually make a new class that would add on to the functions already available in the Textile class.
Something like
<code>class nhn_typotuner extends Textile {
// add your extra functions in here, all the while still being able to use the textile functions within this class
}</code>
And yes, that would be quite do-able within a plugin.
Offline
Re: r1861: new quote handling
Okay! Thanks for the explanation :)
Offline