hello, i did this althogh the hack is working fine...when applied to the edit post template and .php file,
I am still not able to edit the sub title ?? the changes doesn't reflect at all.
Kindly help me here with the edit post thingy ??
I am running on ver 2.3.0 !
Thanks much
Quote:
06-13-02 at 06:00 AM Slynderdale said this in Post #40
add after that
PHP Code:
if ($isfirst and $postinfo[dateline]+$editthreadtitlelimit*60>time()) {
$DB_site->query("UPDATE thread SET description='".addslashes(htmlspecialchars($description))."' WHERE threadid=$threadinfo[threadid]");
}
|