keithbarrett
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments Evolved for WordPress] A few more minor tweaks :)This plugin is designed so much better than what I had in mind. Thanks!
Can you add a configuration option? Google+ started on 6/28/2011. On my blog I only want the G+ tab to appear on or after that date (giving priority to displaying the older comments), so I’ve added the following logic to the container file:
foreach ($tab_order as $tab) {
$displayTab = true;
$date1 = “2011-06-28”; // G+ started 6/28/2011
$date2 = $post->post_date;if (($tab === ‘gplus’) && ($date2 < $date1)) $displayTab = false;
if ($displayTab) {
…It would be great to just have this as a checkbox config option. My blog goes back before Facebook also so I’m debating whether I should do the same for facebook (September 26, 2006)
Forum: Plugins
In reply to: [RSS Manager] [Plugin: RSS Manager] Some errorsThe plugin doesn’t seem to affect my VidcastNetwork RSS feed either ??
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateNo that renaming your folders does not affect the installed plugins.
Try moving (renaming) the plugin folders OUT of the plugins directory. For example:
cd to plugins
create a subdir named temp
move all plugins there temporarilyreload the wp-admin page.
Forum: Plugins
In reply to: Sociable – icons displayed in verticle list (grassroots theme)I also encountered this problem. I figured out that it was happening anytime I had specific open tags (such as “pre” or “blockquote”) before a “<!–more–>” statement. For some reason that condition carries into sociable’s formatting and causes sociable to list the icons vertically.
My work-around was to close all tags before the “more” and re-open them again. I don’t always get my desired formatting but socialable always looks right.
Forum: Your WordPress
In reply to: Facebook Connect WordPress PluginI also cannot get this plug-in to work under IE, and I have tried all sorts of code hacks and CSS manipulations. And yes; I had th language setting in the header.
I’m amazed that it was released with so much unreliability in a common browser, as bad as IE is.
I’ll keep checking back here for an answer, and I’ll post one if I get it.
— Keith
https://keithbarrett.com