vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Private Messages Enhancements - Popup Private Messaging (https://vborg.vbsupport.ru/showthread.php?t=196026)

11133 08-26-2009 08:19 AM

where to find the language
Message sent successfully Send another?

and

send a private message to

on pm_fbpm there isnt that

SemperFideles 08-26-2009 11:20 PM

Quote:

Originally Posted by MmS1 (Post 1794756)
UNINSTALLED there's no support

Ditto.

ravenfaust 12-02-2009 08:52 AM

works on 3.8 :)

Foxtrotelite 12-03-2009 04:43 PM

any chance there will be something like this updated and supporrted for vb4?

kalisekj 12-04-2009 02:41 AM

Great work and Great Mod Really Liking This One!

Kosmic1 12-09-2009 03:58 PM

Quote:

Originally Posted by phreebsd (Post 1733270)
I found one problem when this mod is installed. My forum is 3.8.1.
When this mod is enabled and you have welcome PM's turned on, after the user receives their email to click on to activate their account they receive this error.

Fatal error: Call to a member function clean_gpc() on a non-object in /home/********/public_html/includes/class_dm_user.php(2595) : eval()'d code on line 1

Their account still activates but the error above is all they see upon clickin the activation link.
They also never receive the PM.
Once you take the name out (username welcome PM's will come from) out of vbulletin options -> user registration options they can activate with no issues.

Quote:

Originally Posted by AWJunkies (Post 1737423)
I have same issue noted above been trying to find the culprit of the issue (mod) for quite some time finally found it.

To fix the issue you need to do a if statement around a plugin. Since the newpm does not have global $vbulletin value it errors the second the plugin tries to clean the value.

Change Popup PM Postbit Link postbit_display_start:
PHP Code:

if ($_POST['do'] == 'insertpm')
{
$vbulletin->input->clean_gpc('p''fbpm'TYPE_STR);

if (
$vbulletin->GPC['fbpm'] == 'yes')
{
    
$fbpmmessage '<strong>Message sent successfully!</strong> <a href="private.php?do=newpm&amp;fbpm=newpm">Send another?</a>';
    eval(
'print_output("' fetch_template('pm_fbpm') . '");');
}


Just added if statement around it to make sure this is a post insert request and NOT any internal pms being sent by any mod or any vb itself.

I have same issue too!

This is my postbit_display_start:

Quote:

global $vbulletin;

if (!empty($vbulletin->options['fbpm_permission']))
{
$fbpmpermission = explode(',', $vbulletin->options['fbpm_permission']);
if (in_array($vbulletin->userinfo['usergroupid'], $fbpmpermission))
{
$show['pmpopuplink'] = " onclick=\"divwin=dhtmlwindow.open('divbox', 'div', 'pmformdiv', 'Enviar uma Mensagem Privada para $post[username]', 'width=".iif($vbulletin->options['fbpm_width'], $vbulletin->options['fbpm_width'], $stylevar['formwidth']).",height=".$vbulletin->options['fbpm_height'].",left=200px,top=50px,resize=0,scrolling=0'); pmformframe.location.replace('private.php?do=newpm &amp;fbpm=newpm&amp;u=".$post['userid']."'); return false\"";
}
}

Where can I add your if statement to fix it??

Thanks for your help!

d0zer 01-04-2010 08:11 AM

thanks you

sina1808 01-15-2010 10:32 AM

i want install it on vb 3.8.4
Please upload again ...

robwoelich 01-23-2010 08:41 AM

Popup PM for vBulletin 3.7 is discontinued. Versions for vBulletin 3.8 and 4.0 can be found under my modifications at https://vborg.vbsupport.ru/member.php?u=245796. Thanks!

jacobskinner811 05-05-2010 01:06 AM

will this work for the latest v bulletin


All times are GMT. The time now is 06:52 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.01863 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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