vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Email Notification (https://vborg.vbsupport.ru/showthread.php?t=144574)

bigfigkid 04-11-2007 02:01 PM

Email Notification
 
I have a small community, slowly groing to a maximum of 30 members. I want email notification sent to all members when there is a new post in the forum. This is what I've done so far:

in the admin control panel in the Forums & Moderators Section, i select forum manager. I then select the edit option for each forum. Then, i type in everybody's email in 'Email Addresses to Notify When there is a New Post ' selection and save.

This works great for a few users, but the field length restricts me from in including everybody's email.

There must be a work around to this, or better yet, is there another way to keep my small community informed about new posts on the forum?

Perhaps, is there a way to email the usergroup in the 'Email Addresses to Notify When there is a New Post'?

bigfigkid 04-13-2007 11:24 AM

Can anybody help me?

Marco van Herwaarden 04-13-2007 11:39 AM

You would need to change the newpostemail column in the forum table. Run the following query:


[sql]ALTER TABLE forum CHANGE COLUMN `newpostemail` `newpostemail` mediumtext NOT NULL;[/sql]

But let your users use forum/thread subscription would be a better solution.


All times are GMT. The time now is 07:45 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.02223 seconds
  • Memory Usage 1,704KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete