ear1grey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Move Comment Into Existing Thread?I was just looking for exactly the same functionality / plugin. This look like it does it, though I’d prefer it to work in the admin interface… https://www.ads-software.com/extend/plugins/move-wordpress-comments/
Forum: Everything else WordPress
In reply to: How do I fix this: Code above theme?The problem was due to the line:
echo("\n<!-- Query is: $q -->\n");
which is there for debugging purposes.If I get time I’ll get a proper release out…
I just quit my job so that I have more time.Also the notes section does mention that the current release is for developers “only”, but it’s great that you wanted to use it!
Forum: Plugins
In reply to: Supercache .htaccess problemI just solved a problem with identical symptoms. The problem appeared to be fed by these factors:
- I have a permalink structure of
/%postname%/
- I have wordpress in a different folder
The key lines of my rewrites are included below. I have:
- added /wp to the start of the path manually
- changed the regex replace from $1 to $0
- removed from after $0
RewriteCond %{DOCUMENT_ROOT}/wp/wp-content/cache/supercache/%{HTTP_HOST}/$0index.html.gz -f
RewriteRule ^(.*) /wp/wp-content/cache/supercache/%{HTTP_HOST}/$0index.html.gz [L]RewriteCond %{DOCUMENT_ROOT}/wp/wp-content/cache/supercache/%{HTTP_HOST}/$0index.html -f
RewriteRule ^(.*) /wp/wp-content/cache/supercache/%{HTTP_HOST}/$0index.html [L]Forum: Plugins
In reply to: SPAM control with WP-Ban, Akismet, Worst Offenders pluginsFYI Worst Offenders for WordPress 2.5 is currently in development.
Forum: Plugins
In reply to: autometa problem – no keywords generatedIf your theme does not call the wp_footer hook, then AutoMeta is not getting asked if it would like to add anything.
Forum: Fixing WordPress
In reply to: BBPress Sticky PostNote: since the release of BBPress the capabilities and UI have changed.
Forum: Plugins
In reply to: Is AutoMeta a good choice?Moshu is correct in saying they are different things: AutoMeta does both. If you want your tags to be effective for search engines, don’t forget to hand-finish them.
Forum: Fixing WordPress
In reply to: Autometa QuestionThe idea of the autometa plugin is that it helps search engines (etc) to identify the subjects of posts. The index page is a static URL whose content changes as regularly as you post: autometa does not attach tags/metadata to it because those tags would quickly become incorrect.
It has been suggested that autometa should enable a generic catch-all set of tags/keywords which will go into the main page; so this may well make it into a future version.
Forum: Plugins
In reply to: AutoMeta EditingClue/breadcrumbs: ask the author if you need help, it’s faster than waiting for him to find your request here.
Forum: Fixing WordPress
In reply to: simpletags not working — advice wrongAutoMeta 0.5a was released to work with WP2.0
AutoMeta 0.6 was released today to work with WP2.0.1
See https://boakes.org/autometa to download the latest release.
Forum: Plugins
In reply to: Upgrade 2.01 Causes Admin Problems with Autometa PluginOK, version 0.6 released, which I’ve tested with WP2.0.1, so problem solved I hope. See https://boakes.org/autometa
Forum: Plugins
In reply to: I cannot get Autometa plugin to work, help!I think the latest version of the plugin (0.6) fixes the described problem – for future reference, please ask on https://boakes.org/autometa if you need help – I monitor that regularly and only just found this plea.
Forum: Plugins
In reply to: Autometa Plugin – Need some help from Gurus!Whilst your site may wish to have a general set of tags (which can be achieved with autometa – take at look a where I’ve commented out the use of “boakes” as a tag in the source – approx line 144) it’s more appropriate I think, to have each page properly described: which is why I wrote it – the metadata describes the page it’s in, not the site it’s on.
The latest version 0.6, includes the capability to “not include any meta tags”, so you can also do exactly what you’re requesting, and thereafter just include automatic technorati tags.
Forum: Plugins
In reply to: Upgrade 2.01 Causes Admin Problems with Autometa PluginThe first problem identiied here is one that has been fixed in AutoMeta 0.5b, you can download that immediately from https://boakes.org/autometa
The second issue i’ve not been aware of until just now. I upgraded from 2.0 to 2.0.1 today, so a fix will follow when I work out what the problem is.
Rich.
Forum: Plugins
In reply to: stattraq and mostwanted not working…Hi Anders, we’ve spoken on #wordpress already so this is for completeness…
There is a fix to pull in your old data, and a fix for future data too.
- MostWanted 0.1.8 includes an admin page; and on that page is a “Fix Stats” button. This will fix all your previous entries. If you don’t want to tweak the stattraq code, then doing doing this regularly will suffice.
- The discussion on https://boakes.org/most-wanted includes several tips for getting stattraq working properly with permalinks, these may be of use:
- I have a permalink structure of