i did the edit addon by Slynderdale, and i have the same problem that GameForums seems to have...
I did all the changes correctly, i try to edit a post and and add a description on it, seems to go ok but there is no description on forumdisplay..
I try to make a new test subject with despcription and it works fine !
i have 2.2.6 and didn't have to skip the second code etc.. i found
PHP Code:
if ($getpost[postid]==$postid) {
$isfirst=1;
} else {
$isfirst=0;
}
if ($isfirst and $postinfo[title]=="" and $postinfo[dateline]+$editthreadtitlelimit*60>time()) {
$postinfo[title]=$threadinfo[title];
}
so i don't understand either i'm doing wrong, please help us
thanks