dylan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: error uploading backup database to new serverI ended up using a text editor to do the upload in parts. Thanks for your help.
Forum: Fixing WordPress
In reply to: error uploading backup database to new serverIts too late to use the plugin now, I’m sorry to say. I’m working with a text file, a .sql file, and its all that remains of my databse.
This is what I thought I would do:
open the file in a text editor
delete the tables that dont really need to be uploaded again
(i forgot to exclude them from the backup)could anyone point me towards a regular expression (and a text editor) that will allow me to do this:
“find any line that contains a certain string and delete that line”
It would save me hours. Thanks.
Forum: Plugins
In reply to: Automatic Myspace Blog Poster for WordPressI have upgraded to WordPress 1.5.1.2, and now for some reason the myspace-wordpress automatic blog poster has quit working. Does anyone know anything about this?
Forum: Requests and Feedback
In reply to: Deleting multiple linksIt looks like this one slipped through the cracks. Is there a plugin?
Forum: Plugins
In reply to: LivePress & 1.5?thanks for all your help everyone. I finally got this plugin to work!
Forum: Fixing WordPress
In reply to: Flickr wont recognise xmlrpc fileI can’t get it to work with permissions set to 777 either.
Forum: Fixing WordPress
In reply to: del.icio.us daily blog posting feature support?Dominik,
Would you be kind enough to give some details about which values you entered into the form, and where?
Forum: Themes and Templates
In reply to: Macromedia’s Halo Theme merged for WordPressI can’t seem to find DanJallits anywhere…
However, I did find an article on Macromedia’s site useful for anyone working with the Halo template. I am, slowly, trying to coax it into a wordpress theme.
Forum: Themes and Templates
In reply to: Macromedia’s Halo Theme merged for WordPressI’m interested. I’ll even help with it if you like. I did find this:
http://dev.wp-themes.org/browser/wuhan/Theme Name: Wuhan
Theme URI: http://wuhan.authenticasian.com/
Description: Inspired by Macromedia website. Built based on Kubrick.
Version: 0.2
Author: Meng Gao
Author URI: http://wuhan.authenticasian.com/Forum: Plugins
In reply to: Is there a tag to include excerpt in meta description?You would think this would work:
<?php if ( is_single() ) { ?>
<meta name="description" content="<?php the_excerpt(); ?>" />
<?php } ?>but it doesn’t quite work, and that’s a shame.
I found a suggestion to use
<meta name="description" content="<?php echo htmlentities(get_the_excerpt()); ?>" />but that also doesn’t seem to work for my wordpress 1.5 blog.
am I missing something?
Forum: Requests and Feedback
In reply to: blogging from flickr to WordPressthe new version of wordpress is out, but I’m still having trouble getting flickr to play nice with my blog 🙁 has anyone seen any progress with this?
Forum: Requests and Feedback
In reply to: Where is VIEW BY CATEGORY in Edit Posts?Forum: Your WordPress
In reply to: Sorting by category in the Edit sectionor, try this one. I think its better
List all posts belonging to a category or matching a keyword, and edit their categories, easily visible at a glace with a collection of sexy drop-down lists.
http://climbtothestars.org/archives/2004/07/13/batch-categories-09/
Forum: Your WordPress
In reply to: Sorting by category in the Edit sectionmore specifically, it is here http://livevoyage.net/wordpress/?p=4
I have ratings on my site, provided by NewsGator. What I dislike about it is that it requires a login each time. GRRR.