vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Private Messages Enhancements - PM Attachments (https://vborg.vbsupport.ru/showthread.php?t=233353)

davefrmpa 08-08-2010 07:22 PM

uninstalled, like everyone else here this doesn't work for me and there is no real support.

elektroda 09-14-2010 08:53 AM

I would like pay $100 for 4.x modification

ICannt.org 09-21-2010 01:28 AM

Quote:

Originally Posted by elektroda (Post 2098015)
I would like pay $100 for 4.x modification

I would throw in some money too

Lethaeus 09-22-2010 02:58 PM

Select YES for old members

User Options
SQL query
UPDATE `user` SET `pm_attachments` = '3' WHERE `user`.`userid` ;

Group Options
UPDATE `usergroup` SET `pm_attachments` = '3' WHERE `usergroup`.`usergroupid` ;

Eric 10-05-2010 01:54 PM

hmmmn

Quote:

Licence for Republich after that say at above Thread :
"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.vbulletin.org at least, there is no
need to pm me asking for permission"
I might try to get it to work on vB4, no promises though :)

Crashh 01-12-2011 06:24 AM

I can pay some money via webmoney too, if somebody can make vb4.x modification

akke 06-27-2011 09:20 PM

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.
If you want me to write a mod like this for vb4, then please contact me. I'm accepting donation that will allow me to make time for writing a PM Attachments mod for vb4.

edit: a template change is needed (you need to add the {vb:raw attachmentoption} below the editor.)

nhawk 06-27-2011 09:45 PM

Quote:

Originally Posted by akke (Post 2213728)
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.
If you want me to write a mod like this for vb4, then please contact me. I'm accepting donation that will allow me to make time for writing a PM Attachments mod for vb4.

edit: a template change is needed (you need to add the {vb:raw attachmentoption} below the editor.)

You might want to re-read this..

Quote:

Original Addon : https://vborg.vbsupport.ru/showthread.php?t=91220

Licence for Republich after that say at above Thread :
"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.vbulletin.org at least, there is no
need to pm me asking for permission"
In other words, modify it, release it and then hope for donations. ;)

Gadget_Guy 06-28-2011 01:24 AM

I just installed this modification today.

Install seems to have gone properly.

When I go to "User Manager" and add the permissions to a user group to "Yes" it doesn't give the individuals in the group the ability to use the mod.

I have to go to the individual user and turn it on in their profile.

With 9000 members on my site I can't go to each user and turn it on.

How do I make it happen using the usergroups?

D.

akke 06-28-2011 05:48 AM

Quote:

Originally Posted by nhawk (Post 2213742)
You might want to re-read this..
In other words, modify it, release it and then hope for donations. ;)


I never said I'm going to "port" this one to vb4. I said I would write a vb4 mod that does exactly the same thing.

Porting this mod to vb4 is actually the same as doing a new mod as nothing of this code is usable in vb4.

sailnet 07-07-2011 06:13 PM

the attachments dialgue box does not show up for me even thought I have allows PM send and receive on my user groups.

any ideas why not?

sailnet 07-07-2011 06:22 PM

by the way - this got it to work for me:

you have to go back and set all of the users pm_attachments field.

update user set pm_attachments = 3 where usergroupid in(2,5,6,7);

htscpl 11-07-2011 09:55 PM

This is working for me, ran sql update for user groups and reset administrators ** installed **

dizzynation 02-02-2012 10:42 PM

Holly crap Ive been needing this for soooo long, installed and voted. but its no giving my any options in admincp :(

If anyone can help I would love you forever

vb 3.8.7

dizzynation 02-02-2012 10:53 PM

.....

dizzynation 02-03-2012 08:42 AM

**EDIT** Ok Did as told and seemes to be working, I just have to mually approve each user so far.

For those of you worried about user using unlimited bandwidth, then just change it in user group settings

AdminCP ===> UserGroup Manager ===> Choose the user group ===> Scroll down to attachment settings===> max size in bytes.

Save

Great mod very important for my forum

dutchbb 05-21-2012 06:19 AM

Installed and permissions set but does not show in reply to private message, what did I miss?

vb 387 PL2

Whiterook 10-01-2012 04:15 PM

Installed..... I've always wondered why PM's didn't have this option.

Thank You

amine13420 10-06-2012 03:42 PM

We must every time select a user and put permission to : ON ?

there is no option to put all user can use this MOD ?

Tyran1 06-11-2013 10:06 PM

Attachments for Social Groups please !!!

Peter Walker 08-08-2013 08:42 PM

I have just installed this and set the appropriate settings in each usergroup.

For example, I have set "Registered Users" to be able to receive, but not send and a premium usergroup allows them to be able to send and receive pm attachments.

Unfortunately, these settings are not automatically applied to the users and the only way I can get this to work is to change the settings for each user individually. With 10000 members, that is not an easy option. Sure, I could probably automate that in SQL, but am not sure what the command would be.

Reading though the posts, I can see that some people here have got this to work so I would appreciate some guidance here. In phpmyadmin, I have found the pm_attachments field in the forum_user database. What is the command I have to enter into the SQL window to automatically set the pm_attachments to 3 for selected usergroups?

I read here someone quoting: update user set pm_attachments = 3 where usergroupid in(2,5,6,7);

Could I simply run this command to update all users:

update 'forum_user' set 'pm_attachments' = 3 where usergroupid in(2,5,6,7);

Would this work, or am I missing something. It would be much better if the software would work as advertised and simply apply the setting according to the Usergroup without having to manually update each user.

I hope someone can assist me here.

Regards

Peter

Peter Walker 08-08-2013 11:20 PM

Don't bother, I have just uninstalled this mod and installed this mod instead. That one works properly.


All times are GMT. The time now is 06:06 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01299 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete