There was a problem when using this extension with the current Vanilla version. classTextile.php was not accessible on my server.
This had to do with directory access restrictions I never understood on my server... The simple fix:
// Change/insert line 64
define('TEXTILE_PATH', dirname(__FILE__) . '/');
require(TEXTILE_PATH . 'classTextile.php'); // Former line 64
I recommend adding this to the extension itself as other extensions are working in the same way (have lots of included files but no errors occur there).
@wibbler i found a solution:
Go to Textpattern.com and download the lastest version available, after that, unzipit and search in the Lib folder the file "classTextpattern.php" and copy, now go to extensions/Textile and replace it.
Refresh and presto.
vik407, if you were to package that fixed up version as a ZIP and upload it, one of the addons mods might be kind enough to upload it to the addons site for all to benefit ;)
Comments
was not accessible on my server.
This had to do with directory access restrictions I never understood on my server... The simple fix:
// Change/insert line 64 define('TEXTILE_PATH', dirname(__FILE__) . '/'); require(TEXTILE_PATH . 'classTextile.php'); // Former line 64
I recommend adding this to the extension itself as other extensions are working in the same way (have lots of included files but no errors occur there).
It can't translate ampersands. For example, & becomes #38; in the following link:
http://www.wigantoday.net/ViewArticle.aspx?sectionid=66&articleid=3067806