echeng
Forum Replies Created
-
Forum: Plugins
In reply to: Twitter Tools 1.5 upgrade — working for anyone?Figured it out. Firefox was populating the password field with the wrong password each time the page re-loaded. I had to type in the proper password and Update Options or test the plugin from that page.
grrrr.
Forum: Plugins
In reply to: Twitter Tools 1.5 upgrade — working for anyone?BTW, I run TweetDeck on my home machine and Facebook’s Twitter app. I also run clients on iPhone and Blackberry — but only TweetDeck, Twitter Tools, and Facebook’s Twitter app are active at the moment.
Forum: Plugins
In reply to: Twitter Tools 1.2b1 options page is blankThanks, Alex. Here was the error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4104 bytes) in /var/www/sites/echeng.com/journal/wp-includes/cache.php on line 4 Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 44 bytes) in /var/www/sites/echeng.com/journal/wp-includes/cache.php on line 48I had to change the PHP memory limit to fix the problem.
Forum: Fixing WordPress
In reply to: WordPress 2.0.6 — /feeds/ link doesn’t work anymorewell, crap. it didn’t work 5 minutes ago, and now it works.
Forum: Plugins
In reply to: ViewLevel pluginOne of my readers noticed today that in page mode (single post view), the previous and next links still will grab entries even if the viewer doesn’t have access.
For example, if you have three posts:
A Viewlevel 0
B Public
C PublicAnd you are viewing post B, the previous link still shows the title for post A.
It looks like previous_post_link() and next_post_link() aren’t honoring the viewlevel.
Has anyone fixed this yet?