grumm3t
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Looking for Service to email new blog postsI glued pieces of confetti to feedonfeeds (http://minutillo.com/steve/feedonfeeds/) to make it send me mail whenever it updates, but it’s really ugly at the moment.
I don’t know if bloglines can send an update to my email address. I created an address @bloglines.com but I didn’t really get much further.
I’ll check out kinja if this activation email ever gets to me.Forum: Everything else WordPress
In reply to: Looking for Service to email new blog postsWell, I’m travelling at the moment and I don’t want to install/configure a reader everytime I get to a new computer.
Forum: Your WordPress
In reply to: eLearning Design ChallengeI like the WYSIWYG editor. Can you give a link to where the program was initially downloaded? I’d like to try to implement it into my own system.
Forum: Fixing WordPress
In reply to: Backslashes appearing next to quotationsPHP has to escape certain characters (in this case the apostorphe) so it doesn’t break code. The code needs to be cleaned with stripslashes() before it outputted, but I’m fairly new to WordPress so I can’t say exactly where to put it.
Forum: Plugins
In reply to: Filtering out images with print.cssimg {
display: none;
}
that will just hide all images (but it might break the layout structure).Forum: Plugins
In reply to: New Pluign: Faked FoldersI am still getting the errors as Guvner’s first post, and I checked out the code and it has to do with trying to write to /tmp .
For some reason that fails (I should have access to /tmp) and it won’t fall back onto the local file fakedfolders.txt.
I commented out using /tmp and forced it to use my 666/777 chmod’d fakedfolders.txt and it still says it doesn’t have access to write to the file.