mutedgirl
Forum Replies Created
-
I actually found a similar hack in another plugin as well (multiple column blogroll widget) That one was causing only some people to get the error, I think, because it displays links at random, 10 or so at a time (so only some of the time was the offending code being used/displayed) I removed that as well and so far, things seem quiet.
I’m glad it’s not the actual plugin for sexybookmarks, because I really like that one 🙂 I’ve changed passwords etc and I’m going to see if things stay clean, then start adding back in the stuff I removed while testing.
Thanks for your response! This malware stuff is ridiculous!
Forum: Fixing WordPress
In reply to: Style just one element in wp_list_pages() differently?ah-HA! I found help here: http://www.alistapart.com/articles/keepelementskidsinlinewithoffspring
Forum: Fixing WordPress
In reply to: Style just one element in wp_list_pages() differently?This works great if you’ll always have the same number of pages and never will add any… but what if I add a page later that ends up at the right-end of the list and I want THAT one to be styled uniquely (ie- no border on the right side)? Is there a way to do this with some fancy PHP code to count through and only add the class name in if it’s the last item?
Forum: Fixing WordPress
In reply to: 2.0.3 No more comment notification by e-mailI am having this same issue, and I started noticing it when I upgraded. Is anyone else having this problem? Are there any fixes for this?
Forum: Plugins
In reply to: KG Archives PluginGreat thanks!
I have another question… is there a way to get this to work with the Post Levels plugin? (http://fortes.com/2005/12/27/post-levels-10) The private posts aren’t showing up, even when I’m logged in (they’re showing up on my ‘regular’ archive page though)
Forum: Plugins
In reply to: Clean Archives v1.0Is there a way to have this display private entries (entries that I have set to a higher level using the Post Levels plugin: http://fortes.com/projects/wordpress/postlevels)? Right now those aren’t showing up in the list… I’m not sure if there’s something I can modify in the plugin file, or what. If anyone can help, that would be great!
Forum: Plugins
In reply to: KG Archives PluginIs there a way (in the latest version, 2.9) to get rid of the dropdown? I don’t want/need it, but I love the functionality of being able to exclude categories.
Forum: Fixing WordPress
In reply to: importing from MT – excerptseriously… nobody has any suggestions? 🙁 heh.
Forum: Fixing WordPress
In reply to: importing from MT – excerptokay, I tried it again with a fresh export from MT and it still doesn’t work. Has anyone else had an issue with post excerpts not importing from MT? I am using WP 2.0.1… perhaps it’s a bug with this version? I looked at the mt.php import script and from what I can tell, everything seems to make sense (but I’m not a PHP guru yet) I’ve done a bunch of searches here, but they either don’t return anything, or don’t return anything relevant.
My only other thought is to import the posts directly into the database in phpMyAdmin… but then I have the obstacle of getting the posts in the right format from MT for that.
GRR! Please help 🙁 I’d really love to use WP for my photolog, but I need the excerpts for the way I’ve been doing it.
Forum: Fixing WordPress
In reply to: importing from MT – excerptNo one has any ideas here? My next attempt I might just try importing the excerpt through MySQL directly… but that may lead to other issues. Anyone?
Forum: Everything else WordPress
In reply to: links in columnsI would love also to be able to do this! Does anyone have the source or an idea for how to make my links look like this: http://chrism.us/links
🙂
Forum: Fixing WordPress
In reply to: www needed for password protection?that’s it 🙂 Thanks for your help.. all is working well now!
Forum: Requests and Feedback
In reply to: password-protected entries & categoriesI am having this same issue… I am using the Blix theme. Does anyone know how to fix this? I have searched the forums as well, but nothing like this seems to have been solved…. help! :/
Forum: Fixing WordPress
In reply to: previous post linkOkay, I tried this:
<?php previous_post('PREVIOUS','','no','no','1') ?>
And it works, kinda.. it shows the text ‘PREVIOUS’, but doesn’t link anything- it’s just normal text. ???