iand
Forum Replies Created
-
I got that error, I reverted back to 1.5 files, turned off all plugins, went back to 1.5.1, hit upgrade and all is good.
Forum: Fixing WordPress
In reply to: How to have a static home page with WP1.5Maybe one of these will help?
http://wordpress.org/support/search.php?q=static+home+pageForum: Fixing WordPress
In reply to: spam karma – update statsYou’ll be wanting SK stats:
http://mattread.com/archives/2005/03/spam-karma-2-stats/Forum: Your WordPress
In reply to: Podcast RequestThis should helpyou with making ‘nice’ peraminks:
http://codex.wordpress.org/Using_PermalinksForum: Your WordPress
In reply to: Podcast RequestLooks like it works – it shows up in ipodder ok. I haven’t downloaded it as I on dialup though.
Forum: Your WordPress
In reply to: Podcast RequestI just tried it and nothing happened. Looking the rss, that feed is empty:
<!-- generator="wordpress/1.5" -->
<rss version="2.0">
<channel>
<title>Mark Van Overmeire's Musical Travelogues</title>
<link>http://www.markvanovermeire.com/blog</link>
<description/>
<pubDate>Sat, 07 May 2005 14:19:17 +0000</pubDate>
<generator>http://wordpress.org/?v=1.5</generator>
<language>en</language>
</channel>
</rss>
Are you sure you have the feed right? Can you link to the post which is the podcast, it might help.Forum: Installing WordPress
In reply to: Install wordpress with plugins and preconfiguredI haven’t really thought this through, but maybe others could expand on it. You could try taking a backup of the SQL database of a blog you have set up, then change the blog URI, table prefix etc and then upload it back into the database. You would still have to edit the config file for each install, the database would have the plugin settings etc already. You would then be able to just keep uploading copies of your wordpress folder (with all the plugins and stuff already included).
Update:- What Podz said 🙂
Forum: Fixing WordPress
In reply to: Safari Freaks out 1.5 … <!more> inside listsThe correct file is:
/wp-admin/admin-functions.php
Codex page edited.Forum: Plugins
In reply to: WP-Cache version 2: cache pluginThats what I thought, I was going to mess around with it tonight (with a decent ftp program) but I don’t think I will if I have to keep bugging my host to reset the permissions every 10 minutes!
Forum: Fixing WordPress
In reply to: Safari Freaks out 1.5 … <!more> inside listschrisale – WP does not show quicktags in Safari because the they do not work in the same way as they do in IE/ FF etc. If you want them back, follow these instructions:
http://codex.wordpress.org/Answers-Trouble_Shooting#No_Quicktag_buttons_in_SafariForum: Plugins
In reply to: WP-Cache version 2: cache pluginCould you not change it pack with your ftp client? I had to e-mail my host to fix it too, but thought it was just because I was using a web based ftp, which is pretty limited.
Forum: Plugins
In reply to: WP-Cache version 2: cache pluginMe too – I got the ‘wp-content is not writable by the webserver’ message and then when I went to change it via ftp it was chmod 000.
Forum: Fixing WordPress
In reply to: the_excerptYou could try the excerpt reloaded (a search here should turn it up). It allows you to customise the […] and do other things too.
Forum: Themes and Templates
In reply to: Having sequential posts show up on multiple pagesYou could try WP-pagination too (you can see the results on my blog).
Forum: Fixing WordPress
In reply to: Last updated, linksIf you need to change the append/prepend for the links, I don’t think you can do it from within WP. If you have access via phpmyadmin, have a look at wp_options entris 80 – 82. In the option_values I have
<for the append and1440(seconds) for update time.
I also run update-links.php with a cron job once every 12 hours.