dowster
Forum Replies Created
-
Forum: Plugins
In reply to: [Twit Connect] Error on Login; need to update for Twitter API 1.1?Hey Cliff,
The problem seems to be with xml support disapearing. I managed to fix the issue myself in the code:
‘commented out these lines and added a few to grab the twitter details without using xml
// $to->format = ‘xml’;
// $twitterInfo = new SimpleXMLElement($xml);$content = $to->get(‘account/verify_credentials’);
$id = $content->id;
$screen_name = $content->screen_name;
$name = $content->name;
$url = $content->url;Forum: Plugins
In reply to: [Twit Connect] Error on Login; need to update for Twitter API 1.1?Hi Cliff,
I can’t help but have noticed exactly the same issue myself.
Update:
Found this: https://dev.twitter.com/discussions/976?page=1
apparently xml is no longer supported – that’s what it’s trying to use.
Forum: Themes and Templates
In reply to: Which WP Theme Is Used For This Digg-Like Site?Hi Guys,
That’s my website.
Totally custom coded theme unfortunately! Couldn’t find a decent one that did what I was looking for.
Forum: Fixing WordPress
In reply to: Quick Edit broken, Visibility Settings broken, please fix ASAPThanks for your help
Forum: Fixing WordPress
In reply to: Quick Edit broken, Visibility Settings broken, please fix ASAPBut the edit form field do not appear and the post vanishes… it’s probably a jquery issue
Forum: Fixing WordPress
In reply to: Quick Edit broken, Visibility Settings broken, please fix ASAPIn “All Posts” when you click upon “Quick Edit” the post in question disappears.
Forum: Fixing WordPress
In reply to: Quick Edit broken, Visibility Settings broken, please fix ASAPThis isn’t very helpful to be honest. I’ve just discovered the same problem too.
Clicking “quick edit” makes the post disappear… I presume the edit version should appear.
I’m guessing this is down to some jquery script that being applied by a theme?