The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Private Messages Attachments Details »» | |||||||||||||||||||||||||
Attachments in private messages ################################################## ################# # Original by Rigel Kentaurus (http://www.cemzoo.com) # Fixed by BluPhoenix for vb3.5.0 RC 2 # # Fixed and port to vBulletin 3.6.1 by Stoebi # # For distribution in vbhacks-germany and vbulletin.org at least # # # Thank you very much to Rigel and BluePhoenix # # Lot of thanks to KirbyDE for his help, hints and tips. ################################################## ################# With this hack you can send attachments inside private messages. Sometimes you may want to send an image or file to another user, but you just don't want to disclose your email or make the file public, with this hack you can attach it to the private message. Info for hackers: You may modify, improve, upgrade, redistribute this hack, include it in another hack or yours or translate it provided you do it free of charge and you distribute it in www.vbhacks-germany.com and www.vbulletin.org at least, please don't pm me asking for permission. Some portions of the code are (c) Jelsoft Enterprises Ltd. ################################################## ################# Note! For users they have an earlier version of private attachment installed. Before import, delete the following plugins and cron entries: AdminCP -> Plugins & Produkte -> Plugin Manager
AdminCP -> Scheduled Tasks -> Scheduled Task Manager: Search for Private Attachments Cleanup Delete Private Attachments Cleanup Installation instructions: Extract the archive you've downloaded. (FTP) Copy file privateattachments.php from includes/cron to your forum -> /includes/cron folder (FTP) Copy file bitfield_pma.xml from includes/xml to your forum -> /includes/xml folder 1. AdminCP -> Plugins & Products Click on Manage Products and on the right the [Add/Import Product] link. We are now here: Import Product -> EITHER upload the XML file from your computer. Search your file product_pma_160906.xml and click the Import button. Ready. 2. Import english phrases AdminCP -> Languages & Phrases Click on Download / Upload Languages and on the right check: Import Language XML File -> EITHER upload the XML file from your computer. Set option Overwrite Language to English (US) Serch your file phrases_en_pma_160906.xml and click the Import button. Ready. 3. 3 template edits: AdminCP -> Styles & Templates Click on Style Manager and on the right the "Expand Templates" button. Next screen on the right click the "All Template Groups" button. !Edits necessary for all installed Styles! Open the template newattachment: Search for Code:
<input type="hidden" name="posthash" value="$posthash" /> Code:
<input type="hidden" name="type" value="pm" /> Open the template pm_messagelistbit: Search for Code:
<span style="float:$stylevar[right]" class="smallfont">$pm[senddate]</span> Code:
<if condition="$pm['attach']"><img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" alt="<phrase 1="$pm[attach]">$vbphrase[x_attachments]</phrase>" /></if> Open the template pm_newpm: Search for Code:
<input type="hidden" name="s" value="$session[sessionhash]" /> Code:
<input type="hidden" name="posthash" value="$posthash" /> <input type="hidden" name="poststarttime" value="$poststarttime" /> Code:
<fieldset class="fieldset"> <legend>$vbphrase[miscellaneous_options]</legend> Code:
$attachmentoption <fieldset class="fieldset"> <legend>$vbphrase[miscellaneous_options]</legend> !Edits necessary for all installed Styles! Nothing more to do. You'll find 2 options in Usergroup Manager and User Manager: Check heading PM Attachments Permissions Can Download PM Attachments -> Yes/No Can Upload PM Attachments -> Yes/No Update - 23-09-2006 * Fix with new registered user and welcome pm (Thx to Redlabour) * Attachment (AJAX) now included in newpost_attachment template, see image, no edits necessary. Import and overwrite the new 1.53 file if you 1.52 installed before Regards, Stoebi Show Your Support
|
Comments |
#192
|
|||
|
|||
I know. Plenty of bashers in that thread who just don't know from A to Z. So I wanted to confirm what you said . And I installed it not once, but on three different boards. Bingo every time.
|
#193
|
|||
|
|||
Great, thanks for that.
|
#194
|
||||
|
||||
Confirmed to be working on 3.7.0 beta 6. Although I did have to save each usergroup first to get it to show up in the new pms. And you might want to check the banned usergroup as this is turned on for them on install. also, I see no paperecip or number of attachments in the pm list. But it seems to be working well, other than that.
|
#195
|
||||
|
||||
Try saving each usergroup without changing anything. that's what I had to do to get it to show up in new pms.
|
#196
|
||||
|
||||
Does anyone know if this hack will work with vb 3.5.x I like this one because I can control who can use it via the usergroup permissions.
Thanks |
#197
|
||||
|
||||
@ Mike-D - Sorry to have to report this, sir, but I had to uninstall this as users were unable to upload attachments to the site anymore with this installed, as zendiver reported. I thought it was working, but I found out earlier today that a user could not upload a small file to an area I know he has permission to. How did you get it working with 3.7.0 beta 6?
|
#198
|
|||
|
|||
At me it dont works on vb 3.7 Beta 6
|
#199
|
|||
|
|||
RC1, still no problem. @Boofo. I know this was address to Mike, but just in case .... the only time that I had a permission problem with that hack in one of the installs, it was caused by vbcredits. In my case, vbcredits was the culprit. Once disabled, all went fine.
|
#200
|
||||
|
||||
I do not have vbcredits installed. They have permissions to upload and download in PMs fine. It is on the forum that they lost the permission to upload files. I don't run a lot of hacks so I'm thinking it has to be something missed in this hack that is causing that.
|
#201
|
|||
|
|||
Quote:
Quote:
This hack worked on all 3.6x and 3.7x versions. Any hours ago I updated to RC1 any you know what? This hack works strong without any problems. I remember doing something in that Code while using 3.7 Beta 1. But I can't remember what I did Whenever I figure out what exactly I did, I'll get back to you and to Lionel -Mike |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|