The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Commbull (Community Bulletin) 5.1b Details »» | |||||||||||||||||||||||||||||||||||||||||||||
Community Bulletin:
This mod grabs all the latest information in your forum (posts, threads, events, birthdays, etc) and puts them into a newsletter to be sent to all your members that subscribe. This mod has been around a long time and gone through many versions. It has been a paid version for a number of years with great success, but it's time to pass on the reigns. [edit Feb 03, 2011] Attempted fix for sending to users that are part of multiple user groups [installation] - upload some files - upload the product.xml - make 1 mod to the usercp options template - FULL DETAILS in the README.txt [note] many people ask why all the images, etc don't show up in the HTML version of what is in your forum. This is because most mail clients strip out the CSS and vbulletin is 99% CSS. I have created an HTML version that is nice and clean, but is forum independent. If you know what you are doing, you can edit this HTML file and build your own newsletter. Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
M Shaker |
Comments |
#112
|
|||
|
|||
Great news!
|
#113
|
||||
|
||||
Interesting Newsletter Mod.
I have 3 questions: -1. Is there a way/option to Exclude Certain Usergroups from Getting the Newsletter? (this is very important because even if the users are subscribed to threads, for some usergroups would be nice for them Not to receive Newsletters). -2. How can I Massive Disable the Option "Receive Community Bulletin Newsletters"? (I can see that is Enabled by Default but I need to disable it for Existing Users once this Mod Installed) -3. How can I choose for the "Receive Community Bulletin Newsletters" to be Disabled by Default? (I think is better to let the Users Choose if the want to be Included on the Newsletter and not to Force them to Receive the First One to Choose to be Excluded) My Best Regards. |
#114
|
|||
|
|||
Quote:
Quote:
Code:
UPDATE {prefix-if-used}user SET receivebulletin = '0'; Quote:
Or, if you haven't yet installed it, 1. edit product-Commbull.xml 2. at around line 22, find Code:
if (!isset($user_cols['receivebulletin'])) $db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD receivebulletin SMALLINT (5) UNSIGNED DEFAULT '1' not null"); Code:
if (!isset($user_cols['receivebulletin'])) $db->query_write("ALTER TABLE " . TABLE_PREFIX . "user ADD receivebulletin SMALLINT (5) UNSIGNED DEFAULT '0' not null"); Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET receivebulletin=1"); Code:
$db->query_write("UPDATE " . TABLE_PREFIX . "user SET receivebulletin=0"); |
#115
|
|||
|
|||
thanks DJ for responding ... I have absolutely nothing that I can add to that. I had already changed the mod for future updates to change the default settings to 0 to comply with SPAM policies.
|
#116
|
||||
|
||||
Quote:
Quote:
I Have One Final Question that Comes From My First Question: -1A How Can I Exclude Certain Usergroups From Receiving the Newsletter? - What is the Option I Should Set and Where is it Located (or the Process / Plugin Edits / File Edits I Should Modify) to Exclude Specific Usergroups From Getting the Newsletter? I Tried to Find it but I Didn't Saw it. I Appreciate Your Support, the Mod is Very Interesting and I'll be Testing it on my Test Forum. My Best Regards. |
#117
|
|||
|
|||
It's in the setup for the newsletter itself:
Admin CP | Users | Send CommBull Newsletter (or words to that effect) In there you can select which forums to include and how many of each type of thread/poll etc. to include as well as which usergroups will receive the newsletter. |
#118
|
||||
|
||||
Quote:
I Found the List of Usergroups at the End of ACP > Community Bulletin > Settings Below the "Include Info From Forums..." and under the Title "Mail users from the following usergroups...". :up: I Appreciate Your Guide. My Best Regards. |
#119
|
||||
|
||||
Sure would like to see an example of an HTML email before using this. Can someone post a screenshot. Thanks... :up:
|
#120
|
|||
|
|||
Quote:
|
#121
|
|||
|
|||
This commercial product has been released here as a free product because the author, grandeur_69, no longer has the time to keep up with the necessary upgrades. The hope, I believe, was that others would pick up the product and extend it for 4.x.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|