emmea90
Forum Replies Created
-
Forum: Plugins
In reply to: [LeagueManager] Update matchday does not workSame issue there
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?It says “file not found”…
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?That’s strange because i did it
1) Install wp 3.3.1
2) Install 2.2.4
3) Put [liveblog] in the post
4) Add a new liveblogging entry.
That’s all…
https://emmea.altervista.org/wordpress/?p=5
You can find an example on my test site here, is a clean installationForum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?Yes, i get the bug with 2.2.2, 2.2.3 and 2.2.4. don’t get it in 2.2.1
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?I did tests and with 2.2.1 all works fine, so it’s something changed later. With 2.2.2 i get this bug.
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?I did an attempt on a support site with a clean wordpress installation, installing only liveblogging and i get the same
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?Ok is nothing about twitter… simple the id changes when 1st liveblogging entry is sended.
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?I also try with disable all the other plugins and using other themes but seems not something linking to it. If i disable the liveblogging plugin all it works and the value of comment_post_ID passed by commentform is the right one.
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?Yes, i tried also with previous versions but is the same.
Maybe something related to wordpress 3.3 update?Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?It’s something related to this plugin 100%.
I put an echo $comment_post_ID in wp-comments-post.php to see what post id is setted in theif ( !comments_open($comment_post_ID) )
The id is the one of the 1st liveblogging entry, not the one of the post and in the database comment_status is settled as closed.
The strange is that this happened only when twitter mentions arrivedDid THIS code change the value of $comment_post_ID ?
` // Insert comment
wp_insert_comment(array(
‘comment_post_ID’ => intval($b->name),
‘comment_author’ => $tweet->user->name . ‘ (@’ . $tweet->user->screen_name . ‘)’,
‘comment_author_email’ => $tweet->id . ‘@twitter.com’,
‘comment_author_url’ => ‘https://twitter.com/’ . $tweet->user->screen_name . ‘/status/’ . $tweet->id,
‘comment_content’ => $tweet->text,
‘user_id’ => 0,
‘comment_agent’ => ‘Live Blogging for WordPress Twitter Importer’,
‘comment_date’ => strftime(‘%Y-%m-%d %H:%M:%S’, strtotime($tweet->created_at) + (get_option( ‘gmt_offset’ ) * 3600)),
‘comment_approved’ => (get_option(‘comment_moderation’) == 1) ? 0 : 1
));Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?Additional information
With my theme i didn’t get this problem on 17 december, i get it 20 december.
I think is something related to my twitter oauth… but i don’t know how to remove the link from liveblogging to twitter to try without itIs still possible to put comments using reply for nested comments, so this bug is about only a new comment, not nested.
Forum: Plugins
In reply to: [Live Blogging] [Plugin: Live Blogging] Comments closed when live?I’ve not any plugins using a twitter connection and also in the database the comments are marked as opened, there is the comment form and appears that comments are closed only after submitting a comment