View Full Version : Private Messages Enhancements - Private Messages Attachments
goshalim
02-08-2009, 02:31 AM
Hi , I need some help.
I have install and done everything for the Private Messages Attachments
but its not working.change all codes but nothing.
Iam using 3.7.3
Please someone help me
Phantasmagoric
02-28-2009, 10:12 AM
Just exactly what I was looking for, works perfectly on 3.8.1, thank you for this.
Nom for MOTM :)
ex0thermic
05-06-2009, 09:18 PM
Has anybody tried this with 3.8.2?
Saviour
05-06-2009, 09:23 PM
Installed and working fine on 3.8.2.
sparklywater
06-13-2009, 03:26 AM
I'd be grateful if anyone can help me get this working with the Popup Private Messaging (https://vborg.vbsupport.ru/showthread.php?t=196026) mod. I've managed to use the $attachmentoption variable to show the 'Manage Attachments' button in the popup-window, but the attached files don't show up in the sent PMs (nor does the paperclip show up next to the message in the PM inbox). Everything else works fine when sending attachmentsin PMs through the standard method, they only don't work when using the Popup PM window. If anyone has managed to get this working, please let us know.
Saviour
06-19-2009, 08:16 PM
Have found an issue with this mod...
I'm running vb 3.8.3. It would seem, with this mod enabled, it causes an issue for those who want to edit their post at a later time and add an attachment...if this usergroup has this permission.
I tested it on a live board as a registered user. I posted in a thread...immediately after posting, I went to that post to edit it and add an attachment. I browsed for the attachment, then clicked the Upload button and immediately got a permissions error.
Disabling this mod corrected the issue.
Uninstalled...unless someone has a fix for this for those who run vbulletin 3.8.3. I'd also suggest, to those who are running this mod with a forum other than the version it was intended for, make sure they are not experiencing the same issue I was.
If there's a fix for this...I haven't seen it. Just giving you my experience wit this mod.
Update...
Sorry...missed this post: https://vborg.vbsupport.ru/showpost.php?p=1099272&postcount=102
Fixed! Woo-hoo!
MikeTrin
08-17-2009, 07:18 PM
I don't know about most of you but I couldn't figure out how to make this fix. Here's what you do.
From the admincp go to Plugins & Products, open up the Plugin Manager.
Scroll down and find the Product PM Attachments
Click on: private attachments - get posthash and allow attachments
do what it says to do in line 1
Here is the fix (official update comes later):
Plugin -> private attachments - initialize pm attachments if needed (Hook global_start)
Change Line 1
if (THIS_SCRIPT == 'newattachment' AND $_REQUEST['type'] == 'pm')
to
if (THIS_SCRIPT == 'newattachment' AND $_REQUEST['type'] == 'pm' AND !$threadid)
Regards, Stoebi
the_ace
08-22-2009, 12:50 PM
Installed this mod n VB 3.8.3 and its working fine.
Thanks for this mod.
tlwwolfseye
09-13-2009, 06:23 PM
I just installed this on my 3.8.4 but it won't show up at all. I did all the template edits, i double checked. The Product is installed and so, just like the instruction say. But it just doesn't show up when I want to write someone a PM. Nothing with Attachments at all. What can that be ?
Gostemilov
09-25-2009, 11:52 AM
The same problem. I can upload attach and I can see it in outgoing messages:
http://photoshopia.ru/forum/imagehosting/2009/09/25/thum_14abcacf596ea7.jpg
The link for attach downloading is broken but attach player is working fine.
User can receive nothing:
http://photoshopia.ru/forum/imagehosting/2009/09/25/thum_14abcad761d8d6.jpg
Gostemilov
09-25-2009, 12:45 PM
I removed this check:
if (THIS_SCRIPT == 'private' AND ($this->registry->userinfo['permissions']['grouppma'] & $this->registry->bf_ugp['grouppma']['cangetpma']) AND ($this->registry->userinfo['userpma'] & $this->registry->bf_misc['userpma']['showdlpma']))
{
from private attachments - get & show attachments and, filally, it`s working!
But what`s wrong in this check and why the download link is still broken?
mastertek2000
11-06-2009, 04:00 PM
does any one make this for VB3.8
sparklywater
11-21-2009, 05:17 PM
The following is the plugin code used for this mod at hook location 'global_start':
if (THIS_SCRIPT == 'newattachment' AND $_REQUEST['type'] == 'pm')
{
$threadid = -1;
$vbulletin->userinfo['forumpermissions']['pm'] |= $vbulletin->bf_ugp_forumpermissions['canpostattachment'] + $vbulletin->bf_ugp_forumpermissions['canview'] + $vbulletin->bf_ugp_forumpermissions['canviewthreads'] + $vbulletin->bf_ugp_forumpermissions['canviewothers'] + $vbulletin->bf_ugp_forumpermissions['canreplyothers'] + $vbulletin->bf_ugp_forumpermissions['canreplyown'] + $vbulletin->bf_ugp_forumpermissions['canpostnew'];
$foruminfo['allowposting'] = 1;
$foruminfo['cancontainthreads'] = 1;
$foruminfo['forumid'] = 'pm';
}
Something in this code causes an error message when uploading attachments to thread posts: 'you don't have sufficient privileges / permissions to perform this action'. When the above plugin is disabled, there is no longer an error message on uploading attachments.
Braders
01-11-2010, 10:23 AM
I did exactly what it says on the tin and it works fine in 3.8.4.
supportMM
02-28-2010, 03:15 PM
Do you have any plans to port this for 4.x?
Thanks :)
krazr
03-12-2010, 04:15 AM
Yes please update this for v4.x!!! :)
Razfaz
03-30-2010, 10:20 AM
I need this Addon for 4.0.2 please ;)
Welshy2008
04-15-2010, 10:18 AM
Do you have any plans to port this for 4.x?
Thanks :)
Yes please update this for v4.x!!! :)
I need this Addon for 4.0.2 please ;)
Agreed. :)
supportMM
04-15-2010, 02:24 PM
Perhaps some greasing of the palm might be in order, I would be willing to kick in some bucks, denairo, rubles, currency of the coders realm, to get this done :)
Welshy2008
04-16-2010, 02:00 PM
I just installed this on my 3.8.4 but it won't show up at all. I did all the template edits, i double checked. The Product is installed and so, just like the instruction say. But it just doesn't show up when I want to write someone a PM. Nothing with Attachments at all. What can that be ?
Unfortunately, This does not work for me in vB3.8.4 PL2 either.
The Phrase en language says it is from 3.6 (which I know, this mod is for - but others have said it is working on their 3.8).
I have loaded it on by allowing it to continue even though it is from a previous version, even though I have selected the option to ignore the version when uploading it. (See attachment #1)
Nothing showins on the PM Page (Usergroups have the correct permissions)
I can see a PM Attachments in my Product List, but nowhere else in my AdminCP (See attachment #2).
I have checked and double checked and I have installed it as per instructions.
pedroenf
05-08-2010, 12:29 PM
I need this Addon for 4.0.2 please ;)
So do i. Will it be re-done to VB4?
Welshy2008
05-08-2010, 08:28 PM
I would love to see this ported for 4.0.3 PL1 too. And I would make a donation too. :)
Welshy2008
06-13-2010, 05:57 PM
Anyone?
pedroenf
06-13-2010, 10:05 PM
Anyone?
I second that.
blind-eddie
07-20-2010, 02:30 AM
Thank you for addon, after pulling out my hair for a little while, I got it working just fine in 3.8.4
Jon1422
08-16-2010, 08:18 PM
Thank you for addon, after pulling out my hair for a little while, I got it working just fine in 3.8.4
What did you do?
I'm running 3.8.2 and can't get it to work.
Followed the install, ignoring the language pack being for 3.6, but it doesn't work.
I can see the usergroups option, but nothing in the new pm diaglog.
blind-eddie
08-17-2010, 12:06 AM
What did you do?
I'm running 3.8.2 and can't get it to work.
Followed the install, ignoring the language pack being for 3.6, but it doesn't work.
I can see the usergroups option, but nothing in the new pm diaglog.
Install the language pack...I believe that is the only other thing I did....But I will research it.
Also did this plugin edit: https://vborg.vbsupport.ru/showpost.php?p=1099272&postcount=102
postchan
11-29-2010, 12:34 PM
Hi,
I have installed this module and it works great. Thanks for it. However the list of allowed file names does not show Office 2007 extensions like docx, pptx. Could you please let me know how I can get these files to be attached?
Thanks.
snow2000
12-08-2010, 11:40 AM
Me too for vB4
... me too! Would be great to have this feature for vb4
aileron79
12-20-2010, 04:55 AM
Also, I really do miss this feature in vb4. Anyone knows if there is a ported version?
bada_bing
12-26-2010, 06:31 PM
I have noticed that this mod is not complatible with the Imageshack, MEGAUPLOAD & Photobucket Uploader mod, then mod is set to ON this mod does not show up via PM.
Anyone have a fix to those two mods working together?
tlwwolfseye
01-25-2011, 10:33 AM
I don't get it. I did all the edits to the ladder, even did that fix to the plugin and all, but still there is nothing showing (3.8.4 PL2). I don't know what to do anymore. Whoever got it working with 3.8.4 PL2, please let me know what you did.
I am running a custom theme, true, but still, all the edits are correct. :(
aileron79
02-03-2011, 06:12 PM
I was quite stunned when I realized that the software we just purchased is not capable of handling such simple operations like adding attachments to messages... Still waiting for that feature to be implemented :( Anyone got a clue if this is going to be ported to vb4?
(I know this has been asked many times before... but I decided to ask as well to emphasize that there is demand for such a feature...)
larsson
02-07-2011, 01:08 PM
I'm also waiting for this mod for vb4! Please!
behnam
05-21-2011, 08:06 PM
i really need this mod too
nobody working to port this really useful mod? :(
I've checked vbulletin's code and I'm pretty sure this can be done without template changes or changes to the original vbulletin code. There seem to be enough hooks to do this from the plugin system. That's nice but I'm not 100% sure yet as I've not been able to look further because I'm actually busy doing other things.
Hippy
10-05-2011, 12:52 AM
would be cool to have this one reamped for vb4..
grzywa92
02-21-2012, 02:02 AM
please update to vb4:)
Simon Lloyd
03-04-2012, 03:38 PM
Can't get this to work whatsoever on vb3.8.7, if anyone has any clues let me know please :)
Akyeame Kwame
03-24-2012, 03:24 PM
would like for vb4 as well
daplox
06-11-2012, 10:09 PM
vb4 pleaseeee....
Lionel
06-11-2012, 10:25 PM
vb 4 https://vborg.vbsupport.ru/showthread.php?t=284138
Tyran1
03-03-2013, 08:51 PM
Hey Stoebi ich habe es unter 3.8.7 laufen alles kein problem.
Nur werden Anhänge derren Privat Nachricht gelöscht ist nicht mit gelöscht,
man findet diese im admincp noch!!! Bug ??
Simon Lloyd
03-04-2013, 04:06 PM
Hey Stoebi ich habe es unter 3.8.7 laufen alles kein problem.
Nur werden Anh?nge derren Privat Nachricht gel?scht ist nicht mit gel?scht,
man findet diese im admincp noch!!! Bug ??
All posts need to be in english here i'm afraid!
blind-eddie
03-04-2013, 04:14 PM
Hello Simon... Hope all is well...I know its been a year and 36 min, but did you ever get this working for you? I loaded it on 3.8.7 without issue & from what I can tell its working perfectly including forwarding the pm.
Simon Lloyd
03-04-2013, 09:16 PM
Hi Tim, no i didnt, i ended up just dumping it and not even trying to decipher what was wrong now i are a koder :)
VIP Hawaii
06-21-2016, 01:06 PM
Finally got it working, on vB 3.8.4 PL2!. Not sure which thing(s) I did got it to work but I did apply the message 102 mod, turned OFF, then ON (after saving each time) the mod in each usergroup, plus reinstalled the mod (with overwrite) and also re-did the language overwrite. One more thing : This mod is compatible with Rob Woelich's Popup PM mod, just do the same mods to the rw_popuppm template that you did to the pm_newpm template and you're all good to go! Great mod! Thanks! When I get rich, I'll donate something to your PayPal account.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.