Editing A Forum Post
(account deleted) 08 Mar 2008 02:37
Found and Fixed
I just found another bug and tracked down the typo and fixed it :)
This one would cause a fatal error when trying to edit an existing forum post.
In the file /var/www/wikidot/templates/modules/forum/sub/ForumEditPostFormModule.tpl there is a missing "$" in a variable on line 20:
{t}Need help? Check the{/t} <a href="{URL_DOCS}" target="_blank">{t}documentation{/t}</a>.
After adding the $ to "href="{$URL_DOCS}" the problem was solved.
Can someone update the wikidot1 SVN trunk folder with this fix also?
(Sorry, even if I have permission to upload code, I don't know how)
Thanks!
-Ed