Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Textile
Textile
0
This discussion has been closed.
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