Facebook Style Private Messaging (Popup PM)

MobileHacks

New Member
Facebook Style Private Messaging (Popup PMs)

Demo can be found here.

Facebook Style PMs allow you to send a private message from a post, thread, profile, your members list or forum leaders list without leaving the page. A DHTML popup window will allow you to compose a simple message, from which you can proceed into the advanced editor or send your message.

The popup is DHTML so it won't be blocked by popup blockers. It's small, styled to your forum, can be moved on the page, and will appear almost anywhere there's a link to PM someone. This does not require any additional queries, and adds one single plugin.

Parts of this modification (specifically, the Javascript DHTML popup windows) come from Dynamic Drive (http://www.dynamicdrive.com/dynamici...ndow/index.htm). The copyright notice for this script is included in the header code.

Version History:
1.0
- Initial release!

Installation Instructions:
1. Download and unzip all files.
2. Upload the files in the UPLOAD folder to your forum directory.
3. Install the product XML in your product manager.
4. Refer to the README if you have any issues or questions.

Screenshots:
Attached to this post.
 
I dont understand JS but what is this?

<?xml version="1.0" encoding="utf-8" ?>
- <dwsync>
<file name="dhtmlwindow.css" server="ftp.robwoelich.com//public_html/" local="128708629914594000" remote="128708593800000000" />
<file name="dhtmlwindow.js" server="ftp.robwoelich.com//public_html/" local="128708695508274000" remote="128708659200000000" />
</dwsync>

it means this mod made by robwoelich.com?
 
Please use the updated version from vbulletin.org. It includes admin options and new features to the mod. I dont hav eany pics of it right now but it works the same.
 
Be sure to follow these directions very closesly. Uninstall the product. Check to make sure all files are uploaded to there proper folders. Then open the txt file with the template_edits and do those before importing the plugin or else it wont work right. Then after you`ve added the edits go and import the product and adjust the settings in vbulletin options in the acp. If it doesnt work i can help you with this.
 
Fatal error: Call to undefined function fetch_privatemessage_reply() in /var/www/vhosts/xxxxx/httpdocs/private.php on line 1650

version 3.8.1


1650
Code:
   $pm = fetch_privatemessage_reply($pm);


help
 
Back
Top