Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Popup Private Messaging for vBulletin 4.x! Details »»
Popup Private Messaging for vBulletin 4.x!
Version: 2.1, by robwoelich robwoelich is offline
Developer Last Online: Apr 2021 Show Printable Version Email this Page

Category: Private Messages Enhancements - Version: 4.0.3 Rating:
Released: 01-19-2010 Last Update: 12-18-2010 Installs: 242
Uses Plugins
Additional Files Translations  
No support by the author.

Updated 12-19-2010 to add all features that were previously a part of the full version product. Now there is no full version, just this one with everything for free.

Popup Private Messaging is a useful (and neat!) modification for your vBulletin 4 forum. Instead of redirecting a user to a separate "Compose Message" page when they try to send a private message, a "popup" private message form is displayed without taking them away from the page they're viewing. It intelligently replaces every single PM link on your forum, CMS or blog without any template edits or plugins that mess with your templates. It's loaded with features and has been tested with IE 8, FireFox 3.6, Opera 10.10, Chrome 3.0, and Safari 4.0.4!

Formerly a Mod of the Month winner for vBulletin 3.x! The current version for vBulletin 3.8 can be found here.

Highlights:
  • Uses a DHTML "popup" which won't be blocked by popup blockers, as it is not a "real" popup window.
  • New! Automatically centers the popup on the page, regardless of window size or how far down the page a user is.
  • Auto-fills the PM form with the username of the person you wish to send a private message.
  • Supports multiple recipients (based on user permissions).
  • Standard form, or full WYSIWYG with advanced PM options.
  • Preview message within the window, without being redirected elsewhere.
  • Window can be closed by the user via an "X" in the upper corner.
  • Lightbox effect to dim the rest of the page
  • New! Window automatically closes after the message is sent.
  • Admin CP options allow you to customize window size and which usergroups can use the popup PM modification.
  • New! Intelligent Javascript file replaces every private message link with the popup links on the browser side, saving your server's resources and your templates!
Screenshots:

Screenshots are attached to this post.

Live Demo:

A live demo can be found on my website - no registration required to see the basic popup functionality, but if you want to try the actual form you'll need to register as guests/unregistered users can't use private messaging.

Support for this Modification:

No active support anymore - that's why I made the full version free. Too much going on right now.

Please read the first post below as it has common issues and troubleshooting. :up:

Download Now

File Type: zip popuppm_2.0_vb4_robwoelich.com.zip (297.2 KB, 877 views)

Screenshots

File Type: png popuppm5.png (42.8 KB, 0 views)
File Type: png popuppm4.png (43.9 KB, 0 views)
File Type: png popuppm2.png (13.1 KB, 0 views)
File Type: png popuppm3.png (50.2 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 01-20-2010, 10:37 AM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1/21/10 - I've worked out the bug with PM links not triggering the popup, and confirmed compatibility with the five major browsers. If you've previously downloaded Popup PM, you'll want to redownload it, reupload the uploaded files, uninstall the old product and install the new one. Hope you enjoy!

Settings Quick Tutorial

All options for the Popup PM are found in Admin CP > vBulletin Options > Popup Private Messaging (located under Private Messaging Options).

To change the popup window size, change the options for window width and height. Enter a number in pixels (number only).

To specify which usergroups the popup is enabled for, change the option for usergroup permissions. Enter the usergroup IDs of the groups to enable the popup for. Enter the numbers separated by commas, i.e. 2,5,6,7 - you can also leave the field blank to enable for all usergroups, and set to a non-real usergroup ID (like 1000) to disable the popups for everyone. Note that even if you give unregistered users or users without private messaging permissions access to the popup PM system, it won't grant them private messaging permissions. They will see a "no permission" error within the popup window.

Quick Troubleshooting

Literally, the only thing you can really mess up during installation is not properly uploading the file(s) in the UPLOAD folder. In other words, make sure rw_popuppm_free.js gets into your www.mywebsite.com/myforumdirectory/clientscript/ folder. Then install the product XML file in your Product Manager. Done.

If you're having issues with the popups not showing up, check for script errors in your browser. They can tell you what's not working and why. Chances are that something else installed on your forum is interfering with the popup PM script. Also check to make sure you didn't set the popup window height/width to 0 or something for some silly reason.

If you use a custom style or have customized your templates, this seems to be the other thing that breaks the mod. Look at your footer template and find:

HTML Code:
	<script type="text/javascript">
	<!--
		// Main vBulletin Javascript Initialization
		vBulletin_init();
	//-->
	</script>
Below it, you should have:

HTML Code:
	<script type="text/javascript">
	<!--
		// Main vBulletin Javascript Initialization
		vBulletin_init();
	//-->
	</script>
        {vb:raw template_hook.footer_javascript}
The footer_javascript template hook was added in vBulletin 4.0, and it seems some users with custom styles are either accidentally removing it or copying/pasting a lot of code from their old styles which didn't have the template hook. Add that and you should be good to go.
Reply With Quote
  #3  
Old 01-20-2010, 10:39 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

waiting screen shots :P
Reply With Quote
  #4  
Old 01-20-2010, 10:46 AM
Sador's Avatar
Sador Sador is offline
 
Join Date: Mar 2009
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged.
Reply With Quote
  #5  
Old 01-20-2010, 11:35 AM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I uploaded all the files where they needed to go, but it isn't working. Just takes me to the default PM window that comes with the software.
Reply With Quote
  #6  
Old 01-20-2010, 11:36 AM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GeorgeB85 View Post
I uploaded all the files where they needed to go, but it isn't working. Just takes me to the default PM window that comes with the software.
Send me a link and I can take a look.
Reply With Quote
  #7  
Old 01-20-2010, 12:16 PM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not working for me either
Reply With Quote
  #8  
Old 01-20-2010, 12:21 PM
robwoelich's Avatar
robwoelich robwoelich is offline
 
Join Date: Mar 2008
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I need a little more info aside from "not working". I'll PM you.

Anybody it is working for?
Reply With Quote
  #9  
Old 01-20-2010, 12:24 PM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by robwoelich View Post
I need a little more info aside from "not working". I'll PM you.
Sorry...I hate that! lol

I don't get the popup when I click on the pm link when viewing a post, but I do when viewing the member's profile.
Reply With Quote
  #10  
Old 01-20-2010, 12:29 PM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by robwoelich View Post
Send me a link and I can take a look.

www.tmcgnetwork.com
Reply With Quote
Reply

Thread Tools

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 06:59 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.04537 seconds
  • Memory Usage 2,330KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (5)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete