iand
Forum Replies Created
-
Forum: Plugins
In reply to: Recent category posts pluginI don’t know whether you would be able to do something with this:
http://wordpress.org/support/topic/38046
It is for the main loop but it may be possible to work it into a sidebar format.Forum: Installing WordPress
In reply to: 2.0.2 Is outOld versions are at http://static.wordpress.org/archive/
If you want to (and have the tools) you could do something likediff -rq 2.0 2.0.2to get a new list. As I said previously, replacing everything is a better and quicker method, unless you have specific reasons not to.Forum: Installing WordPress
In reply to: 2.0.2 Is outThe 2.0 to 2.0.1 changed in excess of 70 files see here. I don’t have a list of 2.0.1 to 2.0.2, but it would probably easier to follow the ‘replace everything’ method rather than just swap out the changed files.
Forum: Fixing WordPress
In reply to: Fresh install – footer offset in FirefoxGive this a go:
http://wordpress.org/support/topic/61234Forum: Themes and Templates
In reply to: How to update the theme from 1.5 to 2.0.2It depends on the error π most themes should work straight away. Can you give more information – theme and problem (and possibly a link to the problem page itself.
Forum: Fixing WordPress
In reply to: Forgot Username for my WordPress Blog. Help!It should be fairly straight forward π
Somewhere on your webhosting control panel should be a button to something that will let you manage your database. Who is your hosting company? It might be helpful (maybe worth asking your host how to do it too).
Also have a look here. Lots of goodies there that might help – I can’t see that site from work so can’t be more specific.Forum: Fixing WordPress
In reply to: Forgot Username for my WordPress Blog. Help!Have a look at this page. It shows how to use phpmyadmin to change your password. You should not need to do this, but follow the instructions up to picture 4, which will show you your login name.
Forum: Fixing WordPress
In reply to: Forgot Username for my WordPress Blog. Help!If you are the only user, there is a good chance that it is is ‘admin’. Otherwise you could use your (webhosting) control panel to have a look in the database.
Forum: Everything else WordPress
In reply to: Owen Winkler’s site and EZStatic3 Plugin?Redalt seems to be back up now:
http://www.redalt.com/downloads/wp2/Forum: Themes and Templates
In reply to: edited theme names massively longWhat program are you editing with? This sometimes happens if the ‘line endings’ are not set right. I think they should be set to ‘unix’ if you have that option.
See:
http://wordpress.org/support/topic/38242 and
http://wordpress.org/support/topic/27916Forum: Fixing WordPress
In reply to: comment problem w/2.0.2 upgradeLifted from the codex:
If you are running Spam-Karma (http://unknowngenius.com/blog/wordpress/spam-karma/), upgrade to version 2.1. If you are NOT running Spam-Karma, then delete yourwp-content/cachedirectory. If that doesn’t work, you should use phpMyAdmin to decrease, by one, the number stored in thedb_versionrecord of yourwp_optionstable, and then runupgrade.phpagain. See also, a related Forum Thread http://wordpress.org/support/topic/53158#post-291151 and http://wordpress.org/support/topic/53509
It is normally number 1 πForum: Fixing WordPress
In reply to: please help. my whole blog has just gone.This happened to me a while ago. First thing to do is check the permissions on
/wp-content/advanced-cache.php(as it is a symbolic link mine is set to 777) If that doesn’t work, I think I did the following:1. Open
wp-configin your ftp program and comment outdefine('WP_CACHE', true);. This should stop the cache plugin running and allow you access to the dashboard.
2. On the wp-cache, control page, disable it.
3. In the plugins control, turn off wp-cache.
4. Back in ftp, rename (or delete/download for backup)advanced-cache.phpin the wp-content folder. It should be a symbolic link rather than file.
5. Re-enable the plugin, then reactivate it in the wp-cache page.
6. You may have to uncommentdefine('WP_CACHE', true);inwp-configagain.This effectively unistall and reinstall wp-cache, and hopefully get things back to normal.
Forum: Themes and Templates
In reply to: Can someone create this theme for me?Finished a couple of weeks ago, so I suppose I should promote it a little π
You can find it (and another nucleus port ‘stanch’) here.Forum: Fixing WordPress
In reply to: Index page corrupted / spammedNote: If you are upgrading from 1.2, you have to go:
1.2x > 1.5x > 2.x
There are some good guides for it if you have a few minutes to search. Older versions are available here:
http://static.wordpress.org/archive/[Edit: backup, backup, backup :).]
For renaming files with Cyberduck – just select the file in question, hit Cmd+I, edit the name in the info-box and hit return.
.filenamefiles don’t show up by default on OSX but use this and they will most likely be sitting on your desktop.