PDA

View Full Version : Private Messages Enhancements - Popup Private Messaging for vBulletin 4.x!


robwoelich
01-19-2010, 10:00 PM
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 (https://vborg.vbsupport.ru/showthread.php?t=196026) winner for vBulletin 3.x! The current version for vBulletin 3.8 can be found here (https://vborg.vbsupport.ru/showthread.php?t=233933).

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 (http://www.robwoelich.com/showthread.php?9) - 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:

robwoelich
01-20-2010, 10:37 AM
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:

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>

Below it, you should have:

<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.

KURTZ
01-20-2010, 10:39 AM
waiting screen shots :P

Sador
01-20-2010, 10:46 AM
Tagged.

GeorgeB85
01-20-2010, 11:35 AM
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.

robwoelich
01-20-2010, 11:36 AM
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. :)

angeljs
01-20-2010, 12:16 PM
Not working for me either :(

robwoelich
01-20-2010, 12:21 PM
I need a little more info aside from "not working". :p I'll PM you.

Anybody it is working for?

angeljs
01-20-2010, 12:24 PM
I need a little more info aside from "not working". :p 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.

GeorgeB85
01-20-2010, 12:29 PM
Send me a link and I can take a look. :)


www.tmcgnetwork.com

DjEddie
01-20-2010, 12:30 PM
Hi,

Got same problem as George, only had 1 file to upload in the clientscripts folder .. imported the product... checked the permissions were correct ... then refreshed home page.. went to send pm as a test and takes to the default pm page..

any ideas?

robwoelich
01-20-2010, 12:41 PM
Hi,

Got same problem as George, only had 1 file to upload in the clientscripts folder .. imported the product... checked the permissions were correct ... then refreshed home page.. went to send pm as a test and takes to the default pm page..

any ideas?Yes, currently working on it with another user - I'll let you know what I figure out. In the meantime, try downloading --removed, didn't work :p --, and let me know if that works any better.

DjEddie
01-20-2010, 12:45 PM
nope sorry rob ... still doesn't work and takes to pm default page .. i tried in all areas where u are able to send a pm

robwoelich
01-20-2010, 12:50 PM
Hmm, that's very interesting.

Alrighty, I suppose I should remove the file until I can work out what's causing the problem. If anybody would like to help test a potential fix, please PM me or leave a post stating so, and I'll send you a message when I think I've got it worked out. Thanks!

Snug
01-20-2010, 12:55 PM
is the full version working?

DjEddie
01-20-2010, 12:56 PM
okie Rob .. ill have a go at testing for you .. :)

robwoelich
01-20-2010, 01:24 PM
I believe I've found the issue, and should have a fix within 24 hours. :)

Trek
01-20-2010, 05:47 PM
Thanks for bringing this over to vB4! One question, Something I had a problem with in the 3.8 version was that once you sent a PM, if you tried it again within the same browser session, it didn't work. I know that this was posted as a problem in the old versions thread, but don't know if it was ever resolved?

So, my question is, was it resolved? =)

Tagged until I upgrade.

Hornstar
01-20-2010, 06:24 PM
Tagged for when it comes back. This always looked useful.

robwoelich
01-20-2010, 06:45 PM
Thanks for bringing this over to vB4! One question, Something I had a problem with in the 3.8 version was that once you sent a PM, if you tried it again within the same browser session, it didn't work. I know that this was posted as a problem in the old versions thread, but don't know if it was ever resolved?

So, my question is, was it resolved? =)

Tagged until I upgrade.As far as I can tell, it's not an issue in this version. Of course, I wish I could verify that with some people that have installed it, so until I get this odd little bug fixed, we'll have to wait and make sure it works for everyone. :)

Bouncer222
01-20-2010, 07:59 PM
Could you please implement in the pop up EVERYTHING found in the actual yourdomain.com/private.php ? Such as text editors, and smilies etc...?

Then i will install.

VonDoom
01-20-2010, 08:14 PM
Tagged

robwoelich
01-21-2010, 04:11 AM
Could you please implement in the pop up EVERYTHING found in the actual yourdomain.com/private.php ? Such as text editors, and smilies etc...?

Then i will install.All of those features are implemented in the full version, and then some! :cool:

I've got the bug worked out and am verifying by having a few other users test for me on their forums. Once everything is a go, I will repost the modification, likely tonight sometime. :)

Dr.osamA
01-21-2010, 04:34 AM
taged tel upgrade

thanxxx
________
Marijuana vaporizer (http://weedvaporizers.org/)

Magz
01-21-2010, 10:16 AM
Looking interesting and Tagged

Leo Brazil
01-21-2010, 02:19 PM
I've been using this one since a long time and will keep using on 4.0.

Tagged, just waiting for release.

WxP
01-21-2010, 03:13 PM
No Files Uploaded.

How can i get this script!?

robwoelich
01-21-2010, 05:50 PM
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!

Magz
01-21-2010, 06:13 PM
The instructions say to upload ALL the files in the upload folder.

I only see One file. rw_popuppm_free, is that correct?

robwoelich
01-21-2010, 06:19 PM
The instructions say to upload ALL the files in the upload folder.

I only see One file. rw_popuppm_free, is that correct?Correct. Generic instructions FTW. :)

angeljs
01-21-2010, 06:54 PM
Working great for me now, thanks for the fast support :)

GeorgeB85
01-21-2010, 07:10 PM
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!

still not working..just takes me to the default pm page..

DjEddie
01-21-2010, 08:09 PM
still not working..just takes me to the default pm page..

Same as george again ... updated to new version .. tried all the places to send pm and still sends to default pm page..

mandingo
01-21-2010, 10:22 PM
Same as george again ... updated to new version .. tried all the places to send pm and still sends to default pm page..

Ditto.

robwoelich
01-22-2010, 04:31 AM
Happy to help you guys get it working if you install the product and send me a link to your forum. :)

mandingo
01-22-2010, 12:00 PM
Happy to help you guys get it working if you install the product and send me a link to your forum. :)

See sig.

Megatr0n
01-22-2010, 03:44 PM
Rob, will this be compatible for 3.8 once more?

robwoelich
01-22-2010, 05:42 PM
I've taken a look at DjEddie's forum and found that his custom style's template didn't include the template hook which is new in vBulletin 4.0 that the modification uses. As such, I've added an entry into the FAQ in the first post of this thread (https://vborg.vbsupport.ru/showpost.php?p=1961051&postcount=2) explaining how to check the template affected to see if the template hook is present or not.

Rob, will this be compatible for 3.8 once more?Yes, I'm working on it and should have it released within the next few days. It currently works on my test forums, short of a Javascript bug I'm working out.

mandingo
01-22-2010, 06:01 PM
I've taken a look at DjEddie's forum and found that his custom style's template didn't include the template hook which is new in vBulletin 4.0 that the modification uses. As such, I've added an entry into the FAQ in the first post of this thread (https://vborg.vbsupport.ru/showpost.php?p=1961051&postcount=2) explaining how to check the template affected to see if the template hook is present or not.

Yes, I'm working on it and should have it released within the next few days. It currently works on my test forums, short of a Javascript bug I'm working out.

Added that code to my footer template,it works now. Just wondering,should the window close when I submit the message? It's not closing for me.
edit,sorry i'm an idiot,didnt see the close X from glare on my screen lol.

DjEddie
01-23-2010, 02:42 PM
I've taken a look at DjEddie's forum and found that his custom style's template didn't include the template hook which is new in vBulletin 4.0 that the modification uses. As such, I've added an entry into the FAQ in the first post of this thread (https://vborg.vbsupport.ru/showpost.php?p=1961051&postcount=2) explaining how to check the template affected to see if the template hook is present or not.

Yes, I'm working on it and should have it released within the next few days. It currently works on my test forums, short of a Javascript bug I'm working out.
Thanks alot Rob for the Quick support u gave me on this modification .. like u said all works with no problems .. which lead me to purchase the full version .. which i urge others to do .. sets it off alot nicer and more professional looking

Thanks :)

GeorgeB85
01-23-2010, 02:57 PM
It is all enabled correct, but is still not working.

www.tmcgnetwork.com

leclownos
01-23-2010, 06:05 PM
merci !!!

robwoelich
01-23-2010, 09:00 PM
It is all enabled correct, but is still not working.

www.tmcgnetwork.comI don't see the Javascript code embedded in your footer, so your problem is one of two things, both of which are addressed in this post (https://vborg.vbsupport.ru/showpost.php?p=1961051&postcount=2):

1. You haven't set permissions to all usergroups, so it's not showing me the code as a guest/unregistered user;
2. Your "footer" template doesn't have the footer_javascript template hook.

Check those over and let me know what you find. Worst case, I can log into your forums with a test admin account and work out the issue for you.

GeorgeB85
01-23-2010, 09:44 PM
I don't see the Javascript code embedded in your footer, so your problem is one of two things, both of which are addressed in this post (https://vborg.vbsupport.ru/showpost.php?p=1961051&postcount=2):

1. You haven't set permissions to all usergroups, so it's not showing me the code as a guest/unregistered user;
2. Your "footer" template doesn't have the footer_javascript template hook.

Check those over and let me know what you find. Worst case, I can log into your forums with a test admin account and work out the issue for you.

What if I don't allow guest/unregistered users to send PMs? Is that the reason this whole mod is not working?

robwoelich
01-23-2010, 10:14 PM
What if I don't allow guest/unregistered users to send PMs? Is that the reason this whole mod is not working?No - guests can't be allowed to use PMs as far as I know, as there would be no way to track which PMs belonged to which guest. That's the purpose of having a user account.

The purpose of setting the permissions for the popup PM system to all users (including unregistered) is so I can verify the mod is inserting the Javascript code on your pages which causes the popup PMs. As explained in the readme file, even if you set popup PM permissions to all users, anybody who doesn't have permission to use regular private messaging will get a "No permission" error within the popup window.

The only thing you're enabling is the actual popping up of the popup window, as it were, when someone clicks on a PM link. Once you do this, I can see if the code is being placed in your footer like it should be.

GeorgeB85
01-23-2010, 11:02 PM
No - guests can't be allowed to use PMs as far as I know, as there would be no way to track which PMs belonged to which guest. That's the purpose of having a user account.

The purpose of setting the permissions for the popup PM system to all users (including unregistered) is so I can verify the mod is inserting the Javascript code on your pages which causes the popup PMs. As explained in the readme file, even if you set popup PM permissions to all users, anybody who doesn't have permission to use regular private messaging will get a "No permission" error within the popup window.

The only thing you're enabling is the actual popping up of the popup window, as it were, when someone clicks on a PM link. Once you do this, I can see if the code is being placed in your footer like it should be.


I added several more usergroups but still no luck.

robwoelich
01-24-2010, 02:09 AM
I added several more usergroups but still no luck.Then at this point the only other thing I can offer to do is manually look through the requisites in your Admin CP. I've registered on your forum as RobWoelich, if you can give me administrator permissions for vBulletin Options, Styles and Templates, and Plugins and Products that's all I'll need.

GeorgeB85
01-24-2010, 02:19 AM
Then at this point the only other thing I can offer to do is manually look through the requisites in your Admin CP. I've registered on your forum as RobWoelich, if you can give me administrator permissions for vBulletin Options, Styles and Templates, and Plugins and Products that's all I'll need.


You have privileges now.

robwoelich
01-24-2010, 02:38 AM
You have privileges now.I found and fixed your issue. It was related to the {vb:raw template_hook.footer_javascript} template hook. :)

GeorgeB85
01-24-2010, 03:11 AM
Rob:

Thanks, and I went ahead and purchased the full version.

robwoelich
01-24-2010, 04:03 AM
Glad I could get it working for you, and thanks. :)

Covert-OPs_
01-28-2010, 01:27 AM
I have installed the mod and followed all the instructions. However, there are no pop-ups when I click on private messages. I checked the footer section of the template and the code addition was already in there. However the word footer was in red while everything else in that area was black. I went in and pressed enter once after the code and it changed the title of "footer" to black. Then I tried to test the pop up again and nothing happens.

robwoelich
01-28-2010, 04:26 AM
I have installed the mod and followed all the instructions. However, there are no pop-ups when I click on private messages. I checked the footer section of the template and the code addition was already in there. However the word footer was in red while everything else in that area was black. I went in and pressed enter once after the code and it changed the title of "footer" to black. Then I tried to test the pop up again and nothing happens.You can PM me a link to the forum and I'll take a look at it. :)

Covert-OPs_
01-28-2010, 04:35 AM
You can PM me a link to the forum and I'll take a look at it. :)
www.tacticalopsunit.com/testforums

robwoelich
01-28-2010, 07:26 AM
www.tacticalopsunit.com/testforumsYour forum is offline, obviously... :p I'll PM you.

Covert-OPs_
01-28-2010, 09:11 PM
Your forum is offline, obviously... :p I'll PM you.
LOL, yes I have then turned off so that only admins can go in to the test site. I can turn it back on if you'd like but I can assure you that it is not working. I responded to your PM just a minute ago.

Front Range
01-30-2010, 02:53 PM
Hi Rob, this didn't work for me and all code is in place. I like the idea so I went ahead and paid for the full version last night, looking forward to getting it. ;)

Black-CA
01-31-2010, 11:43 AM
Hi Rob,

it works very fine. Thx for this mod.

Please can you tell me, how I can change/translate the top "Send Private Message" into another language?

111408

Thanks.

Greets from Germany

robwoelich
01-31-2010, 04:11 PM
Please can you tell me, how I can change/translate the top "Send Private Message" into another language?

111408

Thanks.

Greets from GermanyYou can find the text at the top of the popup window in the Javascript file, near the bottom. :up:

Black-CA
02-01-2010, 01:57 PM
You can find the text at the top of the popup window in the Javascript file, near the bottom. :up:

Hello Rob,

Java and me ==> it's not easy for me. Please, can you tell (quote) the place where I've to change it? Thx.

GeorgeB85
02-11-2010, 08:04 PM
Rob:

What is the procedures of upgrading if you have the paid version?

Trumpetrhapsody
02-22-2010, 03:46 PM
Not working for me on 4.0.2.

The files were uploaded properly, and the product installed.
None of the PM links call the popup window.

I suspect a possible interference with another mod... but it's possible it's a 4.0.2 bug since no one has yet mentioned it running successfully for them on it.

robwoelich
02-23-2010, 03:48 PM
Not working for me on 4.0.2.

The files were uploaded properly, and the product installed.
None of the PM links call the popup window.

I suspect a possible interference with another mod... but it's possible it's a 4.0.2 bug since no one has yet mentioned it running successfully for them on it.I had another report on my website that 4.0.2 wasn't working. I haven't yet upgraded to 4.0.2, but will try to do so within the next few days.

GeorgeB85
02-23-2010, 05:20 PM
I had another report on my website that 4.0.2 wasn't working. I haven't yet upgraded to 4.0.2, but will try to do so within the next few days.

It is still working fine for me.

betts02
02-23-2010, 06:50 PM
Works fine for me on v4.0.2

great addition and less time consuming for the lazy people like me,lol

cheers again

WoodPusher
02-27-2010, 02:42 PM
Was unable to make this work on 4.0.2 in any area. Will try it again later.

MOGmartin
03-01-2010, 06:31 PM
Ive got the paid version on 4.0.0, not working Im afraid (I have uploaded everything fine btw)

any help much appreciated!

FReeSTER
03-01-2010, 10:50 PM
How can I change the height value on it? I have to scroll down a bit for me to be able to see the send button below

MOGmartin
03-03-2010, 07:03 PM
Ive got the paid version on 4.0.0, not working Im afraid (I have uploaded everything fine btw)

any help much appreciated!


my required hook was missing, added it and it works fine now... great support as well from the MOD owner!

Jabong82
03-05-2010, 06:27 AM
my required hook was missing, added it and it works fine now... great support as well from the MOD owner!

Can you tell me what this hook is please?

I have the paid version too and it used to work but now it doesn't (I have 4.0.2). Thank you in advance.

MOGmartin
03-05-2010, 06:40 AM
Can you tell me what this hook is please?

I have the paid version too and it used to work but now it doesn't (I have 4.0.2). Thank you in advance.

sure mate, find this in your footer:

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>

and replace it with this:

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
{vb:raw template_hook.footer_javascript}


that worked for me mate! you can check out the results at my seo forum (http://seoforums.org)

Jabong82
03-05-2010, 06:48 AM
Hi thank you for your response. I just tried that and it didn't work for me :( I guess I have to contact Rob. Thanks again though.

GeorgeB85
03-05-2010, 12:11 PM
where do you get the updated versions of the mod if you paid for it?

SuperGLS
03-06-2010, 09:14 PM
Working good on 4.0.2 thus far. Thanks!

MattLuria
03-31-2010, 12:55 AM
Is there a way to make a similar version for viewing the PMs?

tini_lam
05-04-2010, 12:06 PM
is this mod have work on 4.0.3 ?

trackpads
05-04-2010, 10:34 PM
Works great! I have one conflict, I am using the paid version of this hack (very nice btw) but my tweet board icon is also in the pop, please see the screenshot. Any idea how to fix?

Thanks!

-Jason

docvader
05-19-2010, 04:03 AM
This really is a great addition (I have the paid version), and it works superbly.

I was under the impression that received PM's pop up also, but I guess that isn't the case. Now that would be nice....

Jaske
05-19-2010, 04:58 AM
any word on this working on 4.0.3?

Bounce
05-19-2010, 10:26 PM
Are smileys able to be added?

docvader
05-20-2010, 12:26 AM
I used the paid version on 4.03. Works great

Front Range 4x4
05-20-2010, 03:53 PM
Reading this thread I decided to install the paid version again after giving up a while ago. I found the js code wasn't added to the footer so did it manually to my custom footer and it works as it's supposed to.

dondino
05-21-2010, 12:41 PM
Hello, is it possible to translate this mod in other languages?
If i try to search any string, using the language translation search in admincp, I cannot find the specified terms...
for example.. "send a private message" ... "the message has been sent successfully"
Which files need to be edited or modified to make a proper translation?
I hope someone can help

trilOByte
05-27-2010, 01:29 PM
Hi, I would like to edit the layout of the popup window - is there a template for it?

Front Range 4x4
05-27-2010, 02:14 PM
Reading this thread I decided to install the paid version again after giving up a while ago. I found the js code wasn't added to the footer so did it manually to my custom footer and it works as it's supposed to.

Removed due to conflicts. :(

docvader
05-31-2010, 07:17 AM
I had to uninstall the paid version also. It was conflicting with my clipshare integration. Not sure what this scripts plug ins do to interfere with other scripts. It's a great idea, I liked it, but it causes issues that I can't resolve.

basilrath
05-31-2010, 07:40 AM
that works ......... although a slightly different variation

https://vborg.vbsupport.ru/showthread.php?t=239733

Fuhrmann
05-31-2010, 11:50 PM
Workind here, thanks!

kingharrison
06-04-2010, 11:24 AM
If you have your board set to a fixed width it seems to mess with the popup. I set my board fixed width to 1010px, so the internal part of the popup PM is set to 1010px. So you have to scroll to see everything. Any fixes?

sticky
06-04-2010, 05:26 PM
Great install instructions, was not working but then I added the code as you mentioned, and it works great!

Thank you.

SnapOff Racing
06-04-2010, 07:52 PM
this does not work on 4.0.3 at all. code is in custom skin and everything. uninstalled due to lack of support.

docvader
07-08-2010, 02:25 AM
OK, new paid version apparently working well on 4.04. No interference with my Clipshare integration.

So far....

LbR
07-08-2010, 06:47 PM
How much for the Links removal & full version?

onehost
09-04-2010, 03:50 AM
I really do not understand the purpose of this...just go to email, send your pm..done...
why would you need a popup when you are already there?

uninstalled.
untagged.

ESKORPION
09-05-2010, 05:30 PM
Works Great in vb 4.0.6!

Bankfodder
09-07-2010, 08:36 AM
I have the paid version
My problem is that there is no little popup menu when you click on a username in a post. It takes you directly to their userprofile.

This is not a problem caused by Rob's mod. When you click on the send message in the profile, the mod works perfectly.

Anyone any idea why we are not getting the little popup menu when clicking a username in a 4.6 installation?

Thanks

AfterWorldForum
10-17-2010, 01:19 PM
Is anybody else experincing that PMs sent through this mod will not show up in the SENT ITEMS folder?

Both me and a user experienced this. I checked the database, and the messages are there. They just do not seem to register in the sent items.

Thanks :)

onehost
12-14-2010, 11:48 PM
Might as well move this to graveyard, coder states on his forum that he
is dumping this off as a free product, which means he is giving up,
no support, and I would expect to see no updates....

Mod might as well be dead....

he is giving up because of "real life" issues....

since when is earning extra money not part of real life?

Do you know sarah palin? :)

robwoelich
12-19-2010, 03:54 PM
Updated as a free product here. Enjoy.

raymondblog
12-23-2010, 10:16 PM
Isn't it unfair for people who have already paid for it?

OldSchoolDSL
12-23-2010, 11:39 PM
Updated as a free product here. Enjoy.

Thank you.

This was a wonderful Holiday Gift. :)

Installed and working on 4.1 PL2

Crapforum
12-24-2010, 12:25 PM
hi, nice mod...
Would it be possible to get the same mod-popup when you receive a PM?

qubed
02-18-2011, 03:42 PM
Hi - I have a few questions on install -

My folder structure looks like this after unzipping the plugin - I am a bit perplexed by this layout. What am I supposed to upload where. The readme says to upload all files in the upload folder to the forum root, however, I do not have an uploads folder. Am I supposed to move each individual file to the respective folder in my ftp and rename the file? How can I get this installed, I am a bit lost. Thanks

https://vborg.vbsupport.ru/external/2011/02/20.png

cpvrx
02-25-2011, 06:43 AM
You need to upload the .xml file through your plugins manager.

Zabulus
02-25-2011, 12:23 PM
Will this work the other way? Users who get private msgs get a pop up? That is what I need badly

gr8whtd0pe
02-28-2011, 11:28 PM
You need to upload overlay.png to your images folder and re_popuppm.js to your clientscript folder as well as import the xml. Thats all.

Install instructions are poor.

Wishdream
05-16-2011, 03:17 AM
Working whit 4.1.3 :)

8thos
05-20-2011, 07:03 AM
Installed, unfortunately, the arrowchat window also shows up in the popup.

BUT maybe that's because I have arrowchat installed as a script and not directly into the footer.

but then I could be wrong again. I'll experiment later. Stiill an awesome mod though. 5 stars.

Juggernaut
07-25-2011, 05:55 AM
This doesn't work with 4.1.4, at least not the full editor, it does work with the standard editor. :)

BCP Hung
12-07-2011, 03:04 PM
Good job, Popup Preview Messaging work good on vBulletin 4.1.8, CKEditor worked.

SEW810
02-14-2012, 04:37 AM
Installed and working on vb 4.1.10

Skyrider
05-21-2012, 08:12 PM
Small report. It's not saving any private messages you have send in your send box.

ahobilam
08-12-2012, 08:45 AM
It is not working for me in 4.2
So uninstalled.

Manoel J?nior
08-12-2012, 07:35 PM
Functionally in vb4.2.x?

DeadlyDuckling
08-12-2012, 08:31 PM
same question as ^^^^^

My Hattiesburg
08-31-2012, 09:39 PM
It's working for me in 4.2.0 but it doesn't seem to work for users who belong to a group as an additional user. At least I haven't been able to get it to work for them yet.

epsilon80
11-07-2012, 02:38 PM
why it appear in the footer? :(

Easy5s.net
01-19-2013, 01:37 PM
work in 4.2 pl3 but not work in chrome, pls fix