Quote:
Originally Posted by AndrewD
It works for me, but there was a bug that I fixed between the beta and the RC code. Can you check that you've correctly uploaded the local_links_actions.php file? Line 2213 should read
Code:
$links_defaults['autocreate_sync_comments'] and
In the old, incorrect, code, line 2205 read
Code:
$links_defaults['autocreate_sync_comments_with_thread'] and
|
Yes, I've uploaded the newset version. I guess maybe it has someting to do with the language? Because I found that you use word "Dicussion" to check the threadid, but unfortunately I've translated it into chinese. What surprised me is, a) after the codes in local_links_actions.php, when there is already $row['linkthread' (I checked the database, some items have this), it should work without check the phrase, but it doesn't; b) Sometime before it works for me, although I use the chinese version all the time.
I have also tried to delete "Dicussion" in the code (local_links_actions.php, line 2232), but it doesn't work.