PDA

View Full Version : Private Messages Enhancements - Private Messages Attachments


Pages : [1] 2

Stoebi
09-19-2006, 10:00 PM
Attachments in private messages

################################################## #################
# Original by Rigel Kentaurus (http://www.cemzoo.com (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 (http://www.vbhacks-germany.com/) and vbulletin.org (http://www.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 (http://www.vbhacks-germany.com/) and
www.vbulletin.org (http://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


private attachments - can view the attachment attachment_start
private attachments - get & show attachments postbit_display_start
private attachments - get posthash and allow attachments private_newpm_start
private attachments - update attachment info private_insertpm_complete


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
<input type="hidden" name="posthash" value="$posthash" /> Afterwards, add
<input type="hidden" name="type" value="pm" /> Save

Open the template pm_messagelistbit:
Search for
<span style="float:$stylevar[right]" class="smallfont">$pm[senddate]</span> Afterwards, add
<if condition="$pm['attach']"><img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" alt="<phrase 1="$pm[attach]">$vbphrase[x_attachments]</phrase>" /></if> Save

Open the template pm_newpm:
Search for
<input type="hidden" name="s" value="$session[sessionhash]" /> Afterwards, add

<input type="hidden" name="posthash" value="$posthash" />
<input type="hidden" name="poststarttime" value="$poststarttime" />
Search for

<fieldset class="fieldset">
<legend>$vbphrase[miscellaneous_options]</legend>
Replace with


$attachmentoption

<fieldset class="fieldset">
<legend>$vbphrase[miscellaneous_options]</legend>
Save

!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

Spiceworld
09-20-2006, 03:33 PM
Cheers for this - installed

Richard

Lionel
09-20-2006, 03:57 PM
will this work for 3.60?

lmurawski
09-20-2006, 04:08 PM
This is the update for v3.6

bashy
09-20-2006, 04:24 PM
Hi m8, dont work for me, I see no options to add attachment, permissions were already set to yet as default, Also i have rebuilt the bitfields in case, I have done the dits, although this 1

<span style="float:$stylevar[right]" class="smallfont">$pm[senddate]</span>

was not in there i could only find this
<span style="float:$stylevar[right]" class="time" style="font-size:9px;">$pm[senddate] @ $pm[sendtime]</span>

it also says when creating a new pm "Send New Private Message" twice now, see image please

So i added the code after that.... any ideas what might be wrong?

Stoebi
09-20-2006, 04:36 PM
Hi bashy,

the style you use, is it for free? Can i download this? Will install and look into it.


Regards, Stoebi

Hi m8, dont work for me, I see no options to add attachment, permissions were already set to yet as default, Also i have rebuilt the bitfields in case, I have done the dits, although this 1

<span style="float:$stylevar[right]" class="smallfont">$pm[senddate]</span>

was not in there i could only find this
<span style="float:$stylevar[right]" class="time" style="font-size:9px;">$pm[senddate] @ $pm[sendtime]</span>

it also says when creating a new pm "Send New Private Message" twice now, see image please

So i added the code after that.... any ideas what might be wrong?

bashy
09-20-2006, 05:03 PM
Hi m8, yeah its in the styles section here m8 its the MNS 7 :)

Stoebi
09-20-2006, 05:23 PM
Hi m8, yeah its in the styles section here m8 its the MNS 7 :)

For 3.5.4 only. Hm, okay, will see what i can do for you.


Regards, Stoebi

bashy
09-20-2006, 05:41 PM
Ok Stoebi, thanks a lot m8

Gripemaster
09-20-2006, 07:20 PM
Installed, followed instructions to the letter, no errors or problems. Tested by sending a PM with attachment to a regular user account from my admin account. Attachment does not show, only placeholder box with red X.

Tried to send a PM from a regular user account to my admin account and got the same results. (See Screenshot)

HOWEVER...the attachments show up in the Sent Items box PM's as having been sent. They just don't show on the received PM

Suggestions?

KevNJ
09-20-2006, 08:00 PM
* clicks install *

awesome!! now if someone can get the super pm feature to work. maybe you can take a look at it since you know how the PM system works?
https://vborg.vbsupport.ru/showthread.php?t=100314

dknelson
09-20-2006, 08:24 PM
OK....I've installed this and did all the template edits. I'm running 3.6.1.

I got no errors on the install but I cannot see any place to add an attachment in the PM.

Usergroup settings are set to "YES". I'm not sure where you are talking about "user manager".

Don

oberheimhaven
09-20-2006, 09:40 PM
I installed 3.6 to the tee i see no opition to add file in the PM any s uggestions?
Thxs

Kuimera
09-20-2006, 09:43 PM
OK....I've installed this and did all the template edits. I'm running 3.6.1.

I got now errors on the install but I cannot see any place to add an attachment in the PM.

Usergroup settings are set to "YES". I'm not sure where you are talking about "user manager".

Don

Same thing here, no errorsand the premisions are on but no menu to add the attachments :S im also running 3.6.1

dknelson
09-20-2006, 09:43 PM
Yea...it has really frustrated me. I've checked the template edits 4 times, re-uploaded the files.....beats me.

oberheimhaven
09-20-2006, 09:46 PM
same here mates??? 4 times andstill no add attachments???Any clue Im going back in!

Kuimera
09-20-2006, 09:50 PM
I'm not sure where you are talking about "user manager".

This means that you have usergroup and individual user premissions, you will find them when editing a user @ the bottom.

I check them too and they are on... but it still dosent show the menu to add the attachments in the PM :S

oberheimhaven
09-20-2006, 09:54 PM
Any support for this hack or are we on our own?

dknelson
09-20-2006, 09:56 PM
This means that you have usergroup and individual user premissions, you will find them when editing a user @ the bottom.

I check them too and they are on... but it still dosent show the menu to add the attachments in the PM :S


OK...I found where you mean. That doesn't make sense I don't think...well...since they are all "yes" at default, I guess it does. If somebody abuses it I guess you can turn it off for that individual.

So....still doesn't solve this problem huh. :)

oberheimhaven
09-20-2006, 10:03 PM
Well she dont work mate?

dknelson
09-20-2006, 10:04 PM
Yea...I've pretty much given up on it. Haven't uninstalled but probably will.

oberheimhaven
09-20-2006, 10:10 PM
Yea...I've pretty much given up on it. Haven't uninstalled but probably will.

Well this stinks why would you post a hack that doesnt work is this a german hack
click Uninstalled!!!

Kuimera
09-20-2006, 11:59 PM
Same... /me clicks uninstall....

hotwheels
09-21-2006, 12:13 AM
you are awesome Stoebi, worked like a charm............woohoo...........yippie

I have attached to screen image's showing that it work's just the way he explained it in his instructions.

webwench
09-21-2006, 01:25 AM
you are awesome Stoebi, worked like a charm............woohoo...........yippie









I have attached to screen image's showing that it work's just the way he explained it in his instructions.

Nice you got it working, but could you post a screenshot of what to click to add an attachment? I've done it several times, and can't make it appear.

Paul M
09-21-2006, 03:05 AM
Any support for this hack or are we on our own?Well this stinks why would you post a hack that doesnt work is this a german hack
click Uninstalled!!!
I think some people need to learn a little patience and be a little less rude. :)

Modification Authors do not spend 24 hours a day online, you might want to remember that Eurpoe is in a different timezone to the USA as well. Your early evening posts are almost midnight and beyond.

Stoebi
09-21-2006, 03:16 AM
Hi,

i forgot to include the variable $attachmentoption in the template new_pm.

Sorry :(

Documentation in the first post (archive also) updated.


Regards, Stoebi


Edit:
Thank you Paul M :)

Kuimera
09-21-2006, 03:28 AM
lol Stoebi, np, for the past 3 hours I was calling me a dumb ass trying to figure out what I was doing wrong never in my life I edited the same hack over and over ! :P

Thanks for your hack, is working fine now.

* Kuimera clicks install again :)

Absolution
09-21-2006, 03:40 AM
Thanks, Stoebi, just noticed that you posted (was inbetween since the last edit and I was like 'did i do something wrong!?).

This ends the confusion!!

Thanks again

Gripemaster
09-21-2006, 04:13 AM
Installed, followed instructions to the letter, no errors or problems. Tested by sending a PM with attachment to a regular user account from my admin account. Attachment does not show, only placeholder box with red X.

Tried to send a PM from a regular user account to my admin account and got the same results. (See Screenshot)

HOWEVER...the attachments show up in the Sent Items box PM's as having been sent. They just don't show on the received PM

Suggestions?


Still not working. :)

Stoebi
09-21-2006, 04:19 AM
Still not working. :)

Hi,

you need to edit all your installed and used styles.
What style do you use? Is it for free? If yes, where can i dl your style for testing purpose. Which vBulletin version?

I've not tested this version with 3.5.4. No warranty, sorry.


Regards, Stoebi

redlabour
09-21-2006, 06:02 AM
Installed, followed instructions to the letter, no errors or problems. Tested by sending a PM with attachment to a regular user account from my admin account. Attachment does not show, only placeholder box with red X.

Tried to send a PM from a regular user account to my admin account and got the same results. (See Screenshot)

HOWEVER...the attachments show up in the Sent Items box PM's as having been sent. They just don't show on the received PM

Suggestions?

Same here ! Does not work !

Stoebi
09-21-2006, 06:15 AM
Same here ! Does not work !
https://vborg.vbsupport.ru/showpost.php?p=1079771&postcount=31



In german (deutsch):
Mit solchen Aussagen kann ich absolut nichts anfangen.
Auf vbhacks-germany gibt es einen entsprechenden Thread, dann k?nnten wir dort das Problem besser angehen. Mein Englisch ist leider schlecht bis grottenhaft. Vielleicht hilfts dann ja auch den anderen.


Regards, Stoebi

redlabour
09-21-2006, 06:20 AM
German Short Description:

PM wird mit Anhang versandt. In der angekommenen PM ist dennoch kein Anhang. Ansonsten keine Fehlermeldung. Das Problem scheinen alle zu haben. Ich nutze den DefaultStyle von vBulletin.

Stoebi
09-21-2006, 07:27 AM
German Short Description:

PM wird mit Anhang versandt. In der angekommenen PM ist dennoch kein Anhang. Ansonsten keine Fehlermeldung. Das Problem scheinen alle zu haben. Ich nutze den DefaultStyle von vBulletin.

Sorry,

i can't reproduce this -> http://spec-f.de/pma/pma.html (Note! I'll delete the contents from this link in 3 days).


Regards, Stoebi

TTG
09-21-2006, 08:01 AM
Worked straight out of the box with no problems .. thanks Stoebi

Clicked install

bashy
09-21-2006, 08:29 AM
I have now added the edit, I now see the manage attachments, it lets me add 1, yet when message sent there is no attachment :(

I have the Super PM installed yet i have disabled the pligun at present for that hack!!!

Hi,

i forgot to include the variable $attachmentoption in the template new_pm.

Sorry :(

Documentation in the first post (archive also) updated.


Regards, Stoebi


Edit:
Thank you Paul M :)

Snake
09-21-2006, 08:34 AM
Lovely! I was looking for this and now here it is. Thanks! :D

Stoebi
09-21-2006, 09:41 AM
I have now added the edit, I now see the manage attachments, it lets me add 1, yet when message sent there is no attachment :(

I have the Super PM installed yet i have disabled the pligun at present for that hack!!!

It works fantastic with your style.

@all
Take a look at this demonstration -> http://spec-f.de/pma2/pma2.html <- please.
(Note! I'll delete the contents from this link in 3 days).


Regards, Stoebi

bashy
09-21-2006, 10:14 AM
Yep seen it all, I dont know what can be stopping it from working at my end, I have disabled to Super PM hack.......Oh well, there must be sommat else conflicting.....I got too many hacks to try to figure this 1 out lol

Thanks anyway!!

redlabour
09-21-2006, 10:46 AM
Sorry,

i can't reproduce this -> http://spec-f.de/pma/pma.html (Note! I'll delete the contents from this link in 3 days).


Regards, Stoebi

Did you try a fresh Install or only a Upgrade ? I have deinstalled the 3.5 Hack before installed yours.

I think you have coded a Permission Error. There was no Recaching at Usergroups if i entered them after Installing.

Lionel
09-21-2006, 11:44 AM
Clear instructions. Work very well on 3.60. Thank you.

Stoebi
09-21-2006, 11:45 AM
Yep seen it all, I dont know what can be stopping it from working at my end, I have disabled to Super PM hack.......Oh well, there must be sommat else conflicting.....I got too many hacks to try to figure this 1 out lol

Thanks anyway!!

It works for me with SuperPM installed, too. BTW., do you have really 3.6.x of vBulletin installed, because SuperPM (at the moment, hehe) is not working with vBulletin 3.6.x?


Regards, Stoebi

redlabour
09-21-2006, 12:01 PM
Tested complete Installation again at 3.6.1 - no Attachments at all. Standard Style. No Super-PM.

Visiting the Usergroups does not bring the Bitfield Screen up.

Hoffi
09-21-2006, 03:38 PM
Works like a charm. Thanks Stoebi.

red, just read the instructions and do the steps detailed.

Stoebi
09-21-2006, 04:42 PM
Hi

Documentation updated for users which installed private attachments for 3.5.0 RC before:

Note!

For users have installed 3.5.0 RC2 version. Before import, delete the following plugins:
AdminCP -> Plugins & Produkte -> Plugin Manager

1. private attachments - can view the attachment attachment_start
2. private attachments - get & show attachments postbit_display_start
3. private attachments - get posthash and allow attachments private_newpm_start
4. private attachments - update attachment info private_insertpm_complete

Regards, Stoebi

redlabour
09-21-2006, 04:51 PM
@Stoebi - still does not work. And of course i have deleted the old PlugIns.


red, just read the instructions and do the steps detailed.

:rolleyes: Sure - and whatabout all the others with the same Problem in this Thread ? ;)

It is not working at the most of the People.

Andreas from vbhacks-germany.de is now getting a PM for AdminCP Access. I will report.

oberheimhaven
09-21-2006, 06:10 PM
I Installed New, And does not work, step by step and still will not work thanks for the heads up e mail tho!!
This would be nice tho if we coculd get her to work!!! any suggestions I will retry again
MarkAnthony
Musiciansquarters.com

Kuimera
09-21-2006, 07:41 PM
I was having problems too im the first package but when Stoebi updated it adding the frase: $attachmentoption to the template pm_newpm, the box now shows and averything works fine now, you sure you guys updated?

oberheimhaven
09-21-2006, 07:43 PM
Done cliked Install 3.6

beautiful Hack Sorry for being a jerk<<
Send PPalwill donate!!
thxs again
MarkAnthony

oberheimhaven
09-21-2006, 07:48 PM
Ok messege taken bro. Sorry about that let me see if this works..

Ok mates works like a charm to the writer of this hack plz e mail ur paypal I will donate to the cause for all your trouble My boards needed this thanks again Im sorry I was rude and dissing ya bad day<<< But sure I will donate!!!And put my money where my mouth shouldnt of been!!
Thxs again great hack!!
Sinerely,
MarkAnthony

Kuimera
09-21-2006, 07:50 PM
well hey man instead of braggin why dont u help the others bro?

"braggin"? I just told what happend for me and how it was fixed for me.. if thats "braggin" to you... No comment.

redlabour
09-21-2006, 08:19 PM
After Andreas (vbhacks-germany) checks my AdminCP again he still found 4 PlugIns from the old Hack. I am very sure that i have deleted them but thats what it was.

Anyway - it runs. For the ones where it is still not running :

Check the PlugIns again for old Codeparts.

oberheimhaven
09-21-2006, 08:52 PM
"braggin"? I just told what happend for me and how it was fixed for me.. if thats "braggin" to you... No comment.


It works alls i was tryin to state yippie great hack blah blah

while others had problems nevermind she works we are all happy now!!
And donating to the cause!!

Comment MADE!!!

oberheimhaven
09-21-2006, 08:54 PM
Works like a charm. Thanks Stoebi.

red, just read the instructions and do the steps detailed.


it now works after update!!! Thxs
;-)
MarkAnthony

Shazz
09-21-2006, 09:37 PM
Finally it worked!! Took me a while..

Kuimera
09-21-2006, 11:45 PM
Finally it worked!! Took me a while..

But is worth it :)

hotwheels
09-22-2006, 12:05 AM
I read the post and see most of you have gotten it working, here is where the manage attachement's button is in my pm system.

Keyser S?ze
09-22-2006, 12:55 AM
i followed this guide step by step, and ive gone over it again tice now i didnt miss anything, yet in my forum the attachment thing does not show up in additional options, very strange, i checked and it is turned on for all usergroups

hotwheels
09-22-2006, 12:58 AM
did you make sure it was set to yes in your admincp panel inside usergroups?

Shazz
09-22-2006, 01:14 AM
If you need help on it showing up there are alot of things you can do and need to try all of them to make them refresh.

Keyser S?ze
09-22-2006, 01:16 AM
yes sir i sure did

Gripemaster
09-22-2006, 02:30 AM
Stoebi, thanks very much for the help. Much appreciated. Works like a charm now. *INSTALLED* :)

Shazz
09-22-2006, 02:44 AM
yes sir i sure did
Do you have a instant messenger?

Keyser S?ze
09-22-2006, 02:47 AM
yes i use AIM, i have anyone not on my list blocked so ud need to send me ur user name so i can add it

got too many trolls and jackels that would jump on me ;p

Shazz
09-22-2006, 02:52 AM
yes i use AIM, i have anyone not on my list blocked so ud need to send me ur user name so i can add it

got too many trolls and jackels that would jump on me ;p
Errm Add me... Its in my user profile

Stoebi
09-22-2006, 03:34 AM
Problems?

Send me a pm with a full admin access (Style Manager, Product/Plugin Manager, Attachment Manager, Scheduled Manager) and your site name. If you problems to copy files to your server, create a FTP account, too. Create a new Admin/FTP account, so you can fast delete the accounts after my visit.

Finished words - please have patience. ;-)

Regards, Stoebi

Spenser
09-22-2006, 08:12 AM
Mal auf deutsch:
das Ding läuft nicht.
Ich kriege keine Buttons für die Hinzufügung des Attachments bei den PM.

Paul M
09-22-2006, 08:18 AM
Please use English.

Spenser
09-22-2006, 08:25 AM
Anyway, the Hack doesn't work.
There is no box with attachment options when creating a new pm.
I use the style that comes with vb and double-checked the installation.

Spenser
09-22-2006, 08:27 AM
Anyway, the Hack doesn't work.
There is no box with attachment options when creating a new pm.
I use the style that comes with vb and double-checked the installation.
Strange.

After lots of reloads there is finally the box.

Now it works.
I changed nothing... :dead:

redlabour
09-22-2006, 05:00 PM
Small Bug :

German Error Discription (http://www.vbhacks-germany.com/forum/showthread.php?p=43299#post43299)

After a new Member is klicking on the Activationlink at E-Mail he get?s a Error Code with this Hack :

Fatal error: Call to a member function on a non-object in /poltbofu/www.politikstube.de/forum/includes/class_dm_user.php(2396) : eval()'d code on line 1

After Refreshing the Window he is allready activated so this is only a cosmetically Problem. Hoping for a Update.

This only happens if you send a automatically PM to new Users.

It looks like PlugIn : private attachments - update attachment info causes this Error.

Keyser S?ze
09-22-2006, 07:25 PM
Errm Add me... Its in my user profile

i have you added on AIM and yahoo, so whenever you got the time

trackpads
09-23-2006, 12:25 AM
Installed! Thanks!

Stoebi
09-23-2006, 02:15 AM
Hello, good morning

Thank your Redlabour, i'll look into it.


Regards, Stoebi


Small Bug :

German Error Discription (http://www.vbhacks-germany.com/forum/showthread.php?p=43299#post43299)

After a new Member is klicking on the Activationlink at E-Mail he get?s a Error Code with this Hack :



After Refreshing the Window he is allready activated so this is only a cosmetically Problem. Hoping for a Update.

This only happens if you send a automatically PM to new Users.

It looks like PlugIn : private attachments - update attachment info causes this Error.

Shazz
09-23-2006, 02:48 AM
i have you added on AIM and yahoo, so whenever you got the time
*cough

*(Another case of shazz taking care of buisness)

Stoebi
09-23-2006, 06:23 AM
Hi,

new update available:

Update - 23-09-2006

* Fix with new registered user and welcome pm (Thx to Redlabour)
* Attachment (AJAX) now included in newpost_attachment template

Import and overwrite the new 1.53 file if you 1.52 installed before

Regards, Stoebi

redlabour
09-23-2006, 06:32 AM
Hi,

new update available:

Update - 23-09-2006

* Fix with new registered user and welcome pm (Thx to Redlabour)
* Attachment (AJAX) now included in newpost_attachment template

Import and overwrite the new 1.53 file if you 1.52 installed before



Regards, Stoebi

Everything works fine now. I have to thank you ! ;)

Muellmann
09-23-2006, 12:51 PM
I uninstalled this Hack from yesterday again. if i setup this hack my users cannot register, because it's like the older incompatible with the Welcome-PM!

I hope on a bugfix, because its a good Hack and I would like to use it

Stoebi
09-23-2006, 12:59 PM
I uninstalled this Hack from yesterday again. if i setup this hack my users cannot register, because it's like the older incompatible with the Welcome-PM!

I hope on a bugfix, because its a good Hack and I would like to use it

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

1. private attachments - can view the attachment attachment_start
2. private attachments - get & show attachments postbit_display_start
3. private attachments - get posthash and allow attachments private_newpm_start
4. private attachments - update attachment info private_insertpm_complete


AdminCP -> Scheduled Tasks -> Scheduled Task Manager:
Search for Private Attachments Cleanup
Delete Private Attachments Cleanup

.
.
.

Hi,

new update available:

Update - 23-09-2006

* Fix with new registered user and welcome pm (Thx to Redlabour)
* Attachment (AJAX) now included in newpost_attachment template

Import and overwrite the new 1.53 file if you 1.52 installed before

;-)


Regards, Stoebi

redlabour
09-23-2006, 01:21 PM
I uninstalled this Hack from yesterday again. if i setup this hack my users cannot register, because it's like the older incompatible with the Welcome-PM!

No it works after the Update.

And by the Way - they can register. Just let them make a Browser refresh if you have the old Error.

Shazz
09-23-2006, 02:15 PM
Updated*

Shazz
09-23-2006, 02:23 PM
Hi,

new update available:

Update - 23-09-2006

* Fix with new registered user and welcome pm (Thx to Redlabour)
* Attachment (AJAX) now included in newpost_attachment template

Import and overwrite the new 1.53 file if you 1.52 installed before



Regards, Stoebi
Thats it? Just one file import..

RiverEngineer
09-23-2006, 03:21 PM
Update - 23-09-2006

* Fix with new registered user and welcome pm (Thx to Redlabour)
* Attachment (AJAX) now included in newpost_attachment template


Import and overwrite the new 1.53 file if you 1.52 installed before

I see no instructions as to an edit to the template "newpost_attachment", so I assume this is handled in the XML file?? I still cannot get this to work, but will keep uninstalling, deleting and trying again. I always work on the Default template before moving on to others, so it must be on my end.

Thank you for your efforts.

Shazz
09-23-2006, 03:33 PM
I see no instructions as to an edit to the template "newpost_attachment", so I assume this is handled in the XML file?? I still cannot get this to work, but will keep uninstalling, deleting and trying again. I always work on the Default template before moving on to others, so it must be on my end.

Thank you for your efforts.
You can't get this to work. As in , its not installing right. Or is it just not showing up

RiverEngineer
09-23-2006, 03:48 PM
You can't get this to work. As in , its not installing right. Or is it just not showing up

I'm sorry, I did not indicate that. Installation is fine, edits are all in place and files are uploaded to Cron and XML. The Product has been imported and the Phrase file has been successfully merged.

I never get the "Manage Attachments" button in the New PM window.

All the lines appear in the "AdminCP -> Plugins & Product -> Plugin Manager" window and the activation buttons appear in the Usergroup Manager > "usergroup" section and are checked Yes in the Administrator group that I would use as the test before implementing site wide.

I just tried to add the edits into a style that has never been modified, with the same result of no "Manage Attachments" button appearing.

Thank you, as you can see by my being a "one poster" I usually can figure out all of this on my own by reading and doing the research first. This one has me stumped by something very simple I am overlooking.

da_judge
09-23-2006, 08:31 PM
I have VB version 3.5.4....
I have problem... all of sudden every 1 from Mod down cant send attachments...

Can i use this new version on 3.5.4.... or is there an easy fix for my problem....

Cheers

Shazz
09-23-2006, 10:06 PM
I have VB version 3.5.4....
I have problem... all of sudden every 1 from Mod down cant send attachments...

Can i use this new version on 3.5.4.... or is there an easy fix for my problem....

Cheers
There is already a version for this on the 3.5.4

EasyTarget
09-26-2006, 07:12 PM
Is there a way to disable this for all usergroups/users by default? Every single user has the permissions set to yes, even after I change their usergroup settings. Does this mean that I have to edit each user 1 by 1 in order to disable their permission?

Shazz
09-26-2006, 08:31 PM
Is there a way to disable this for all usergroups/users by default? Every single user has the permissions set to yes, even after I change their usergroup settings. Does this mean that I have to edit each user 1 by 1 in order to disable their permission?
That would be a pain, There might me a switch in the XML file to switch that option...

Stoebi
09-27-2006, 06:24 AM
Is there a way to disable this for all usergroups/users by default? Every single user has the permissions set to yes, even after I change their usergroup settings. Does this mean that I have to edit each user 1 by 1 in order to disable their permission?

Hi,

yes (single user) only in conjunction with the usergroup options.


Regards, Stoebi

deckardt
09-28-2006, 08:52 AM
Hi,

Short question, if we install this mod and run the impex importer afterwards will that work or is impex not supported?

Thanks in advance!

EasyTarget
09-28-2006, 10:00 AM
Hi,

yes (single user) only in conjunction with the usergroup options.


Regards, Stoebiyes I do have to edit every single user 1 by 1 if I don't want them to have access?

Stoebi
09-28-2006, 10:30 AM
yes I do have to edit every single user 1 by 1 if I don't want them to have access?

It's not needed. If you set the options to upload/download PM attachments in the usergroup for registered user to No, all users in this usergroup can't upload/download PM attachments.


Regards, Stoebi

EasyTarget
09-29-2006, 07:05 AM
ok, so if I set the usergroup permissions to No but their user permissions say yes then it won't allow them to send attachments?

doesn't vbulletin usually work the other way around, where user permissions override group permissions?

vasu_alla007
10-08-2006, 12:03 PM
damn did everything and still it wont work at all! til date ive got al the hacks perfectly workng in here! except this one dont know if its really working for those who said its working

MusicMan
10-10-2006, 04:25 AM
This hack was useless to me. It never worked right and for the right usergroups and someone alerted me to a fatal error in the registration process which would display this after a registration was complete....

Fatal error: Call to a member function clean_gpc() on a non-object in /home/keepmusi/public_html/includes/class_dm_user.php(2396) : eval()'d code on line 1

The registration somehow did complete, but that page leads the new signup into believing that it didn't, and at the very least gave the impression that my site is broken and too confusing to try and figure out what to do next. I absolutely advise everyone not to even bother with this! Had that bug report not have come (it came from another vb admin I know so she knows to look out for such things), my site could have suffered in a major way. Avoid this like the plague.

Stoebi
10-10-2006, 07:15 AM
Fixed in 1.53

Regards, Stoebi
This hack was useless to me. It never worked right and for the right usergroups and someone alerted me to a fatal error in the registration process which would display this after a registration was complete....



The registration somehow did complete, but that page leads the new signup into believing that it didn't, and at the very least gave the impression that my site is broken and too confusing to try and figure out what to do next. I absolutely advise everyone not to even bother with this! Had that bug report not have come (it came from another vb admin I know so she knows to look out for such things), my site could have suffered in a major way. Avoid this like the plague.

Lionel
10-10-2006, 07:29 AM
hummmm am I missing something here? Was there a problem? This hack worked for me on 3.60 since day 1.

Muellmann
10-17-2006, 09:21 PM
i experienced a strange thing: as i installed this hack, registered users were not more able to edit them own attachments after they already have posted a new thread with pictures for example.

if a user posted a thread with a picture and wanted to add after one day to his posted thread a second picture he received the
"no permission"-screen.

if i switch off the hack, the user can upload the attachment without a problem.
if the hack is turned on again, the permission is again denied for the user who wants simply to edit his own thread with his attachments (add, delete attachment).

is there a fix? has anyone the same problem?
maybe it's connected with thread-id "-1" in this hack?
must i change the thread-id in the product in this case (and where)?

Edit: the fix works thanx Stoebi - now again installed ;)

Shazz
10-17-2006, 09:55 PM
i experienced a strange thing: as i installed this hack, registered users were not more able to edit them own attachments after they already have posted a new thread with pictures for example.

if a user posted a thread with a picture and wanted to add after one day to his posted thread a second picture he received the
"no permission"-screen.

if i switch off the hack, the user can upload the attachment without a problem.
if the hack is turned on again, the permission is again denied for the user who wants simply to edit his own thread with his attachments (add, delete attachment).

is there a fix? has anyone the same problem?
maybe it's connected with thread-id "-1" in this hack?
must i change the thread-id in the product in this case (and where)?

i uninstalled again, sorry but this made me many troubles https://vborg.vbsupport.ru/external/2011/01/20.gif

This just popped up as a problem for me after testing it :)
Don't know what it could be..

*had to remove this as well

Stoebi
10-18-2006, 01:21 AM
This just popped up as a problem for me after testing it :)
Don't know what it could be..

*had to remove this as well

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

Shazz
10-18-2006, 01:25 AM
Thanx Will try it out :)

Revpolar
10-18-2006, 04:35 AM
Guys try this simple thing before you all get upset and say it doesnt work.
Go to your usergroup manager and set both options for PM attachments to no save and go back and set it to yes again and save.
After that it should work. I think you only need to do it for one usergroup to update all but you might want to do all to be on the safe side.

350Chevy
10-25-2006, 10:19 PM
I have now added the edit, I now see the manage attachments, it lets me add 1, yet when message sent there is no attachment :(



I've a bit of the same problem. I'm not a n00b when it comes to hack installation. I've gone over this one 3-4 times now uninstalling and reinstalling following every last detail. I have the manage attachments box and am able to attach just fine. But when I send the message there is no attachment and no attachment paperclip? It's like it's there but the message is blank.

Running vB 3.6.2

Top Nurse
11-16-2006, 06:05 AM
Just installed this and it works perfectly in 3.6.2 exactly as described.:D However, the last few sentences of the instructions were a bit cryptic, but I was able to get to the right place after thinking about it for a minute or so. ;)

Thanks for this fantastic bit of programming wizardy. We have a small private forum where sometimes it is advantageous to have this capability and now we got it. Do you have a PayPal account I can drop a few $$ into?

Stoebi
11-16-2006, 07:37 AM
Just installed this and it works perfectly in 3.6.2 exactly as described.:D However, the last few sentences of the instructions were a bit cryptic, but I was able to get to the right place after thinking about it for a minute or so. ;)

Thanks for this fantastic bit of programming wizardy. We have a small private forum where sometimes it is advantageous to have this capability and now we got it. Do you have a PayPal account I can drop a few $$ into?

Hello,

thank you very much for your feedback. Sorry for the cryptic part, i need more english training.

PayPal? Yes, i have. Thank you very much.
schulz(at)gmx(dot)com


Regards, Stoebi

Scooby Doo
11-16-2006, 11:42 AM
Thanks! Very good! :)

Simms
11-26-2006, 02:17 PM
I just installed this, and for what it's worth, I was having the same problem initially -- no box to add attachments, even after double- and triple-checking the installation.

I then posted a new thread with an attachment, just to make sure the basic functionality was still intact, and after seeing that work, the box suddenly appeared when sending a PM. So it's working fine now. :)

I don't know enough about coding php to say there's a cause-and-effect relationship between posting the thread attachment and the subsequent appearance of the PM hack, but I'm just sayin'....

This is in 3.6.4, btw.

qqb825
12-05-2006, 02:26 PM
i just installed this on 3.6.0 and no problems so far. :D

i've been waiting for this hack FOR YEARS. thank you very much! :D




first post here at vbulletin.org!

yoyoyoyo
12-07-2006, 02:55 AM
where can I get version 1.5.5? I did a version check and it came up as having been updated, yet I don't see any new version available

hotwheels
12-08-2006, 04:39 PM
I am running this mod on my site and last nite a user found something really wierd and when i disabled this mod, it fixed the problem...

anyways, can someone who is running this check and see if you run into the same problem?

Log in as a regular user, not an admin or a mod.......then start a thread, just call it test thread, then save it......when the page refresh's, click edit, then click edit again and try to upload an image and see what happen's. My user's were getting "you don't have permission" messages. Once i disable the product and went back to the post, i was able to submit an image via editing.......

Please let me know what happen's with yours.......hotwheels

Stoebi
12-08-2006, 08:57 PM
Hi

@Hotweels, @all
Please use this fix from here: #102 (https://vborg.vbsupport.ru/showpost.php?p=1099272&postcount=102)

1.54 included this fix #102 only
1.55 comes with included template edits using the Template Modification System (at the moment not public here (beta)).


Regards, Stoebi

hotwheels
12-08-2006, 10:45 PM
thanks alot............hotwheels

SpArKs85
12-16-2006, 02:24 AM
Guys try this simple thing before you all get upset and say it doesnt work.
Go to your usergroup manager and set both options for PM attachments to no save and go back and set it to yes again and save.
After that it should work. I think you only need to do it for one usergroup to update all but you might want to do all to be on the safe side.

Yep. Working now, thanks

SpArKs85
12-16-2006, 02:29 AM
Hmmm....

Just tested it and when you click upload:

"Invalid Post specified. If you followed a valid link, please notify the administrator"

Any clues?

Edit: Works with one skin but not the other, sorry

hotwheels
12-16-2006, 02:51 AM
sparks, see what happen's with this update. (update.)

ChurchMedia
01-12-2007, 10:36 AM
Hi,

Since I installed this I'm able to attach files and all of that seems to be working fine, but on a new PM I'm not getting a pmid assigned -- so I can't send new PMs. Any ideas? On a reply I get a pmid number -- just not on a new PM -- and it was working before.

Thanks for your help and the cool hack.

Snake
01-12-2007, 10:52 AM
Just wondering if this is gonna work on 3.6.4 just fine...

rubberdemon
01-22-2007, 08:57 PM
I just installed it on 3.6.4 and it works fine, though I had to do what Revpolar suggested above before the option showed up in the PM page. Go to your usergroup manager and set both options for PM attachments to no save and go back and set it to yes again and save.

However, people have told me that their archived private messages that had attachments on them have now lost their attachments. Anyone have any suggestions?

bada_bing
01-23-2007, 12:28 AM
I just installed this, and for what it's worth, I was having the same problem initially -- no box to add attachments, even after double- and triple-checking the installation.

I then posted a new thread with an attachment, just to make sure the basic functionality was still intact, and after seeing that work, the box suddenly appeared when sending a PM. So it's working fine now. :)

I don't know enough about coding php to say there's a cause-and-effect relationship between posting the thread attachment and the subsequent appearance of the PM hack, but I'm just sayin'....

This is in 3.6.4, btw.

I dont see this feature in 3.6.4 ? Where do you see this?

TheFrienzNet
01-25-2007, 09:48 PM
That mod is more than awesome, just what I need. Thank you.

nymyth
01-29-2007, 03:57 PM
can this be done to the SEND EMAIL TO USERS section.....i really need it for flyers we send out for our events......

Peace

fsw
01-31-2007, 03:59 PM
After Andreas (vbhacks-germany) checks my AdminCP again he still found 4 PlugIns from the old Hack. I am very sure that i have deleted them but thats what it was.

Anyway - it runs. For the ones where it is still not running :

Check the PlugIns again for old Codeparts.

Thanks - had the same odd issue

ERuiz
02-04-2007, 01:10 AM
Installed on 3.6.4 and it's working perfectly! In order for the attachment button to appear on the new PM screen, I had to go to the AdminCP and set all usergroups to NO for receiving and uploading PM attachments and save it. Then do the same for each usergroup but changing it all to YES.

After that, everything worked perfectly! :up:

osso12
02-05-2007, 11:18 PM
Guys try this simple thing before you all get upset and say it doesnt work.
Go to your usergroup manager and set both options for PM attachments to no save and go back and set it to yes again and save.
After that it should work. I think you only need to do it for one usergroup to update all but you might want to do all to be on the safe side.

Well this finally got to working..after reading nineteen upteen million posts on the subject..
shame all of us had to read all the threads to figgure out how to make it work.
Then if that be the case, default settings should be "off" instead of on, requiring them to be turned on. :eek:

FireFish
02-06-2007, 05:04 PM
I've experienced the same issues after install; no Attachments snippet in new PM screen.

The trick: Edit each user group, set their Attachments in PM permission to NO, save, then set it back to YES.

It seems the XML doesn't add values to the permission field for the usergroups & the YES is only displayed, not stored in DB.

Deimos
02-11-2007, 09:58 AM
Question

I've got it turned on in the "Registered members" usergroup, but every registered member i've looked up, has it turned off in their individual settings, so they can't use it unless I manually change them all to yes
I tried turning it off at the usergroup level, saving, turning it on, resaving, but it hasn't worked?
Any suggestions?

Florian Bernd
02-18-2007, 01:45 PM
Hi, fist sorry about my bad englisch ..

i've installed the hack with the installation manual ..

now it seems the $attachmentoption variable is emty ..

FireFish
02-18-2007, 01:57 PM
Hi, fist sorry about my bad englisch ..

i've installed the hack with the installation manual ..

now it seems the $attachmentoption variable is emty ..
Exactly. That's why you need to switch it off then on.

Florian Bernd
02-18-2007, 08:49 PM
Ah thank you very mutch .. it's working now!

Florian Bernd
02-20-2007, 06:56 PM
Hey .. there is a bug in the cron job script ..

i've send a pn with attachment to an user .. we have both deleted the mail .. but wehn im starting the cron script, the attachment is still avialible in the database ..

rjmjr69
02-24-2007, 09:52 AM
Does this add any queries?

SirFlash
02-24-2007, 04:23 PM
I got this working in my vb 3.6.4

I had to edit the language file, phrases_en_pma_160906.xml to say 3.6.4 instead of 3.6.1, however there were no noticeable conflicts afterwards, everything works great.

Thank you - very useful mod!

Chadi
03-05-2007, 09:19 PM
Not sure which is causing a conflict, but this hack I've installed
https://vborg.vbsupport.ru/showthread.php?t=139167

Now, when I click the thumbnail picture attachment in the pm, it shows "loading" and nothing happens. Any fix or work around for this?

criscokid
03-09-2007, 10:22 AM
It it possible to restrict what document types can be attached? What would happen if someone added an attachment that has a virus to a PM?

voter
03-22-2007, 10:26 AM
I have 3.6.4.

After install, all buttons and Permissions are working.

Who have a Permission to download, he gets the possibility and could sent and receive the PMs with Attachments.

BUT

When one tryies to look the Attachment in received or sent PMs, as ordinary user one gets
Invalid Attachment specified. If you followed a valid link, please notify the administrator

And Admins getting
you do not have permission to access this page.

Do any one of who were success with this hack, use Attachment Storage Type - File System?

I think this hack works only with Attachment Storage Type - Database....

voter
03-22-2007, 10:28 AM
Why usergroups

Unregistered / Not Logged In

Users Awaiting Email Confirmation

and

(COPPA)

didn't get heading PM Attachments Permissions in user group setting?

Muss dass so sein?

voter
03-22-2007, 10:36 AM
I have 3.6.4.

After install, all buttons and Permissions are working.

Who have a Permission to download, he gets the possibility and could sent and receive the PMs with Attachments.

BUT

When one tryies to look the Attachment in received or sent PMs, as ordinary user one gets


And Admins getting


Do any one of who were success with this hack, use Attachment Storage Type - File System?

I think this hack works only with Attachment Storage Type - Database....

I got it :( it conflicts with hack "Attached Image Watermarking" (https://vborg.vbsupport.ru/showthread.php?t=141883)

Riku Yuizaki
03-27-2007, 02:37 AM
Nice hack, got it to work!

One thing though, are random users blocked when they randomly type in an attachementid in the URL for a PM attachment that they aren't supposed to be able to view?

Quantnet
03-27-2007, 07:23 AM
I have a problem and after searching around, there is a fix....

When someone attach a file in his post, not in PM, then he later goes back to his post and edit the post, if he try to add/delete the last file attachment, it will show a message saying he does not have permission to do this.

https://vborg.vbsupport.ru/showpost.php?p=1099272&postcount=102

Hope it helps for people who has the same problem

Necrosaro420
05-11-2007, 12:53 AM
im using 3.6.4 and doesnt seem to be working for me =( Not even an option comes up to attach

Necrosaro420
05-11-2007, 01:02 AM
how can I change the file size limit??? Thanks!

PlymWS
05-21-2007, 01:13 PM
Nope. Installed 3 times on a clean 3.6.6 install and can't get this working. Tried all the tricks everyone else has mentioned but still nothing.

Uninstalling.

Eccentricity
07-03-2007, 12:42 AM
same here on 3.6.7.... It doesn't work

Eccentricity
07-03-2007, 12:44 AM
I admit I'm a little ticked at vBulletin for not including something so obviously needed into their core release. I know of free forum packages that allow attachments in PM. This is crazy.

Eccentricity
07-03-2007, 02:46 AM
I got this working by uninstalling the product and then reinstalling it. Odd. Now it works fine.

Crashh
07-17-2007, 06:03 AM
Hello! I found bug of this hack:

U can read it here: http://www.vbulletin.com/forum/showthread.php?t=236776

Who have same troubles? How to fix it?

Poppet
07-18-2007, 08:18 AM
I get this error message when I try to install the languages xml :(

This file was created using a different version of vBulletin from the one you are running.

Your version: 3.6.7
File version: 3.6.1


Any ideas please?

Tralala
08-14-2007, 08:14 AM
I get this error message when I try to install the languages xml :(


Any ideas please?


You could do what SirFlash did here: https://vborg.vbsupport.ru/showpost.php?p=1189797&postcount=134

(in your case, change it to say to say 3.6.7 instead of 3.6.1)



Me, I just checked the box for "Ignore Language Version" and it installed fine!

Great hack!

FCS-Webmaster
08-19-2007, 10:27 PM
Guys try this simple thing before you all get upset and say it doesnt work.
Go to your usergroup manager and set both options for PM attachments to no save and go back and set it to yes again and save.
After that it should work. I think you only need to do it for one usergroup to update all but you might want to do all to be on the safe side.

Men I got crazey of that problem...until your hint!
Now it works really great!!!!
:up:

T_Richardson
09-12-2007, 06:35 PM
I installed this hack and noticed nothing. I spent the previous 2 hours trying to find a solution, read all the posts and tried they're solutions with no success.

I'll leave it installed for a few days, if nothing changes, it will be an uninstall.

JadedSouls
09-19-2007, 10:41 PM
Now that I finally got it to work, I'm pleased as punch!

thank you!

franzis
09-22-2007, 01:13 PM
hello,

i also have the problem that there's no thumbnail in a pm..
i and users can attach files but they aren't available in an incoming pm.

sometimes there'a link in the pm instead of the thumbnail, (like in the screen after) but also the link doesn't work.. a "http://... /attachmentid=.. is defect" message is coming..

i tried to give the permission new, each usergroup, ans also re-installed the addon.. but it's always the same...

anyone an idea??

LG Franzis

adivor
09-22-2007, 09:39 PM
This product work on 3.6.8 ? i hade followed this guide step by step but don't work :-(

Scooterpig
09-23-2007, 03:19 AM
EDIT - sorted out sorry..:)

JadedSouls
09-23-2007, 05:58 PM
hello,

i also have the problem that there's no thumbnail in a pm..
i and users can attach files but they aren't available in an incoming pm.

sometimes there'a link in the pm instead of the thumbnail, (like in the screen after) but also the link doesn't work.. a "http://... /attachmentid=.. is defect" message is coming..

i tried to give the permission new, each usergroup, ans also re-installed the addon.. but it's always the same...

anyone an idea??


LG Franzis
I'm having the same problem as you - tried all the tricks posted here thus far and uninstall and re-installed it to..

I wanted it to work so bad too!

KURTZ
09-24-2007, 12:13 AM
runs on 3.6.8?

Delphiprogrammi
10-24-2007, 07:38 AM
this works fine on vBulletin 3.6.8 PL1 just follow the provided instructions carefully and when you import the english phrases select to ignore the file version it's safe todo

J3rico
11-05-2007, 10:21 PM
hi, by me don't work with vBulletin 3.6.8 PL2

slednutz.com
11-06-2007, 03:57 PM
OK, I have VB 3.6.8 PL1 installed, I can't get this to completely work.

I have the "manage attachments" option on the bottom of PMs, but there is no paperclip showing up on the top.

I can attach pictures but when they are received there is nothing attached.

I've uninstalled, reinstalled, checked everything as well turning rights on/off.

Any ideas?

slednutz.com
11-08-2007, 06:02 PM
I see Stoebi has been on recently... is he helping with this MOD anymore?

eJunkie
11-15-2007, 09:56 AM
How can I see the attachments from other users?
A statistic as the normaly attachments stats would be great!

The administrator should have the permission to view, download oder delete the attachments.

Fabikus
11-22-2007, 08:21 AM
How can I see the attachments from other users?
A statistic as the normaly attachments stats would be great!

The administrator should have the permission to view, download oder delete the attachments.

I quote that!

Keyser S?ze
11-24-2007, 10:18 PM
OK, I have VB 3.6.8 PL1 installed, I can't get this to completely work.

I have the "manage attachments" option on the bottom of PMs, but there is no paperclip showing up on the top.

I can attach pictures but when they are received there is nothing attached.

I've uninstalled, reinstalled, checked everything as well turning rights on/off.

Any ideas?

well, i cant help but just letting u know i have 3.6.8 ps2 and works fine, sounds like ur template isnt done right

one p[roblem i do have tho whenever i get an attachment it shows 2 images, does not show 2 attachments tho in the PM

RedGTiVR6
12-13-2007, 08:54 PM
OK, I have VB 3.6.8 PL1 installed, I can't get this to completely work.

I have the "manage attachments" option on the bottom of PMs, but there is no paperclip showing up on the top.

I can attach pictures but when they are received there is nothing attached.

I've uninstalled, reinstalled, checked everything as well turning rights on/off.

Any ideas?


I am having a similar problem. I think it might have to do with the fact that I have the Show PM Postbit rewrite (https://vborg.vbsupport.ru/showthread.php?t=148505) mod installed.

Has anyone figured this out?

Merrillizer
12-14-2007, 10:49 PM
I tried it on 3.6.8 PL2 for the hell of it. Finally did the NO to YES thing, and the Attach Files box finally appeared when sending a PM. Now I can attach a file and send it, but there is no pic thumbnail in the PM when it is received. Pain in the ass. Uninstalled until someone can help.

RedGTiVR6
12-19-2007, 12:25 PM
I just noticed a bug with this mod....granted I didn't get it working 100% but I don't think it matters.

As soon as I installed this mod, my users complained that they were no longer able to edit their attachments in threads. They were presented with a no permissions page.

I uninstalled the mod and now the users can edit their attachments.

fyi.

Fabikus
12-19-2007, 02:49 PM
I just noticed a bug with this mod....granted I didn't get it working 100% but I don't think it matters.

As soon as I installed this mod, my users complained that they were no longer able to edit their attachments in threads. They were presented with a no permissions page.

I uninstalled the mod and now the users can edit their attachments.

fyi.

I had this trouble too. I uninstalled this mod for this reason (and also because it's impossible to see private attachments in Admin Cpanel). I hope author will update this mod soon...

Fabikus
12-19-2007, 04:12 PM
It's located under ACP => Usergroups At that time after installing I had some problems to find this option. It's up what other Modifications you have installed. By which I mean: This option is below my PhotoPlog Permissions. Know what I mean? -Mike
Yes, i know that but it's impossible to see attachments files posted in private by users.
This can be important to see if someone upload illegal files and send them to other users.

echo2kk5
12-19-2007, 10:53 PM
Installed on 3.6.8 PL2 without a hitch! very nice and just what I needed. :up:

zetetic
12-21-2007, 01:14 AM
As soon as I installed this mod, my users complained that they were no longer able to edit their attachments in threads. They were presented with a no permissions page.

Confirmed this bug on 3.6.8 PL2.

Lionel
12-21-2007, 01:33 AM
As soon as I installed this mod, my users complained that they were no longer able to edit their attachments in threads. They were presented with a no permissions page.


I had a similar problem caused by vbcredits. Could it be that you also have that installed?

redlabour
01-01-2008, 09:08 AM
Will it work with 3.7 or this Feature included?

ScottMcPollux
01-15-2008, 06:50 PM
I just noticed a bug with this mod....granted I didn't get it working 100% but I don't think it matters.

As soon as I installed this mod, my users complained that they were no longer able to edit their attachments in threads. They were presented with a no permissions page.

I uninstalled the mod and now the users can edit their attachments.

fyi.

Confirmed this bug on 3.6.8 PL2.

+1

same here. editing or deleting regular attachments is not working for unprivileged users on 3.6.8pl2.

Is there a fix?

zendiver
01-19-2008, 04:21 PM
The reason is is that when installed, for some reason it maximizes the attachment storage capacity.

I have tried to figure this one out and have yet to find the solution but I keep trying. In the meantime, any other of you programmers want to give this one a go. It has and will continue to be a very good MOD when it is working properly.

redlabour
01-29-2008, 05:03 PM
Will it work with 3.7 ? Hardly need this ...

DssCrazy
02-01-2008, 12:18 AM
PERFECT mod, did not work of the bat for some reason i was getting, no icon to upload.

So here is what i did went to usergroups and even know it says yes off the bat i click no for both clicked update then click yes for both clicked updat went to my pm and it was their

Great hack buddy works GREAT

Mike-D
02-09-2008, 04:57 PM
Will it work with 3.7 ? Hardly need this ...Andr?,
Peter's (Stoebi) Hacks works (for me) since his release for vB Versions as below...

3.6.1
3.6.5
3.6.8
3.6.8 PL1
3.6.8 PL2
3.7 Beta 1 - Beta 4

without any problems!!! I really have never had a problem. That Hack runs damn strong :up:
So I decided to nominate it for MOTM! Definately well deserved!!! :)

zendiver
02-09-2008, 05:18 PM
You are saying that you DO NOT have any conflicts with uploading attachments? Seems everyone else is having the same issue: Attachments are maxed out....you disable this hack, and everything works again....this happens a fresh install as well as with other hacks.

Cobro
02-09-2008, 06:02 PM
works on my 3.6.8 thx

Mike-D
02-10-2008, 09:27 AM
You are saying that you DO NOT have any conflicts with uploading attachments? Seems everyone else is having the same issue: Attachments are maxed out....you disable this hack, and everything works again....this happens a fresh install as well as with other hacks.You can believe me what I said. Attachments are the most important things in my forum and I've never had any problems with Stoebi's hack. Any weeks ago I wrote a Attachment Search Hack for myself (vB does not have such a function) and too it contains a function to search the Attachments I've send out and also I've no problem with Stoebi's Hack. Also the Attachment IMG Resizer and the Attachment Highslide function works excellent!!!

Maybe I'm someone who never got any problems with that hack. Especially in combination with other special Attachment hacks :)

jim6763nva
02-24-2008, 09:03 AM
Installed this on 3.6.8 and I do not get the attachment management options. Has anyone figured this out?

Thanks,
Jim

Mike-D
02-24-2008, 10:40 AM
Installed this on 3.6.8 and I do not get the attachment management options. Has anyone figured this out? All you have to do is to set the Permissions within the Usergroup Manager. After then you should see that :)

jim6763nva
02-24-2008, 02:26 PM
All you have to do is to set the Permissions within the Usergroup Manager. After then you should see that :)

Both permissions were set to yes on all usergroups by default when I went through each one to check. Could there have been something I missed?

Jim

weedheaven
02-24-2008, 10:42 PM
It isnt working on 3.6.8 pl2
Tryd everything, reverting back and installed again. cant see it

rnixon
03-03-2008, 10:24 PM
Works a treat for me on 3.6.8, many thanks.

echo2kk5
03-04-2008, 11:56 PM
Working great in 3.6.8, will this be upgraded for 3.7?

Lionel
03-05-2008, 05:43 AM
Just so you know. This works perfectly well with 3.70 beta 5 and I have none of the issues described in this post. I did not even have to make any changes in the plugin. Uploaded the product, did the templates changes and that was it.

Mike-D
03-05-2008, 09:19 AM
Just so you know. This works perfectly well with 3.70 beta 5 and I have none of the issues described in this post. I did not even have to make any changes in the plugin. Uploaded the product, did the templates changes and that was it.Exactly what I've written in my post #179, Lionel :)

Lionel
03-05-2008, 01:22 PM
Exactly what I've written in my post #179, Lionel :)

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.

echo2kk5
03-05-2008, 03:38 PM
Great, thanks for that. :)

Boofo
03-15-2008, 12:02 PM
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. ;)

Boofo
03-15-2008, 12:04 PM
Both permissions were set to yes on all usergroups by default when I went through each one to check. Could there have been something I missed?

Jim

Try saving each usergroup without changing anything. that's what I had to do to get it to show up in new pms.

bada_bing
03-17-2008, 11:40 AM
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

Boofo
03-20-2008, 03:50 AM
@ 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?

codershark
03-20-2008, 03:54 AM
At me it dont works on vb 3.7 Beta 6

Lionel
03-20-2008, 04:40 AM
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.

Boofo
03-20-2008, 05:10 AM
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.

Mike-D
03-20-2008, 01:50 PM
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.
@ 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?Not needed to say sorry, Bob. It's ok ;)
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

Boofo
03-20-2008, 02:33 PM
Can we get the xml that you fixed the code in? ;)

Revpolar
04-01-2008, 08:51 PM
Its not the code its the bitfields. All you have to do is set each usergroups permissions to no then back to yes then it will work as advertised. (Yes with 3.7)

Boofo
04-01-2008, 09:29 PM
I don't see how that will fix the not being able to use attachments on the site. That was what was happening with me.

Jase2
04-01-2008, 10:08 PM
Does this work with vB 3.7? If not, I'll see what I can do on my dev board tomorrow.

Regards Jason :)

Boofo
04-01-2008, 10:23 PM
It worked, but it disabled my forums attachments where no one could upload attachments on the forums.

Jase2
04-02-2008, 12:25 PM
Have you got it working, Boofo? I'm going to see what I can do on my dev board, obviously if I get it functioning correctly, I won't be able to release since I don't have the permission.

Boofo
04-02-2008, 12:32 PM
Whoops! Wrong thread. No, I don't have this one working at all.

Fabikus
04-02-2008, 02:40 PM
Are you talking about users that can't delete uploaded public attachments after installed this mod?

Boofo
04-03-2008, 01:03 AM
I'm talking about they can't upload attachments after installing this. It tells them they have no permission to.

Keyser S?ze
04-03-2008, 10:08 AM
did u go iin the admincp, under usergroups and enable permission?

Boofo
04-03-2008, 10:11 AM
Yes, did all that.

Lionel
04-03-2008, 10:45 AM
Boofo, have you tried this (https://vborg.vbsupport.ru/showpost.php?p=1099272&postcount=102) ?

Boofo
04-03-2008, 11:01 AM
No, I never saw that, I will give it a try. Thnak you, sir. ;)

Sworm
04-03-2008, 05:08 PM
this mod don't work on 3.7 RC2 , the att don't showed in PM's .

It is incompatible with any others hacks?

Boofo
04-03-2008, 10:56 PM
You need to set the permissions for it to work.

Lionel
04-03-2008, 11:03 PM
Boofo, you got it to work? Now it's my turn. The thing was working just fine with RC 2, then I installed a bunch of hacks those past 2-3 days, and while verything still working (I looked in database), I no longer display attachments in show_pm :-(

Goodman_2020
04-17-2008, 01:35 AM
i had this hack few days ago with 3.6.8PL2. I had the button, i could upload the files...but nobody was receiving anything/sseeing anything either.
For some reasons, i reinstalled all my forum freshly (recreating it totally....i was in test phrase) but this time with 3.6.9. I followed step by step thez process, but at the begining nothing was showing up, then for no reasons the button for attach files appears. so i clicked on it to try, but i got an error message telling me "Invalid Post specified. If you followed a valid link, please notify the administrator" (im the admin).

Is it working for anything else than 3.6.1? is there any support for the hack? isee people claiming it works with all versions since 3.6.1...why wil lit work for them andd not for ohers (including me)? i have a fresh version with no hack/mod installed

Cobro
04-22-2008, 03:25 AM
dose this work on 3.7.0 And gold when it comes ??

Spenser
04-23-2008, 06:25 PM
Due to security changes in 3.6.10 this Mod doesn't work anymore. Will there be an update?

echo2kk5
04-26-2008, 11:30 PM
Due to security changes in 3.6.10 this Mod doesn't work anymore. Will there be an update?

Works fine for me after upgrading to 3.6.10...had to re-edit the templates but it took only a couple minutes. I'm hoping for this to be carried over to vB 3.7 also.

Spenser
04-27-2008, 11:53 AM
Works fine for me after upgrading to 3.6.10...had to re-edit the templates but it took only a couple minutes. I'm hoping for this to be carried over to vB 3.7 also.
Hmmm...
Sounds strange. Everything seems to work fine here, but the receiver doesn't see the attachment. Can't be a general problem as old attachments can still be accessed.

echo2kk5
04-27-2008, 04:07 PM
Hmmm...
Sounds strange. Everything seems to work fine here, but the receiver doesn't see the attachment. Can't be a general problem as old attachments can still be accessed.
Are the PM Attachment Permissions set correctly in the usergroups settings in your ACP?

echo2kk5
05-02-2008, 05:40 PM
I upgraded to 3.7 gold two days ago and thought I would try this mod...it works perfect! I followed the original instructions and it's flawless...I believe there were a couple rephrased lines when adding the code for the templates, but it's easy to see where it goes by using a partial line of the install instructions.

Keyser S?ze
05-11-2008, 06:24 AM
im using 3.7 gold anf this mod is working just fine

what i did was i reverted the template to bring it up to compliance with 3.7, then reinstalled this mod

csoroner
05-11-2008, 07:55 PM
Just installed on 3.6.9. Very nice work...

Quantnet
05-12-2008, 12:31 PM
How can we get this to work in PM reply. As of right now, the mod only allows you to add attachment when you create new PM. I need a way to attach when reply to PM.

Keyser S?ze
05-13-2008, 05:34 AM
on reply it works fine for me

Cobro
05-13-2008, 06:50 PM
i am using style clear blue and i can`t get it to work could some one try it on clear blue

HansMuenchen
05-23-2008, 09:22 PM
Hello,

is it planned to be updated to 3.7?

Thnx for the answer
Greetings
Hans

Quantnet
05-23-2008, 11:15 PM
it works fine on 3.7

citroenar
06-05-2008, 03:26 PM
Is not work fine in 3.7

If registered user go to edit his post and want to upload attachment get a no permission message.

HansMuenchen
06-05-2008, 05:10 PM
Is not work fine in 3.7

If registered user go to edit his post and want to upload attachment get a no permission message.

Think you don't set the permissions right, like it was standing into the instrution. You must set the permissions of the attachment folder to 777.

Greetings
Hans

citroenar
06-09-2008, 07:00 PM
Think you don't set the permissions right, like it was standing into the instrution. You must set the permissions of the attachment folder to 777.

Greetings
Hans

Before I install this everything was working ok,after they get no permission message.

how do you think users can upload attachments if folder was not set 777?

HansMuenchen
06-09-2008, 07:34 PM
Before I install this everything was working ok,after they get no permission message.

how do you think users can upload attachments if folder was not set 777?

OK I missunderstood it :) Maybe a error message would be nice. Is it a permission message because upload or is it a permision message about no rights? Maybe interesting to fix your problem.

Greetings
hans

citroenar
06-12-2008, 07:36 AM
It is a permision message about no rights (thats happen in post editing,not in PM).when I disable product everything is ok.

Stoebi
06-12-2008, 08:53 PM
<a href="https://vborg.vbsupport.ru/showpost.php?p=1099272&postcount=102" target="_blank">https://vborg.vbsupport.ru/showp...&postcount=102</a>

still working on forward (including attachments).

Eq4bits
07-14-2008, 12:38 AM
just reinstalled after upgrade to 3.7.2, seems to be working with no problems.

klaush
07-14-2008, 08:49 AM
O.k., may be just a hint for you.

I had to update my usergroups for working this stuff without problems.

Thanks for this useful mod.

Xphusion
08-03-2008, 10:23 AM
3.7.2 Patch Level 1 CONFIRMED WORKING HERE:up::up::up::up::up::up::up::up:

bada_bing
08-04-2008, 12:22 PM
Does this hack user user group permissions ?

MissKalunji
09-05-2008, 12:36 AM
got a question....What happens to the file attached after? if someone deletes the Pm is the attachement deleted too?

Lionel
09-05-2008, 12:43 AM
there is a schedule task for that

MissKalunji
09-05-2008, 02:35 AM
ah Cool thank you :)

abu-sakaria
10-05-2008, 11:47 AM
could u make it in vb 3.7

MissKalunji
10-05-2008, 03:31 PM
it does work on 3.7

Robru
11-04-2008, 06:12 PM
works good in 3.8

ShackMaster
11-06-2008, 11:02 AM
I do not get a gemclip in the posting toolbar so that the attachment can be inserted into the message.

If I insert it manually, it does not show the image, but only links to it. That is not much help.

Jim O
02-05-2009, 04:35 PM
Can anyone confirm that this is working on 3.8.1?

Quantnet
02-06-2009, 01:55 AM
it works fine with 3.8.1

Jim O
02-06-2009, 02:08 AM
Many thanks!