The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Edit Post Option/Dropdown Menu: (IPBoard Style) Details »» | |||||||||||||||||||||||||||
Edit Post Option/Dropdown Menu: (IPBoard Style)
Developer Last Online: Feb 2013
Edit Post Option / Dropdown Menu (IPBoard Style) (All vB v3.6 / 3.7 Compatible ) Description: (2 Handy Option) To Edit Post/Messages In (1) Button: Quick Edit Or Full Edit! Procedures/Installation:
Updates: Version 1.01 (17/03/08):
Note: If Anyone Can Make It More Better In Any Way (Xml Product) On This Mod...Feel Free To Submit Your Modification Here.... Hope You Like It And Find This Useful To Your Website! If You Use This Mod; Please Don't Forget To:
Thanks And Best Regards To All! A Special Thanks And Credit Goes Also To Lynne For Assistance... Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
||||
|
||||
Try this:
find (in his code): PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#13
|
|||
|
|||
@Lynne: YES! Now it works right in Opera too ! Thank you so much !
|
#14
|
|||
|
|||
Nice mod but has some problems working with Opera
I did what "Lynne" had told to do but it didn't work. Only the first post of the topic is editable. I have uninstalled it because of that problem but will install it again when that problem is solved |
#15
|
||||
|
||||
New Updates:
Version 1.01 (17/03/08):
|
#16
|
||||
|
||||
Quote:
best regards... |
#17
|
||||
|
||||
Million Thanks Lynne!
|
#18
|
|||
|
|||
When i click in quick edit, the dropdown doesnt dissapears in the quick reply.
|
#19
|
||||
|
||||
Admin CP > Styles & Templates > Style Manager > ? ? > Postbit Templates > postbit or postbit_legacy(depending on which layout you are using)
FIRST STEP: ==================================== FIND HIGHLIGHT AND DELETE THIS CODE: ==================================== Code:
<if condition="$post['editlink']"> <img style="display: none" id="progress_$postid" src="$stylevar[imgdir_misc]/progress.gif" alt="$vbphrase[loading_editor_please_wait]" /> <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"> <img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /> </a> </if> COPY AND PASTE THIS CODE: ==================================== Code:
<!-- start princeedward editdropdown menu --> <if condition="$post['editlink']"> <span id="editpost_option$post[postid]"> <img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" id="editpost_option$post[postid]" /> <script type="text/javascript"> vbmenu_register("editpost_option$post[postid]", true); </script> </span> </if> <!-- / end princeedward editdropdown menu --> NEXT STEP: ==================================== FIND: ==================================== <!-- post $post[postid] popup menu --> ==================================== COPY AND PASTE THIS CODE ABOVE: ==================================== Code:
<!-- start princeedward editdropdown popup menu --> <div class="vbmenu_popups" id="editpost_option$post[postid]_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="tcat"><img src="$stylevar[imgdir_misc]/editpost_arrow.gif" class="inlineimg" border="0" height="10" width="7"> <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]">Quick Edit </a> </td> </tr> <tr> <td class="tcat"><img src="$stylevar[imgdir_misc]/editpost_arrow.gif" class="inlineimg" border="0" height="10" width="7"> <a href="editpost.php?do=editpost&postid=$post[postid]">Full Edit</a> </td> </tr> </table> </div> <!-- / end princeedward editdropdown popup menu --> CLICK SAVE: |
#20
|
|||
|
|||
OK. installed but sometimes i click in the edit button and it doesn runs!!!
Thanks! |
#21
|
|||
|
|||
Really good work. I've tried your Code and it works great. Because I really don't need it I thought to give the TMS Code to someone who use TMS.
On a side note: For users who are using other languages exept English: Keep in mind to change the...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|