vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Social Group and Album Enhancements - Social Group Emails (https://vborg.vbsupport.ru/showthread.php?t=237914)

angeljs 05-14-2011 06:50 PM

Same problem with install, but now working fine, thanks for this, been waiting for it! :)

egysc 05-15-2011 12:09 PM

could it be personal messages please ?

MagicThemeParks 05-15-2011 01:39 PM

Quote:

Originally Posted by sciencesway.com (Post 2195958)
could it be personal messages please ?

4.x Mass PM https://vborg.vbsupport.ru/showthrea...highlight=mass

3.x Mass PM Social Groups https://vborg.vbsupport.ru/showthrea...highlight=mass

perfphysio 05-21-2011 12:42 PM

Hi there, this is a great mod. BUT I have found a privacy issue with the email it actually send. Included in that email is MY Email Address. As an administrator I do not want my email getting out. I have privacy settings on my account that don't let people email me, PM is OK but the email you send included my email. Is there a way to prevent that from happening?

It also contains a link to a form that actually is disabled when you click on it (due to my settings). It would be great if that just didn't show in the email if that was going to be the case when you had clicked on that link

e.g. it shows like this

Dear SuperFizz,

The following message was sent to all members of Dance Physiotherapy (Ballet focused).

To email xxxxxxxx, you can use this online form:
http://www.physiobob.com/forum/sendm...mailmember&u=1

OR, by email:
mailto: xxxxxxxxxx@gmail.com

This is the message:

Test email to all members

zapiy 06-03-2011 02:27 PM

Can this be configured so anyone from the group can pm all from the group about new events?

Thanks

hallenberg 10-27-2011 05:32 AM

It looks as though permissions have to be refreshed after install because the install code is a little flakey..

Code:

<installcode><![CDATA[$vbulletin->db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE ".TABLE_PREFIX."usergroup ADD social_group_permissions_email INT( 10 ) UNSIGNED DEFAULT 0 NOT NULL");
$vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."usergroup SET social_group_permissions_email = 3 WHERE usergroupid = 6");
build_forum_permissions;
$vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."usergroup SET social_group_permissions_email = 1 WHERE usergroupid IN (2,5,7)");
]]></installcode>

..should probably read like this instead:

Code:

<installcode><![CDATA[$vbulletin->db->hide_errors();
$vbulletin->db->query_write("ALTER TABLE ".TABLE_PREFIX."usergroup ADD social_group_permissions_email INT( 10 ) UNSIGNED DEFAULT 0 NOT NULL");
$vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."usergroup SET social_group_permissions_email = 3 WHERE usergroupid = 6");
$vbulletin->db->query_write("UPDATE ".TABLE_PREFIX."usergroup SET social_group_permissions_email = 1 WHERE usergroupid IN (2,5,7)");
build_forum_permissions();
]]></installcode>

Then it works fine.


All times are GMT. The time now is 01:52 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.01004 seconds
  • Memory Usage 1,728KB
  • 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
  • (2)bbcode_code_printable
  • (1)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
  • (6)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