buskerdog
Forum Replies Created
-
Forum: Plugins
In reply to: “orderby=nicename” How can we make this happen?Anybody?
Forum: Fixing WordPress
In reply to: comment tags suddenly visible with upgradeThanks. I just switched it and fixed the args but it’s still doing it. I can see two solutions:
1) figure out how to get it to go back to using the < !– symbols instead of their HTML equivalents.
2) Figuring out how to sort by slug or nicename. I’m going through WP files looking for where the orderby arguments are definied but I think it’s more complicated than adding an orderby=nicename option, although that would rule.Forum: Fixing WordPress
In reply to: Fantastico De Luxe emailing me to upgrade – but I already didI upgraded them all and changed the file but I'[m still getting the notifications. Hmmm….
Forum: Fixing WordPress
In reply to: Fantastico De Luxe emailing me to upgrade – but I already didAha. Makes sense, I guess. Although Fatastico is fine for install but crap for upgrading but whatever.
Forum: Fixing WordPress
In reply to: Fantastico De Luxe emailing me to upgrade – but I already didThanks. That’s an awfully manual way to do this. Does the upgrade process not update that file?
Oh well, time to start changing that for all my WP sites.
Forum: Fixing WordPress
In reply to: My wp-admin folder has become bloated; wp-admin/core.####Right. What I’m saying is that it looks like I may have hit my PHP limit for the month and that coincided with the core dumps. I’m wondering if the problem will self correct at the beginning of May.
Yeah, my previous post was confusing.
Forum: Fixing WordPress
In reply to: My wp-admin folder has become bloated; wp-admin/core.####I think it might be a php allotment issue since I had that problem this month as well. Could be a coincidence but I doubt it.
I will contact my host but I’m sure they’ll say they don’t support WP problems. Still, maybe they can help. I upped the php memory allotment (or at least I think I did) so we’ll see. If the problem goes away on May 1 then I’ll know that’s what it was.
Forum: Fixing WordPress
In reply to: My wp-admin folder has become bloated; wp-admin/core.####Editing the wp-config file didn’t fix the problem. They keep appearing and I’m going to be out of town and won’t be able to manage this everyother day. Any suggestions?
Forum: Fixing WordPress
In reply to: Fatal Error on uploadThanks! It does look like maybe my php limit for the month has been reached. I wrote my host.
Forum: Fixing WordPress
In reply to: DIV and Paragraph beheaver in 2.1It’s also troublesome for plugins like FLVPlayer that create their own divs and codes. The first time you save the entry it’s fine (because it creates the code after you save) but if you go back and edit anything about the post it will lose its code when you save it again. Annoying.
Forum: Fixing WordPress
In reply to: Comments consisting of my own posts?Great! Thanks!
Forum: Plugins
In reply to: A plug-in to allow users to change font size?I almost used the stylsheet switcher for it, and still might. Right now I shoehorned in this method: http://tinyurl.com/vt5b8
Here’s the javascript: http://tinyurl.com/yqf2yr
The important part is the function renderReadability () near the end.It did cause some layout weirdness that I haven’t had time to fix yet but it’s not crucial.
Forum: Fixing WordPress
In reply to: “Email this post to a friend” How do I do it?Yup yup. I found that as soon as I made the last post. It’s great. Thanks!
Forum: Fixing WordPress
In reply to: “Email this post to a friend” How do I do it?Which are the plugins? I can’t find them. I have looked through FeedBurner and can’t figure out how to use it in this capacity. I’d rather handle it in WP.
Forum: Fixing WordPress
In reply to: Changing LOTS of posts to “comments on”I have MyPHPAdmin on my MySQL database. I checked and, yes, comments are off for most posts. I guess I need to figure out how to batch change it there. It would be cool if WP had a switch to turn them on or off but I guess it doesn’t.