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 |
#102
|
|||
|
|||
I do have scripting enabled in my IE, and I do see the QuickEdit window. But, as I mentioned earlier, I also see a script error. All of the other vb3 features that may use a script work without any major issues
|
#103
|
||||
|
||||
Well, like I said: I have it working fine on Gold, even on Internet Explorer so unless you're using IE5 or below I'd reckon either a) you've done something wrong and should reinstall, b) you downloaded a different version of the updated text than I did (if that was ever updated which I don't think it was), c) you have a hack clash, d) it's a matter related your your own computer and it works fine on others, or e) er... something I've missed. .
Hope you locate the problem. |
#104
|
|||
|
|||
Works great, although moderators for a forum should be able to use it too not just admins and the owner of the post.
PHP Code:
PHP Code:
|
#105
|
|||
|
|||
Great hack.. works fine in vb3 gold.
I click install |
#106
|
||||
|
||||
<font color="Yellow">Update:</font> Quick Edit now uses vB's standard vbmenu_popup to show the Quick Edit box. So no more worries about javascript errors or it not working in some browsers.
To upgrade, just replace your showthread_quickedit template with the new one and relocate the $quickedit variable in your postbit templates (see instructions).. You can also remove the javascript that you added to your showthread template. |
#107
|
||||
|
||||
Thanks... Nice update!
|
#108
|
|||
|
|||
Quote:
Im using : - the updated set of instructions provided by Slave (https://vborg.vbsupport.ru/showpost....3&postcount=95) - with the slight revision to that provided by poetic (https://vborg.vbsupport.ru/showpost....&postcount=103) In conjunction with : Advanced Editing Options For Mods & Admins (https://vborg.vbsupport.ru/showthread.php?t=61412) And all works fine Except one thing Whenever I use the quick edit, it is dropping the details of the original poster ie ends up being posted as guest To get around this, I have to use the preview option, re-enter the original poster, then submit And as you can gather, thats hardly a quick edit Has anyone got these 2 fine hacks to play nicely together as I would really like to keep both. TIA |
#109
|
||||
|
||||
*Installs*
I have noticed that if you go to edit the first post in a thread, the signature is removed from the post. This doesn't happen anywhere else |
#110
|
||||
|
||||
Quote:
Is it possible to make this change to the version of the quickedit template from Slave's post? |
#111
|
||||
|
||||
Quote:
Code:
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px"> <div>$vbphrase[reason_for_editing]:</div> <div><input type="text" class="bginput" name="reason" value="$newpost[reason]" size="50" maxlength="200" tabindex="1" title="$vbphrase[optional]" /><input type="hidden" name="reason_exists" value="$edit[reason_exists]" /></div> </div> Code:
<fieldset class="fieldset"> <legend>$vbphrase[miscellaneous_options]</legend> <div style="padding:3px"> <if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" checked />$vbphrase[show_your_signature]</label></div></if> <div><label for="cb_parseurl"><input type="checkbox" name="parseurl" value="1" id="cb_parseurl" tabindex="1" checked />$vbphrase[automatically_parse_links_in_text]</label></div> <div><label for="cb_disablesmilies"><input type="checkbox" name="disablesmilies" value="1" id="cb_disablesmilies" tabindex="1" />$vbphrase[disable_smilies_in_text]</label></div> </div> </fieldset> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|