Okay! 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.
Hey man IT’S PERFECT!
Just one little thing. Obviously the eraser does not work with the canvas so how can I just edit it out completely?
Also the clear all turns everything white so how could I edit that out also?
In drawblog_canvas.php, delete lines 226 and 227… I think that’s all you need to do.
That did not do anything that I can see
Hmm. 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?
It’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'>");
Yay everything is perfect now. I really appreciate the help man this is an awesome plugon!
How did you solved the first question?
edit, sorry I´am stupid! Can they instert that from front end and not backend.