Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
New Add-on: Edit in place [beta]
Edit In Place is now an extension.
Allows users to click on any post that they have editing permissions on, and the post is replaced via Ajax inline with the comment form.
Its currently beta, so go out and find those bugs!
Allows users to click on any post that they have editing permissions on, and the post is replaced via Ajax inline with the comment form.
Its currently beta, so go out and find those bugs!
0
This discussion has been closed.
Comments
IE page render:
<script type="text/javascript">EditInPlace.makeEditable( { id: 'CommentBody_1"></a>
Firefox page render:
<script type="text/javascript">EditInPlace.makeEditable( { id: 'CommentBody_56', save_url: 'extensions\EditInPlace\eip.php?CommentID=56' } ); </script>
For some odd reason, my server is running a bit slow.
I have a new version up that fixes that javascript error. IE still doesn't have the hover hightlight that indicates editable.
It reloads the page, but alas, it came with the form.
I will see if I can script it.... uggh, now no hightlighting is working on my site.
Toivo: It ts still partially finished, allthough functional. When done you will be able to edit and view the update completely without loading a new page.
I will clean up and style the form a bit to get it appearing to work more smoothly.
Highlighting broke somewhere on my server, but the add-on download is still OK (at least for Firefox)
I was thinking of something along the same lines as flickr. When you edit the title of a picture it's done without loading it into another box. Does that make sense?
Here is an idea: What about just replacing with a plain text box and a save/cancel button, but also have an advanced edit button that loads the comment form? Too much complexity?
Did I say that clearly enough?
I'd love to volunteer to help but, as is probably evident, I can't code a bean.
Add parens around the condition:
if ( isset($_GET['CommentID']) ) { // Get the comment form
EDIT: Should be fixed on add-ons.