![]() |
Thanks for the initial offer but as 2 weeks have now passed i think it is time to call it a day and move on. It is potentially a great mod by giving the forum a social dimension but it doesn't work for some. I'm going to move with dragon bytes Advanced User Tagging but if someone else can give ozzy admin rights to their forum - please go ahead to try and solve this mystery as i'll be uninstalling it later :(
|
Hi everyone,
sorry I wasn't able to explain how I fixed the issue with this mod... here is the details: what I did is changing case 8 in the code to a custom template hook that you need to add manually... so I've changed this : Code:
case 8: $template_hook['postbit_controls'] .= $addfriend_postbit->render(); break; to this: HTML Code:
case 8: $template_hook['postbit_addfriend'] .= $addfriend_postbit->render(); break; Code:
<span class="postcontrols"> Code:
{vb:raw template_hook.postbit_addfriend} however, you still need to add the custom template hook as I mentioned before, otherwise, it won't work... any question, please ask... :) Good luck!! |
You rock, Ozzy. Awesomeness abounds!
Added to Postbit Controls Area (Legacy & Horizontal), and it's just a really nice, simple but effective idea. Deserves MOTM. |
Quote:
|
Ozzy to fix every body problem, you need to globalize $vbulletin
global $vbulletin; if (!is_member_of($vbulletin->userinfo, explode(',', $this->registry->options['ozzmodz_addfriend_postbit_groups']))) { nice little mod |
Hmmm, I thought I did, I'll check it out after I get some thing straightened out in some other mods.
|
Also you need to fix the cache template plugin. You are calling another mod as active
|
v1.0.2 Fixed some issues. Thanks to Lionel for reporting them. :)
|
Everyone shows as not friends in postbit within Private Messages.
|
Did this start happening in the latest version?
|
All times are GMT. The time now is 04:59 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|