Quote:
Originally Posted by itsblack
I've tried what you said, it took no effect.
Actually after upgraded to the later versions, there are already some entries which the linkthread column are set, but even with these entries the comment doesn't work.
It's weird.
|
I'm at a loss with this. I set up a board using your Chinese translation, created various new entries to get threads created and tried adding comments.
a) the standard process with 2.2.8 code worked fine
b) when I tried killing the linkthread value, the standard release code did not work, for reasons I understand, but the simplified regular expression worked just fine.
I saw that you've modified the ldm_thread_create_relink message, which is what is generated/tested. In your version, there are extra bbcodes inside the thread bbcode, but even so, the following code:
Code:
elseif ($forumid>0 and preg_match("/\[thread=(\d+)\]/", $row['linkdesc'], $match)) {
picks up the threadid fine.