z1zzy
Forum Replies Created
-
Forum: Plugins
In reply to: Version 1.9 Released – Upgrade Notes@wsperuzzi
Was that a response to my question? It didn’t seem to change anything.Forum: Plugins
In reply to: Version 1.9 Released – Upgrade NotesI need help customizing the plugin. I’d like it to imitate the style of the comments on my site, but I’m not sure how to go about it. I removed the gravatar, but I’d also like to change the name so it isn’t italicized, change the background and website links colors, and put the date next to the person’s name instead of “Says.” Here’s an example of the comments on my site:
http://www.megatonik.com/2008/04/21/guitar-hero-iv-now-with-less-guitar/#comments
So, can you help me make the preview look just like an actual comment?Forum: Fixing WordPress
In reply to: Author cant post youtube and editor canhttp://www.im-web-gefunden.de/wordpress-plugins/role-manager/
This plugin does the job, just check “Unfiltered Html” for Authors (or any other group you want). This should fix it, but it also means your authors can post any html, even malicious code. Just so you know.
Forum: Fixing WordPress
In reply to: Solution for 2.3 database errors / wp_post2cat does not existI updated with Dreamhost’s one click install, and now I’m getting this at the very top of my page, and also in the sidebar where the categories should be:
WordPress database error: [Table 'megatonikwp1.wp_terms' doesn't exist] SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (313, 312, 309, 306, 303, 301, 299, 298, 296, 295, 294, 293, 291, 284, 283) ORDER BY t.name ASCAnd this where categories should show up below posts:
WordPress database error: [Table 'megatonikwp1.wp_terms' doesn't exist] SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category') AND tr.object_id IN (313) ORDER BY t.name ASCPlus, all my categories got deleted, and I can’t add any new ones.
I really need to get this fixed…can any one help, and if possible tell me how I can make my theme compatible?