vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - PM Block by BOP5 (Private Message Block Lists per User) (https://vborg.vbsupport.ru/showthread.php?t=265596)

d0zer 12-18-2011 04:56 PM

I installed the plugin it doesn't work I don't see anything in control panel

Max Taxable 12-18-2011 07:11 PM

Quote:

Originally Posted by d0zer (Post 2278881)
I installed the plugin it doesn't work I don't see anything in control panel

AdminCP>vBulletin Options>PM Block List by BOP5

It does work.

BirdOPrey5 12-19-2011 11:43 AM

Quote:

Originally Posted by d0zer (Post 2278881)
I installed the plugin it doesn't work I don't see anything in control panel

If you don't see the options then uninstall it and try again. If it still doesn't work you have a bigger problem with your forum then this mod- try installing another mod and see if you can find its options.

Max Taxable 10-10-2013 10:18 PM

I've been using this on my 3.8.7 for a couple of years now. My members really like it and it works without flaw.

devil78 04-14-2014 06:41 PM

This add-on Tapatalk does not work.
So while it would be nice in Tapatalk.

tbworld 04-14-2014 07:10 PM

Quote:

Originally Posted by devil78 (Post 2493151)
This add-on Tapatalk does not work.
So while it would be nice in Tapatalk.

Many modifications will not work with 'Tapatalk', it depends on where the API intersects the code. This is where vb5 will shine in the long run. :)

BirdOPrey5 04-15-2014 12:37 AM

Quote:

Originally Posted by devil78 (Post 2493151)
This add-on Tapatalk does not work.
So while it would be nice in Tapatalk.

You would need to ask tapatalk to implement the hooks used by this modification.

devil78 04-15-2014 02:32 PM

Quote:

Originally Posted by tbworld (Post 2493154)
Many modifications will not work with 'Tapatalk', it depends on where the API intersects the code. This is where vb5 will shine in the long run. :)

Quote:

Originally Posted by BirdOPrey5 (Post 2493203)
You would need to ask tapatalk to implement the hooks used by this modification.

Yes Most add-ons are incompatible with tapatalk.

BirdOPrey5 11-03-2014 08:55 PM

FYI,

I was able to enable this in the latest version of Tapatalk for VB 3.x be editing the /functions/get_pm_stat.php Tapatalk file.


Right before the code:

Code:

    $pmdm->pre_save();
Around line 736

I added the line

Code:

    ($hook = vBulletinHook::fetch_hook('private_insertpm_process')) ? eval($hook) : false;
So the code around it looks like:

Code:

    $pmdm->set('fromuserid', $vbulletin->userinfo['userid']);
    $pmdm->set('fromusername', $vbulletin->userinfo['username']);
    $pmdm->setr('title', $pm['title']);
    $pmdm->set_recipients($pm['recipients'], $permissions, 'cc');
    $pmdm->set_recipients($pm['bccrecipients'], $permissions, 'bcc');
    $pmdm->setr('message', $pm['message']);
    $pmdm->setr('iconid', $pm['iconid']);
    $pmdm->set('dateline', TIMENOW);
    $pmdm->setr('showsignature', $pm['signature']);
    $pmdm->set('allowsmilie', $pm['disablesmilies'] ? 0 : 1);
    if (!$pm['forward'])
    {
        $pmdm->set_info('parentpmid', $pm['pmid']);
    }
    $pmdm->set_info('replypmid', $pm['pmid']);
   
    ($hook = vBulletinHook::fetch_hook('private_insertpm_process')) ? eval($hook) : false;

    $pmdm->pre_save();

Seems to work so far in my limited testing.


All times are GMT. The time now is 05:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01002 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete