jblackhall
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from Facebookthat worked.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from FacebookI have Akismet installed, but the comments are not showing up among the ones Akismet has marked as Spam. Still I’ll try that.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from FacebookNo, they’re not there either that I could find.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from FacebookYou mean under Comments -> Spam or Comments -> Moderation? No, the missing comments are not under either of those.
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from FacebookSorry I didn’t see your last post before I pasted the diagnostics. I have “Import Comments from Facebook for Wordbook Posts: ( Next Scheduled fetch is in : 42 minute(s) )” checked under “Blog Level Customisation” under Settings -> Wordbooker. Is there something else I should check?
Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from FacebookDoes this help at all? This is after turning on Advanced Post diagnostics without publishing anything new.
2011-03-26 15:58:54 Cache Refresh Commence ( 2 )
2011-03-26 15:58:54 Cache Refresh for ( jonathan )
2011-03-26 15:58:54 Cache processing for user : ( jonathan )
2011-03-26 15:58:54 Getting Permisions for : ( jonathan )
2011-03-26 15:58:54 User has permssion : publish_stream ( )
2011-03-26 15:58:54 User has permssion : status_update ( )
2011-03-26 15:58:54 User has permssion : read_stream ( )
2011-03-26 15:58:54 User has permssion : create_note ( )
2011-03-26 15:58:55 Checking permissions for page : ( 162634253789687 )
2011-03-26 15:58:55 No permissions needed for page : ( 162634253789687 )
2011-03-26 15:58:55 Additional Permissions needed : ( 0 )
2011-03-26 15:58:55 Getting Status for : ( 1034633365 )
2011-03-26 15:58:57 Page info for page ID 162634253789687 ( Blackhall Family Sites )
2011-03-26 15:58:57 Setting name as : ( Jonathan Blackhall )
2011-03-26 15:58:57 Setting status as : ( Anyone else not getting updates from Twitter onto Facebook after updating to t
2011-03-26 15:58:57 Setting URL as : ( http://www.facebook.com/jonathan.blackhall )
2011-03-26 15:58:57 Cache Refresh Complete for user ( 1034633365 )
2011-03-26 15:58:57 Batch Cache Refresh completed ( )
2011-03-26 15:58:57 Processing comment data for user ( 2 )
2011-03-26 15:58:57 Checking to see if we have any posts to check for comment ( )
2011-03-26 15:58:57 Number of posts to check for comments : ( 2 )
2011-03-26 15:58:57 Incoming Comment count for Post 1034633365_1824677370080 ( 5 )
2011-03-26 15:58:57 Comment found from ( Jonathan Blackhall )
2011-03-26 15:58:57 Posting comment to blog ( )Forum: Plugins
In reply to: [Wordbooker] [Plugin: Wordbooker] Not pulling comments from FacebookI’m also having this problem, so I’m subscribing here. I turned on the “Advanced Post diagnostics,” and I will try publishing another post later today. Publishing to my FB Wall works fine. It just doesn’t seem to pull any comments back to my blog. I have publishing comments from my blog to FB disabled, so I can’t speak to that. I’ll let you know what I find. Let me know if there’s more information that would be helpful.
Forum: Networking WordPress
In reply to: SSL and multisite subdomainsAnd also, FORCE_SSL_ADMIN would be nice, but I don’t want to pay that much for a Wildcard Subdomain SSL certificate. I never did try doing htaccess redirects for it, but I don’t think it would work. If you enable FORCE_SSL_ADMIN with a single-site SSL certificate, you’ll get SSL errors when viewing https://subdomain.example.com/wp-admin/
Forum: Networking WordPress
In reply to: SSL and multisite subdomainsFor anyone who finds this in the future, I finally did get it set up. It looks like if you define FORCE_SSL_LOGIN in wp-config.php it will work, even on a multisite (network). Although you are prompted to log in and out at http://subdomain.example.com/wp-login.php, if you view the source the login form is submitted to https://example.com/wp-login.php via SSL connection. There is no need for htaccess redirects and all that. WordPress does it all perfectly behind the scenes. Thanks WP. It’ll teach me to think twice about trying to solve a problem before I know I have one π
Forum: Networking WordPress
In reply to: SSL and multisite subdomainsWouldn’t it work for the login screen itself though? Although admin pages over SSL would be nice, I’m really only concerned about logging in (i.e. FORCE_SSL_LOGIN not FORCE_SSL_ADMIN). And I can log in at https://example.com/wp-login.php with my subdomain user’s credentials. After that, WP can push the user to non-SSL admin pages under any subdomain it wants, and I don’t really care too much.
Forum: Networking WordPress
In reply to: SSL and multisite subdomainsI guess that’s kind of my question. I think I would like to force everyone to log in at https://example.com/wp-login.php (regardless of what subdomain they’re starting from) and not have WP send them to https://subdomain.example.com/wp-login.php. Every user can log in at any wp-login.php screen on the site, so I don’t quite see the point of having WP specify the subdomain in the URL. I feel like this is probably possible using mod_rewrite or possibly a simple plug-in, but I haven’t been able to find anything.