if you need any styling request here, i or others will provide with the code.

You can't style the CSS through the ACP? Deal-breaker for me, really ...
yeah, you can. if you know the css, make edits in the templates files. implementing the plugin settings to use custom css is not worthy i mean, as it uses your default template css classes and blends with your theme

Hi, I installed the plug-in but not working.
When I double click on the user's name leads me to user profile
Any idea that can be?
may be because of custom theme. send your site temporary account details.
Fantastic work!Thanks a lot!
(2010-12-24, 07:50 AM)niny Wrote: [ -> ]Hi, I installed the plug-in but not working.
When I double click on the user's name leads me to user profile
Any idea that can be?
I have the same problem.
Test Account Info (please note that it is case sensitive):
Username: Testuser1
Password: Testuser1
sorry for the inconvenience caused pqphillips. hope its fixed now.

Thanks for using it.
niny, please add this code at the bottom end of postbit templates->postbit & postbit_classic
<script type="text/javascript">
if(use_xmlhttprequest == "1")
{
new PopupMenu("profile_{$post['pid']}");
}
</script>