(06-04-2012 11:09 PM)glas Wrote: 1. http://img14.imageshack.us/img14/9049/30560161.png
It is because the wrong part (based on the scr above) uses MyBB default textarea:
(06-04-2012 11:09 PM)glas Wrote: 3. http://img840.imageshack.us/img840/5026/73121378.png
If you use the XThreads textarea, it won't be displayed in quick edit.
Move the contents of the thread (in MyBB textarea) to the XThreads textarea (the faq_answer custom thread field).
If general users are allowed to create a thread in that section, maybe you need to create a
faq_postbit_first_edit template, and modify the template, so when they edit the first post, the quick edit won't be displayed.
If you want to "remove" the thread prefix, you can remove the
{$prefixselect} variable from your
faq_editpost_first and
faq_newthread template.
And remove
{$thread['threadprefix']} from your
faq_forumdisplay_thread template.
(06-04-2012 11:49 PM)Lkwmonster Wrote: where is the field Language File Prefix?
When you edit or create a forum, you'll find the setting in that page.