steven_stern
Forum Replies Created
-
Forum: Plugins
In reply to: Determine page typeI found is_feed(). Thanks.
Forum: Themes and Templates
In reply to: Anaconda Theme – Single Postsinfonote: Get my talkr plugin from https://sstern.ccim.com/misc/software
Edit the .php file and change it so instead of saying
$parm=$parm.$lotsofstuffhere
it says
$parm=$logsofstuffhere.$parm
You may need to tweak a bit to get the link exactly where you want it.
Forum: Plugins
In reply to: Add a new pluginYes. I’ve had a pending request there for several days.
Forum: Plugins
In reply to: Is there a plugin that would turn text post into audio?Version 1.0 of my talkr plugin is now available. https://sstern.ccim.com/category/talkr/
Forum: Plugins
In reply to: Is there a plugin that would turn text post into audio?I’ve posted a talkr plugin at https://sstern.ccim.com. It’s still a little crude, but I hope to clean up later versions so the PHP file itself doesn’t require an edit when installing.
Forum: Fixing WordPress
In reply to: wp-cron.php error 406The problem was mod_security. I added stuff to .htaccess that disabled mod_security for wordpress:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>Forum: Fixing WordPress
In reply to: Data too long for columnThanks! It’s a shame to cut off the feed, but…
Why isn’t everyone reporting this problem?
Forum: Fixing WordPress
In reply to: Data too long for columnThis is still an issue. I’ve posted a picture of what I see at https://sstern.ccim.com/wp-admin-bug.png. It seems that the feed used to build the dashboard is the problem.
Forum: Fixing WordPress
In reply to: Data too long for columnThere are some really nasty UPDATE statements in the log. I put them at https://sstern.ccim.com/update-query.zip.
Forum: Fixing WordPress
In reply to: Data too long for columnI moved the tables to innodb, then back to MyISAM, so that may have broken something. I’m enabling query logging and will post a reply here when I have something that looks interesting.
Forum: Fixing WordPress
In reply to: Word 2007 blogging to WordPressIt is working for my blog. I found that I had to be very careful with the case of my user name and password. Although it (Word 2007) posts, it returns an error that it could not connect!
Forum: Fixing WordPress
In reply to: Data too long for columnNothing’s changed in my plugins, and disabling and re-enabling didn’t seem to help. I’ve added a timestamp column to wp_options to see what’s changing.
Forum: Fixing WordPress
In reply to: Data too long for columnNothing recent. I’ll deactivate them all and start turning them on, one by one.
Forum: Plugins
In reply to: Widget Plugin not workingbetzster: Thanks! Works perfectly. (But the link to your post doesn’t.)
Forum: Plugins
In reply to: Widget Plugin not workingApache 2.0.55 Win32 PH/4.4.1
Windows XP Pro
PHP 4.4.1 (cgi-fcgi) (built: Oct 30 2005 12:45:44)
Wordpress 2.0.2The fix mentioned above didn’t work.