
01-30-2007, 01:54 PM
|
|
|
Join Date: May 2006
Location: Lebanon Co. Pa. USA
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Incendium
Find this code in the newthread_start plugin
PHP Code:
$_POST['subject'] = "$dateadd[dateformat]$dateadd[separator]$_POST[subject]";
and change it to
PHP Code:
$_POST['subject'] = "$_POST[subject]$dateadd[separator]$dateadd[dateformat]";
I'll add that to the next version when I get the time.
|
Thank You.
|