randytayler
Forum Replies Created
-
Forum: Plugins
In reply to: [DrawBlog] Please update this pluginI doubt I ever will — is there nothing out there that does what DrawBlog did?
Forum: Plugins
In reply to: Filesman hackOops – I want to be notified of any replies here. Checking the little box now.
Forum: Plugins
In reply to: Filesman hackI found the same thing. I think it came from the WP-Symposium plugin, but I can’t be sure. I’m terrified it might have come from a plugin I wrote — DrawBlog — but in any case, I’m ripping out files that were modified around the date of the initial installation of this file.
I’m finding a ton of files named “security.php” and “footer_front_page.php” — them’s bad news.
Forum: Plugins
In reply to: [DrawBlog] Specific PageSo have it not available on all posts, just one you select? Nah, sorry, it’s all or none at the moment. That’s not a bad feature idea to add, though.
Forum: Plugins
In reply to: [DrawBlog] Tap and Swipe supportI’ve had a lot of trouble trying to make it work on mobile devices, but I haven’t given up yet. Sorry it’s incomplete. Maybe a future version will succeed at it, but I can’t make promises on this one. Sorry! Hope you can use it as it stands!
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogYep – that first line hooks into the rendering of a comment’s text, and adds any image the commenter may have left. The second line adds the image canvas to the comment form. The third line adds the save-image functionality to the process of saving a comment.
Forum: Plugins
In reply to: [DrawBlog] Quick QuestionIt’s these two lines you want:
document.write("<img src='<?php echo plugins_url();?>/drawblog/icons/eraser.png' onclick='drawblogEraserOn()' style='cursor:pointer' id='eraserbutton'>"); document.write("<img src='<?php echo plugins_url();?>/drawblog/icons/erase_all.png' onclick='drawblogClearAll()' style='cursor:pointer'>");
Forum: Plugins
In reply to: [DrawBlog] Quick QuestionHmm. That should do it on the comment form, but not on the post form. Were you looking at the form for making comments or the one where you post new blog entries?
Forum: Plugins
In reply to: [DrawBlog] Quick QuestionIn drawblog_canvas.php, delete lines 226 and 227… I think that’s all you need to do.
Forum: Plugins
In reply to: [DrawBlog] Default canvas and textAlejandronfb, I’ve released a new version that should let you specify a default image you want for your commenters and your own posts. Let me know if you see any problems!
Forum: Plugins
In reply to: [DrawBlog] Quick QuestionOkay! Releasing v0.9 today. This should allow you to do the background image like you wanted, though you’ll need to update the background image in the admin area, and it needs to be hosted on your own site. It’ll also work for new posts.
If this resolves the issues (I hope it does!), can you close this thread? Lemme know if you see any problems.
Forum: Plugins
In reply to: [DrawBlog] Quick QuestionSo sorry. Been swamped. I’m going to try to release something by tomorrow night.
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogHmm. Maybe 20? Probably less. My code isn’t the easiest to decipher, I’m afraid.
Forum: Plugins
In reply to: [DrawBlog] versitility of drawblogHey, just a heads up. I looked at Symposium, and I’m not sure I’d have the time to integrate with it. If I did, it’d probably have to be a separate plugin, like “Drawblog for Symposium” or something. Just letting you know.
Forum: Plugins
In reply to: [DrawBlog] Quick QuestionSorry, not yet. I did do some work on DrawBlog over the weekend, but not enough yet to release. I’m going to keep going on it this week.