cookiedude
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Disabling posts by dateI used to do a bit of mysql as part of my job training, so I’m kind of familiar with what I need to do, it’s just I wasn’t sure of the date syntax for mysql anymore ??
Forum: Fixing WordPress
In reply to: Mysql Restore ProblemAh thanks. Found out that setting export compatibility to “MYSQL40” also did the trick and imported the database just fine. Unfortunately I do use “unusual symbols”, the special characters from the German alphabet. I’ve read that I need to set the character encoding to latin1 when importing in phpMyAdmin, but I don’t have that option. Are there any tools that will let me convert the character encoding of the SQL dump? I tried Notepad++, but that doesn’t have the options I need, I can only convert from UTF-8 to ANSI etc.
Forum: Fixing WordPress
In reply to: Mysql Restore ProblemI get nearly the same error. Only in my scenario it says:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'collate utf8_unicode_ci NOT NULL default '',
category_nicen</code>
And also, the import stops at this point (according to phpMyAdmin):
CREATE TABLEwp_categories
(
cat_ID
bigint( 20 ) NOT NULL AUTO_INCREMENT ,
cat_name
varchar( 55 ) COLLATE utf8_unicode_ci NOT NULL default ”,
category_nicename
varchar( 200 ) COLLATE utf8_unicode_ci NOT NULL default ”,
category_description
longtext COLLATE utf8_unicode_ci NOT NULL ,
category_parent
int( 4 ) NOT NULL default ‘0’,
PRIMARY KEY (cat_ID
) ,
KEYcategory_nicename
(category_nicename
)
) ENGINE = MYISAM DEFAULT CHARSET = utf8 COLLATE = utf8_unicode_ci AUTO_INCREMENT =15;`Any idea what needs to be done? Thanks in advance for your help!
Forum: Fixing WordPress
In reply to: Getting link cat. names to displaypodz:
yeah, that helped. Now there’s only one minor thing I’d like to change. I get a bullet for the category names, which looks a bit daft. How do I remove those?
Something with the CSS?edit: nevermind, i actually got the loop working in the end. Instead of
get_links(-1)
, I simply putget_links($link_cat->cat_id)
– and it works. yay me!Forum: Themes and Templates
In reply to: ShadedGrey – WP 1.5 ThemeI installed this theme and found that none of my links (eg. to other blogs etc.) are showing up, everything else is working fine though. I’m afraid to mess around with the PHP files, as I’m basically in the “hello world” stage of PHP.
[edit] Okay, I fiddled around a bit and found that basically all I need is <?php get_links_list(‘id’); ?>, however that puts bullets in front of the link categories. So now, all I need to know is how to get rid of these bullets. Anyone? ??
Forum: Fixing WordPress
In reply to: WP1.5 commenting doesn’t workthere is no blank space in the blacklist and it’s not working ??
Forum: Fixing WordPress
In reply to: WP1.5 commenting doesn’t workAnd then? Leaving the blacklist empty is not going help a whole lot when I want to blacklist comments, is it? *desperate* (sorry if I sound a little cranky, but this is doing my head in)
Forum: Plugins
In reply to: Blacklist plugin deletes every comment..Downloaded it. Will give it a go and let you know how it turns out ??
Should I email you feedback or reply to a certain thread?Forum: Plugins
In reply to: Blacklist plugin deletes every comment..I didn’t have then. Now I am using Kitten’s Spam Words, which worked well with 1.2 but now it only puts comments in moderation instead of deleting them. So I am currently at the mercy of the spammers again ??
Forum: Plugins
In reply to: Blacklist plugin deletes every comment..the WP1.5 builtin blacklist also wipes out every comment regardless of whether they contain relevant phrases or not. I removed everything but IP addresses from my blacklist and still my own comments didn’t make it through and when I went through the wp_comments table I found a bunch of comments by other people that got caught (most likely by the blacklist) as well. And no, there was no white-space in my blacklist
Forum: Fixing WordPress
In reply to: batch editing comments (via sql?)heh, thanks. I eventually got there by playing around with phpMyAdmin for a while – and found some comments that were labelled spam even though they weren’t in the process ??
Forum: Fixing WordPress
In reply to: re-assign post ids?Hmm… ok then. I’ll have a go at setting up a permalink structure. I’ll blame you though if I can’t get it to work ??
Forum: Fixing WordPress
In reply to: Taking over posts by another author?No, I don’t. Where do I get it and what do I have to do? ??