The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick Edit! -Edit posts directly from within the thread itself Details »» | |||||||||||||||||||||||||||
Quick Edit! -Edit posts directly from within the thread itself
Developer Last Online: May 2021
This hack will allow your users to edit their posts without having to load the editpost page..
How it works: In the bottom right-hand corner of all your posts will be a small Quick Edit icon (users will only see it in posts which belong to them).. When you click it a text box will drop down below your post allowing you to edit it instantly in the thread itself. This will save you a lot of time when fixing those spelling mistakes, typos, or broken links. It should also help save on bandwidth since your users will no longer need to load the editpost page. Very easy to install.. 2 file edits, 2 template edits, and 1 template to add. Known bug: Quick Edit will NOT work with Opera web browsers. Those who use Opera simply won't see the option to quick edit (icon will be invisible when viewed in that browser). It'll work fine in other browsers such as IE or firefox. Support: Due to work my time is limited as of late so this hack is released AS IS with no support. However, several questions have already been answered in this thread. Update (7-25-04): Fixed a minor bug with the QE window moving further to the left with each click in mozilla/firefox browsers. To update simply replace your showthread_quickedit template with the new one. Thanks to sv1cec for this bug fix. Add Ons: *Show the "delete post" option for those who have permission in the Quick Edit form (also adds edit reason). (by sv1cec) *Show the "edit reason" field in the Quick Edit form. (Requested by Convergys) *Alternate Quickedit icon image (by ryancooper) *Another alternate Quickedit icon (by sv1cec) *Another alternate Quickedit icon (by charlesk) *Yet another alternate Quickedit icon (by iguanairs) *Give users the option to disable quick edit in the usercp (by pco) If you find this hack useful please click the install button. Screenshot attached: Show Your Support
|
Comments |
#302
|
||||
|
||||
Hey, first off, I love this hack it's great! My question is what would I need to do to enable this hack for all members to be only able to edit their posts and at the same time give administrators the ability to edit everyones post. Any help would be much appreciated!
-acidburn0520 |
#303
|
||||
|
||||
Quote:
|
#304
|
|||
|
|||
Consider it installed
I've seen this run beautifully at www.ocforums.com, so its time to give it a whirl myself ... |
#305
|
|||
|
|||
Aye, DavidN and I are installing it on our forums very soon it looks to great to pass up
|
#306
|
|||
|
|||
I have installed this and the only complaint I have is that the QE window
opens up downwards and outwards left so the window is always off the screen. Otherwise its a nice feature |
#307
|
||||
|
||||
hmm anyone found that after using quick edit it unsubscribes you from the thread?
|
#309
|
|||
|
|||
I just have one question to ask and I know it's not to hard to answer
there is an edit button in the thread which will take you to the full edit page well I was wondering if you can make that button open the dhtml edit page and add a link saying "go advanced" which will take you to the full edit page! I just wanna know how to add the button! |
#310
|
|||
|
|||
I managed to add the "Go Advanced" button, but when u click on it, it doesn't take you to the full edit page, it just reloads the current one
what I did is the following: in showthread_quickedit find Code:
<input type="hidden" name="p" value="$post[postid]" /> Code:
<input type="hidden" name="w" value="$post[editlink]" /> Code:
<input type="submit" class="button" name="preview" value="Preview Changes" accesskey="p" tabindex="1" /> Code:
<input type="submit" class="button" name="advanced" value="Go Advanced" accesskey="w" tabindex="1" /> |
#311
|
||||
|
||||
/me isntalls. Great mod!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|