Quote:
Originally Posted by Socrate
I see that you have to modify your joined file, you should still checking it because the request which follows does not exist, this:
Code:
// get special phrase groups
$phrasegroups = array('threadmanage');
does not exist in the template "newthread.php"
your texte :
PHP Code:
*** File: newthread.php
Find:
##############################################################
// get special phrase groups
$phrasegroups = array('threadmanage');
##############################################################
Replace with:
##############################################################
// get special phrase groups
$phrasegroups = array('threadmanage', 'postingbans');
##############################################################
|
Man, I need to stop drinking early in the afternoon. Yes, I modified the file earlier. That should be 'postings.php' -- not 'newthread.php'. It's fixed now. The added line, however, has no effect on functionality. It simply allows phrases to be used when editing the thread via Thread Tools.