Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Popup Private Messaging Details »»
Popup Private Messaging
Version: 1.4, by robwoelich robwoelich is offline
Developer Last Online: Apr 2021 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 3.7.x Rating:
Released: 11-10-2008 Last Update: 01-22-2010 Installs: 306
 
No support by the author.

Finally updated 1/23/10! - Popup PM for vBulletin 3.7 has been updated to Popup PM for vBulletin 3.8! Please download the new version there.

All support for vBulletin 3.7 is hereby discontinued.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #172  
Old 02-03-2009, 05:31 PM
phreebsd phreebsd is offline
 
Join Date: Jun 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #173  
Old 02-08-2009, 12:29 AM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #174  
Old 02-09-2009, 05:11 PM
phreebsd phreebsd is offline
 
Join Date: Jun 2005
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

works perfectly.
thanks a lot.
Reply With Quote
  #175  
Old 02-09-2009, 07:34 PM
AWJunkies AWJunkies is offline
 
Join Date: Jan 2005
Location: San Diego
Posts: 947
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem
Reply With Quote
  #176  
Old 02-10-2009, 02:02 AM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is a VERY WELCOMED addition to our forum! Thanks!
Reply With Quote
  #177  
Old 02-10-2009, 10:03 AM
Leo Brazil's Avatar
Leo Brazil Leo Brazil is offline
 
Join Date: Dec 2007
Location: Brazil
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Leo Brazil View Post
Hi Guys, I found another bug on this probably someone here have a solution.
I'm on 3.8.0 but I've been trying to track this issue since 3.7.4 so probably for those running on 3.7 will get the same issue as well.

I was not sure what mod was causing this but RSS Feeds were all dead with Internet Explorer 7 but Fire Fox were all correct.

It seems the template edit on headinclude. I'm placing here just a small piece of mine headinclude templete that is causing this issue:

Code:
</if>
<!-- / CSS Stylesheet -->
<link rel="stylesheet" href="clientscript/dhtmlwindow.css" type="text/css" />
<script type="text/javascript" src="clientscript/dhtmlwindow.js"></script>
Does someone here can confirm this issue ?

Any tips to clean this out ?
Anyone here running this mod with template edits got a way to get RSS Feeds working on IE ?
Reply With Quote
  #178  
Old 02-14-2009, 10:40 PM
inciarco's Avatar
inciarco inciarco is offline
 
Join Date: Mar 2007
Posts: 758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Mod, Thank You For Sharing it. :up::up::up:

Could you please tell me the Plugin and Template Changes (and/or also the Additional Plugins I Should Create), to use the Mod with the vBulletin Blogs?

My Best Regards.

Reply With Quote
  #179  
Old 02-22-2009, 02:08 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

our members have found a small problem. When sending a message via this mod. The message does not show up in the sent folder. Not really a "big" deal, but some users have thought that their messages aren't being sent, because they don't show up in that folder.
Reply With Quote
  #180  
Old 02-25-2009, 01:11 AM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any updates?

We have also discovered that this does not work in the Blog.
Reply With Quote
  #181  
Old 02-25-2009, 02:54 PM
Reycer Reycer is offline
 
Join Date: Jul 2008
Location: Lebanon, MO (USA)
Posts: 747
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmmm.....am I to guess that this is no longer being supported?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.19973 seconds
  • Memory Usage 2,314KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete