vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Social Group and Album Enhancements - Social Group Email (https://vborg.vbsupport.ru/showthread.php?t=179413)

Farcaster 05-15-2008 10:00 PM

Social Group Email
 
Updated vb4 version now available: https://vborg.vbsupport.ru/showthread.php?t=237914

This modification will allow social group owners and administrators to send an email to all members of a social group. Each usergroup can be configured to specifically allow or disallow sending to groups they created, if you would like to limit this ability to specific trusted user groups. By default, admins will also be able to send emails to members of any group, regardless of whether they created the group or not.

Note: If a social group member has elected not to receive emails from other members or is invited to a group and has not accepted yet, they will not receive emails sent using this modification.

Installation

1. Upload bitfield_socialgroupemail.xml to your forum/includes/xml directory before you install the product.
2. Use the Product Manager to import the product file product-rah_socialgroup_email_1_0_0.xml.
3. Use the Style Manager to find and edit your socialgroups_group template:

Near the bottom, find:
HTML Code:

  <if condition="$groupoptions['managemembers']">
    <li class="smallfont">
    <a href="group.php?$session[sessionurl]do=managemembers&amp;groupid=$group[groupid]">$vbphrase[manage_members]</a>
    </li>
  </if>

Below that ADD:

HTML Code:

  <if condition="$groupoptions['email_group']">
    <li class="smallfont">
    <a href="sendmessage.php?$session[sessionurl]do=groupemail&amp;groupid=$group[groupid]">$vbphrase[email_members]</a>
    </li>
  </if>

Configuration:
By default, regular members, moderators, super moderators and administrators are configured to be able to send emails to their own social groups. Additionally, administrators are configured to be able to send email to any group. To change these permissions for these or any other groups:

1. In the AdminCP, goto Usergroups -> Usergroup Manager.
2. Edit the user group.
3. Find the section "Social Groups Permissions," and set the permissions for emailing as desired.

Uninstallation (IMPORTANT)
To properly uninstall this product, follow these instructions exactly:

1. Delete the file bitfield_socialgroupemail.xml from your forum/includes/xml directory.
2. Uninstall the product.

burlesque 05-16-2008 08:43 AM

How strange! I was just looking for a mod to do this exact feature and all of a sudden it was released before my eyes! :D

Installing tonight!

WantedLebanese 05-16-2008 09:13 AM

It's not good.. Since maybe a member advertises through this.. Its nice but it may affect my forum by spamming!

Thanks anyways

jluerken 05-16-2008 09:46 AM

Quote:

Originally Posted by WantedLebanese (Post 1521396)
It's not good.. Since maybe a member advertises through this.. Its nice but it may affect my forum by spamming!

Thanks anyways

Hi, I don't see how users can spam through this option:

1. Only the owner of a group or admins can mail the members
2. If I am member of a group I want to be in and want to have new message

People can leave the group if they think that they get spam or they can turn to an admin that the owner gets changed or informed.

I think this feature is very very useful. thanks

ecihanuysal 05-16-2008 10:29 AM

i think, this is useful mod for communicatin each other of forum members.
thnks, installed ;)

Milad 05-16-2008 10:34 AM

I wish it sends PMs.

johnrizz 05-16-2008 11:43 AM

cool! thanks...

TCattitude 05-16-2008 12:59 PM

Quote:

Originally Posted by Milad (Post 1521442)
I wish it sends PMs.

Yes, an option to send email or PM would be great.
Anyway, great mod idea ;) thanks for sharing it!

Robru 05-16-2008 01:08 PM

Thanks, works very good :)

NFLfbJunkie 05-16-2008 01:57 PM

I second the motion for the PM option. Would this be possible Farcaster?

Farcaster 05-16-2008 02:31 PM

Quote:

Originally Posted by Junkie (Post 1521622)
I second the motion for the PM option. Would this be possible Farcaster?

Yeah. It would be. Sending a PM is not much different than sending an email. Perhaps in the next revision, I will add a PM option as well.

RvG2 05-16-2008 02:36 PM

Quote:

Originally Posted by Farcaster (Post 1521653)
Yeah. It would be. Sending a PM is not much different than sending an email. Perhaps in the next revision, I will add a PM option as well.

I 4th the motion :)

Preferably PM then email... :rolleyes:

Boosted Panda 05-16-2008 02:39 PM

Does anyone know can you adjust this to send emails to just friends only as well?

Big Boss 05-16-2008 02:50 PM

Quote:

Originally Posted by Farcaster (Post 1521653)
Yeah. It would be. Sending a PM is not much different than sending an email. Perhaps in the next revision, I will add a PM option as well.

Awesome! Then I can't wait to get my hands on the next release of this hack. :D

NFLfbJunkie 05-16-2008 03:01 PM

Farcaster, thanks for agreeing to the suggestion. I'm sure this would be greatly appreciated by all who use the MOD.

hilfe-forum 05-16-2008 09:49 PM

Can you help`?

Quote:

Page generated in 0,11893 seconds with 6 queries (1 queries for uncached templates) [Server Loads: 0.93 1.45 : 1.60]
Uncached templates: groupemail (1)

Farcaster 05-16-2008 10:19 PM

Quote:

Uncached templates: groupemail (1)
I didn't cache the template because it seems unlikely that it would be viewed frequently enough to warrant caching (and thus taking up additional memory). I'd rather exchange the miniscule additional query when the form is loaded than keep this form in memory all the time.

So, don't worry about that message. All it means is that when this form is pulled up, it executes a single query to pull the template up.

hilfe-forum 05-16-2008 10:44 PM

OK.
THX :up:

GlitchersCorner 05-16-2008 11:47 PM

I'll be using this as soon as the PM option is created.

Good work :up:

Varsh 05-17-2008 07:39 PM

I was just thinking of this mod too and wow, great mod. Downloaded and will install later.

roaddevils 05-17-2008 07:41 PM

<i>By default, regular members, moderators, super moderators and administrators are configured to be able to send emails to their own social groups.</i>

This doesn't seem to be the case. It appears that only the creator can send emails?

Anyone dealt with this?

Farcaster 05-17-2008 07:51 PM

Check your permissions on the Administrator group. Admins should be able to send emails to any group. If you want other groups, such as the moderators, to be able to send emails to other groups, then you will have to change their permissions.

roaddevils 05-17-2008 09:14 PM

I know that admins can send email. the product states that group members can email all other group members. it even lists it as an option for registered users. problem is that it doesn't seem to work and Social groups do not show up in user manager itself.

Farcaster 05-18-2008 12:10 AM

Quote:

Originally Posted by roaddevils (Post 1522907)
the product states that group members can email all other group members. it even lists it as an option for registered users.

That is not a feature. I reread the intro, and I don't see where it says that either. But to be clear, it currently does not support group members sending emails to the group. Either members can send emails to ANY group, or they can be set to send emails to their own group. Or, none at all.. That's it at present.

Hornstar 05-18-2008 01:50 AM

Yeah ill wait for the pm option. thanks.

Milad 05-18-2008 12:50 PM

Quote:

Originally Posted by Farcaster (Post 1522097)
I didn't cache the template because it seems unlikely that it would be viewed frequently enough to warrant caching (and thus taking up additional memory). I'd rather exchange the miniscule additional query when the form is loaded than keep this form in memory all the time.

So, don't worry about that message. All it means is that when this form is pulled up, it executes a single query to pull the template up.

You can use condition to cache it when it's needed, those conditions would be better than the query!

kartik786 05-18-2008 08:24 PM

Awesome modification :)

Stubbed 05-19-2008 08:11 AM

Quote:

Originally Posted by GlitchersCorner (Post 1522176)
I'll be using this as soon as the PM option is created.

Good work :up:

Same here!

DawnsWebDesigns 06-02-2008 10:03 AM

There was 3 images in the zip file. What were we supposed to do with them? :confused:

Thanks for this mod. :D

Farcaster 06-02-2008 10:51 PM

Nothing. The images are just the screenshots examples you see here on this thread.

sburgoon 06-11-2008 03:21 PM

Yeah we really need a PM option.

otto

PcGamer 06-13-2008 04:31 PM

A PM Option would be great!!!

alessai 06-18-2008 02:43 PM

it just sends the email to me.... why ?!!!

tazzarkin 06-26-2008 05:23 PM

it doesn't seem to install for me. i've copied the file, imported the product, and edited the template. however, i don't get the "Email Members" in the Social Group section. I'm using the admininistrators id and all permissions are set to yes.

Any idea why this won't work for me?

tazzarkin 06-26-2008 06:10 PM

Figured it out. Another mod was preventing the user group permissions from being saved. Once I re-installed that other mod, the "Email Members" showed up.

Now I got to figure out how to un-install the other mod, but that's a question for another thread.

By the way, Great Mod!!

Andre_85 06-30-2008 08:21 AM

Quote:

Originally Posted by tazzarkin (Post 1559770)
Figured it out. Another mod was preventing the user group permissions from being saved. Once I re-installed that other mod, the "Email Members" showed up.

Now I got to figure out how to un-install the other mod, but that's a question for another thread.

By the way, Great Mod!!

Installed, i have the same problem :(

What mod?

Thanks! :)

bertwrld 07-14-2008 08:27 PM

Any word on a PM option instead of email yet?

yahoooh 07-18-2008 04:07 PM

is there an option to make e-mail users required specific time before another mail send
this is to prevent some unusual spam or high mailed bu user

htscpl 08-06-2008 09:56 AM

Quote:

Originally Posted by tazzarkin (Post 1559770)
Figured it out. Another mod was preventing the user group permissions from being saved. Once I re-installed that other mod, the "Email Members" showed up.

Now I got to figure out how to un-install the other mod, but that's a question for another thread.

By the way, Great Mod!!

Quote:

Originally Posted by Andre_85 (Post 1562801)
Installed, i have the same problem :(

What mod?

Thanks! :)

I'm having the same problem, which mod is in conflict with this one ?:confused: Thanks

Bluesky_ 08-31-2008 09:17 PM

Very handy mod - installed and thanks :)

PS just wondering if there will be any possible update for a pm function?


All times are GMT. The time now is 01:21 AM.

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.02754 seconds
  • Memory Usage 1,819KB
  • 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_html_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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