This plugin is excellent but I just ran into a problem.
I am running the latest 1.6.10 version and it's been working fine.
However I implemented Jquery and jquery no conflict but realized after a while that the quick edit popup and the popup for this plugin are offset from where you click.
The reason I installed jquery was because of my jquery zoom function for my page:
It works fine no problem in firefox, but in chrome and IE these popups come off screen and users run into problems.
http://community.mybb.com/thread-143296-...pid1024410
This was my jquery page zoom tutorial
http://community.mybb.com/thread-142267.html
This is the code that the quickmenu in postbit 1.0 used in postbit classic template
<div id="profile_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><table style="text-align: left;"><tr><td ><a href="{$post['profilelink_plain']}"><img src="{$theme['imgdir']}/uqm/profile.png" alt="" title="" /> {$lang->viewprofile}</a></td><td><a href="private.php?action=send&uid={$post['uid']}"><img src="{$theme['imgdir']}/uqm/pm.png" alt="" title="" /> {$lang->sendpm}</a></td></tr><tr><td><a href="search.php?action=finduserthreads&uid={$post['uid']}"><img src="{$theme['imgdir']}/uqm/thread.png" alt="" title="" /> {$lang->viewthreads}</a></td><td><a href="member.php?action=emailuser&uid={$post['uid']}"><img src="{$theme['imgdir']}/uqm/email.png" alt="" title="" /> {$lang->sendemail}</a></td></tr><tr><td><a href="search.php?action=finduser&uid={$post['uid']}"><img src="{$theme['imgdir']}/uqm/post.png" alt="" title="" /> {$lang->viewposts}</a></td><td>{$post['buddy_post']}</td></tr></table></div></div><script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("profile_{$post['pid']}");}</script>
That lame javascript
And this remained even after plugin uninstall, I had to manually remove