The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[OzzModz] Add As Friend In Postbit Details »» | |||||||||||||||||||||||||
Another mod brought to you by
[OzzModz] Add As Friend In Postbit, has won MOTM for January 2014 Mod of the Month! This is just a small mod, that will allow you to show a Add As Friend button in the postbit. This mod may increase participation on your site, as users become more familiar with the friends system. As their friend base grows, they may be more willing to return. It is a simple installation, upload the contents of the upload folder and import the product XML, product-ozzmodz_addfriend_postbit You can edit the options under the settings, [OzzModz] Add As Friend In Postbit Settings Complete Feature List
------------------------------------------------------------------------------------------- If you like this mod please hit the button to the right ----> Please remember to click the, button to the right if you installed the mod ----> What does 'Marking As Installed' do ? * It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available. * For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention. * Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications. I appreciate the support! ------------------------------------------------------------------------------------------- v1.0.0 Initial Release v1.0.1 Fixed some issues.
Show Your Support
|
6 благодарности(ей) от: | ||
Alecsmith, fxdigi-cash, heyzeus909, Mickie D, RichieBoy67, XGC Paravain |
Comments |
#82
|
|||
|
|||
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
|
#83
|
|||
|
|||
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!! |
Благодарность от: | ||
arrarrgee |
#85
|
||||
|
||||
Thanks glad you like it, and thanks for marking as installed. It already had won MOTM.
|
#86
|
|||
|
|||
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 |
Благодарность от: | ||
ozzy47 |
#87
|
||||
|
||||
Hmmm, I thought I did, I'll check it out after I get some thing straightened out in some other mods.
|
#88
|
|||
|
|||
Also you need to fix the cache template plugin. You are calling another mod as active
|
#89
|
||||
|
||||
v1.0.2 Fixed some issues. Thanks to Lionel for reporting them.
|
#90
|
|||
|
|||
Everyone shows as not friends in postbit within Private Messages.
|
#91
|
||||
|
||||
Did this start happening in the latest version?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|