MyBB Community Forums

Full Version: User Quickmenu In Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
@JoeNewYork, Can you explain in brief about the changes you need?
@thnok, Thanks
@mithokey, Make sure that you had uploaded the images folder to the forum root folder overwriting the existing images folder
@CraCkEr-16, Thanks
@assojan, Thanks
Everything works for me, however the Add/Remove Buddy option doesn't show up. Also when viewing a private message, the menu in the senders postbit only shows the pictures? None of the language.
not work on 1.67
images dont show up ??
not working for me Sad
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&amp;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&amp;uid={$post['uid']}"><img src="{$theme['imgdir']}/uqm/thread.png" alt="" title="" /> {$lang->viewthreads}</a></td><td><a href="member.php?action=emailuser&amp;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&amp;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
I know that godfather wasn't online here since 1 1/2 Years. Is it possible to use this kind of quickmenu also on other loctaions where you can see a username? For example "WhoIsOnline".


best regards
René
Pages: 1 2 3 4 5