energymover
Forum Replies Created
-
Forum: Plugins
In reply to: [Mute Screamer] [Plugin: Mute Screamer] What's the purpose of this plugin?Also, a very helpful addition would be a way to prevent it from thinking the admin was an attacker. Everyday I get emails that *I* am attacking my own website.
Thanks
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Cant login with itYou don’t want to return $results->error
If you want to see the error that twitter is sending back, then return $snoop->response_code
You probably have another issue.
I just did the fix on another website and it worked.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] A Fix for login failed.You don’t want to return $results->error
If you want to see the error that twitter is sending back, then return $snoop->response_code
You probably have another issue.
I just did the fix on another website and it worked.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] A Fix for login failed.BTW, the 401 unauthorized error is not the error what Twitter Tools displays. The 401 unauthorized is found by printing the $snoop->response_code. It’s the actual error that the twitter server is giving. Twitter Tools only tells you that the login failed.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Cant login with itI found the login error. The twitter server is denying access because the user-agent is set to Twitter Tools. I have no idea if twitter server is denying certain people based on IP & user-agent. It’s obviously a twitter issue because the twitter server is responding with a 401 Unauthorized error. As far as I know I’m in good standing with twitter. No problems with twitter at all.
How to fix the “Twitter Tools” login issue:
1. Go to admin “Plugins” and click on “Editor”
2. Edit the file: twitter-tools/twitter-tools.php
3. Search for: function aktt_login_test
4. Change the variable, $snoop->agent, to this or whatever agent you want –>$snoop->agent = ‘Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6’;
There’s no line break in the above code.
I hope that helps.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Cant login with itHi,
Every so often I’ll come back to try this plugin, but to date it’s never been able to log into my twitter account.
“Post To Twitter” plugin never has problems logging into my twitter account, but it does not has as many features as “Twitter Tools.”
Hopefully the coders can fix this issue.
Forum: Fixing WordPress
In reply to: Blank Permalink Admin Page after changing permalink typeWow, thanks zeniph! I had the same problem with a 100% fresh WP 3 install– blank permalinks page. Then I changed that one line of code provided by zeniph, and it worked!
WordPress is greatest, guys. Only a few minor issues every once in a great while. Recently I changed to a new webhost, and noticed the permalinks admin page in all 3 of my WP blog sites were broken. They are WP 2.9.2. Today I got a new domain, installed WP 3, but the permalink admin page was blank as well. This is strange if it has something to do with testing if mod-rewrite works. Mod_rewrite works on my website. Not sure what the fix is.
Zeniph provides a hardcoded fix, right? Hopefully the WP code gurus can make the apache_mod_loaded() function work well.
Thanks,
PaulForum: Fixing WordPress
In reply to: Google Analytics for WordPress Visitors Menu Not Shown on dashboardSame here. Also I don’t have the “Traffic Sources” or “Content” or “Goals” as shown –>
http://yoast.com/wordpress/google-analytics/checking-your-outbound-click-stats/
Joost, are we doing something wrong?
Thanks,
PaulForum: Plugins
In reply to: [Plugin: Google Analytics for WordPress] Try/Catch missing from code?Same here. Maybe this is new google javascript code. I’m certain Joost will update this soon. π
Paul
Forum: Installing WordPress
In reply to: Great, but very slow in Firefox!Ah Ha! I found it! My big fault. Not sure how it happened, but my browser window on that particular tab was zoomed out a bit. So firefox had to scale the page.
Sorry about that!! That makes this theme perfect and great. I just gave you 5 star rating. π
Regards,
PaulForum: Installing WordPress
In reply to: Great, but very slow in Firefox!Another note. When the theme is changed to something else such as the WP default theme, then the pages scroll smoothly. It’s only when I change to the openair them that it scrolls very slow in jerky motions.
Paul
Forum: Installing WordPress
In reply to: Great, but very slow in Firefox!Hi,
I was just testing the openair theme at the creators website, and it scrolls fast. I can’t see what I’m doing differently. I used to have openair 1.2.1, but just upgraded to 1.2.2, which made no difference in performance.
Any help is greatly appreciated!
Paul