redsil
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache won't purgeSo I thought I’d deactivate and reactivate; but when i try to reactivate I see this error:
Warning: Cannot modify header information – headers already sent by (output started at /home/ilovetyp/public_html/wp-content/themes/ilt2015/functions.php:54) in /home/ilovetyp/public_html/wp-includes/pluggable.php on line 1196
So now the plugin is completely broken.
I’d pay for help/a solution.
Forum: Plugins
In reply to: [Plugin: Extended User Profile] last update deleted php fileEmpty for me too. Perhaps this plugin should be removed from this directory?
Forum: Installing WordPress
In reply to: Unicode chinese turn into symbols after upgrade to wp2.2I can understand the need to change the encoding for the database; however, for my blog I want to post translations of some of my English-language articles in Chinese, so changing the encoding is not an option, as it will mess up the English posts. Any ideas? I would I be better off just setting up an alternative Chinese-language version of my blog, with its own WP installation?
Forum: Installing WordPress
In reply to: “wp_categories’ doesn’t exist” error in database wp 2.3I’ve run into the same problem with those plugins (recent posts and category exclusion) that rely on the old category schema. Does anyone have any idea how the new structure can be queried to achieve the same aim? For example, what kind of query would one need to pull recent posts from the database? Thanks.
Forum: Themes and Templates
In reply to: Rollover imageIt’s not a perfect solution, but how about doing a css-based sliding-doors rollover? Then just add the style in your post.
Shout if you have no idea what I’m talking about.
Forum: Fixing WordPress
In reply to: Comments as Roman Numerals?Thanks. Actually that’s useful, but I didn’t explain well enough.
I want ‘number’ to display as a Roman Numeral in:<?php comments_number('Discuss!','I response','% responses'); ?>So that if there are 11 comments, then this function displays:
XI responses.
Is there a Roman Numerals number formatting in PHP that I could use?
Thanks
Forum: Fixing WordPress
In reply to: Dashboard Incoming Links Not UpdatingCan someone come up with a tidier solution. It seems that using a forward slash screws things up; and of course the uri shouldn’t be hard-coded…
Forum: Fixing WordPress
In reply to: Dashboard Incoming Links Not UpdatingI found that doing this fixes it for me:
$rss = @fetch_rss(‘http://feeds.technorati.com/cosmos/rss/?url=mywebsite.com&partner=wordpress’);
Just replace mywebsite.com with your uri.
Soemething to do with the trailing slash in the original line of code???Forum: Fixing WordPress
In reply to: Dashboard Incoming Links Not UpdatingI and a friend have just noticed the same thing; for me it stopped updating a couple of weeks ago, I think:
Perhaps Technorati has changed something. This is the line of code in wp-admin/index-extra.php that pulls the links:
$rss = @fetch_rss('http://feeds.technorati.com/cosmos/rss/?url='. trailingslashit(get_option('home')) .'&partner=wordpress');Any ideas? I’m on WP 2.2.1