Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Commbull (Community Bulletin) 5.1b Details »»
Commbull (Community Bulletin) 5.1b
Version: 5.1a, by grandeur_69 grandeur_69 is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.4 Rating:
Released: 12-16-2009 Last Update: 02-03-2011 Installs: 208
DB Changes Uses Plugins Template Edits
Re-useable Code Additional Files Translations  
No support by the author.

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

File Type: zip html_newsletter_images.zip (3.9 KB, 935 views)
File Type: zip commbull.zip (52.1 KB, 686 views)

Screenshots

File Type: jpg commbull_edit.jpg (27.2 KB, 0 views)
File Type: jpg commbull_email_html.jpg (29.7 KB, 0 views)
File Type: jpg commbull_email_txt.jpg (19.7 KB, 0 views)
File Type: jpg commbull_html.jpg (24.0 KB, 0 views)
File Type: jpg commbull_sending.jpg (19.4 KB, 0 views)
File Type: jpg commbull_txt.jpg (24.4 KB, 0 views)
File Type: gif masthead_green_tab.gif (1.2 KB, 0 views)
File Type: gif masthead_green_tab_selected.gif (767 Bytes, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
M Shaker

Comments
  #252  
Old 10-05-2011, 05:42 AM
angeljs's Avatar
angeljs angeljs is offline
 
Join Date: Aug 2005
Location: UK
Posts: 384
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well I don't know what to say, that's the error I'm receiving.
Reply With Quote
  #253  
Old 10-31-2011, 09:35 PM
Igel1 Igel1 is offline
 
Join Date: May 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello, I have a problem with the MOD under vb4.1.7
After a fresh installation (all other mods are disabled), it does not work.
Commbull Version 5.1b and the xml from https://vborg.vbsupport.ru/showthrea...=233798&page=7

I get an error message when sending mail related to the body.
The preview works though.

Code:
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in  ...\admincp\commbull_functions.php(487) : eval()'d code on line 166

Parse error: parse error, expecting `T_VARIABLE' or `'$'' in  ...\admincp\commbull_functions.php(488) : eval()'d code on line 33
Can anybody help me, please.

Thanks
Igel1
Reply With Quote
  #254  
Old 10-31-2011, 11:51 PM
Igel1 Igel1 is offline
 
Join Date: May 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, my mistake.
The MOD works on 4.1.7
The error was because of my german translation since had a variable errors crept
Reply With Quote
  #255  
Old 11-04-2011, 07:55 PM
Igel1 Igel1 is offline
 
Join Date: May 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello all,

I would like to install a checkbox for the newsletter in the registry under vb4.1.7
this code:
Code:
  
			<div class="blockrow">
				<label>{vb:rawphrase receive_email}...</label>
				<div class="rightcol">
					<ul class="checkradio group">
						<li>
							<label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
						</li>
						<vb:if condition="$show['email']">
							<li>
								<label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" {vb:raw checkedoff.showemail} /> {vb:rawphrase receive_email_from_other_members}</label>
							</li>
						</vb:if>

                                                   <li>
                                                             <label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checkedoff.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label>
                                                     </li>
													 
                                                    <vb:if condition="$show['email']"> 
                                                              <li> 
                                                                      <label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" tabindex="1" {vb:raw checkedoff.receivebulletin} /> />{vb:rawphrase receive_email_from_commbull}</label> 
                                                              </li> 
                                                     </vb:if>
					</ul>
in the template "register" show the text and the checkbox for the newsletter but there are no funktion under the checkbox.

Please can anybody help me.

Thanks Igel1


EDIT
Another question

In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.
Reply With Quote
  #256  
Old 11-07-2011, 02:04 PM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Igel1 View Post
Hello all,

I would like to install a checkbox for the newsletter in the registry under vb4.1.7
this code:
Code:
  
			<div class="blockrow">
				<label>{vb:rawphrase receive_email}...</label>
				<div class="rightcol">
					<ul class="checkradio group">
						<li>
							<label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label>
						</li>
						<vb:if condition="$show['email']">
							<li>
								<label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" {vb:raw checkedoff.showemail} /> {vb:rawphrase receive_email_from_other_members}</label>
							</li>
						</vb:if>

                                                   <li>
                                                             <label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checkedoff.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label>
                                                     </li>
													 
                                                    <vb:if condition="$show['email']"> 
                                                              <li> 
                                                                      <label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" tabindex="1" {vb:raw checkedoff.receivebulletin} /> />{vb:rawphrase receive_email_from_commbull}</label> 
                                                              </li> 
                                                     </vb:if>
					</ul>
in the template "register" show the text and the checkbox for the newsletter but there are no funktion under the checkbox.

Please can anybody help me.

Thanks Igel1


EDIT
Another question

In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.
See https://vborg.vbsupport.ru/showthread.php?t=233798
Reply With Quote
  #257  
Old 11-07-2011, 07:46 PM
Igel1 Igel1 is offline
 
Join Date: May 2010
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, but in the other thread are no info on how to build in a checkbock for the newsletter in the registry site.

And this question:
Quote:
In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected.
The threads are older and the last post in the thread also older.
was indeed found but there was no answer how to fit only the hint that the last contribution would be well into the selected date. But that's not the case with me, the threads and the posts are older than the date i've selected.

sorry for my english
Reply With Quote
  #258  
Old 01-07-2012, 11:38 AM
anandbagmane anandbagmane is offline
 
Join Date: Mar 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this support latest version of vbulletin 4.1.9
Reply With Quote
  #259  
Old 01-07-2012, 11:43 AM
LadyBeth LadyBeth is offline
 
Join Date: Jun 2003
Location: East Coast
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^^^^what this person said^^^^^^
If it can be made to work properly I would be extremely grateful.

LB
Reply With Quote
  #260  
Old 01-09-2012, 03:00 PM
kartik786 kartik786 is offline
 
Join Date: Aug 2005
Location: India
Posts: 175
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Got an error
Database error in vBulletin 3.8.3:

Invalid SQL:
UPDATE forum SET replycount=replycount+1,threadcount=threadcount+1, lastpost='1326124535',lastpost er='myusername' WHERE forumid IN ();

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Error Number : 1064
Request Date : Monday, January 9th 2012 @ 10:55:32 AM
Error Date : Monday, January 9th 2012 @ 10:55:35 AM
Script : mysite.com/commbull.php?do=send
Referrer : mysite
IP Address : 1**.**myip.***
Username : myusername
Classname : vB_Database_MySQLi
MySQL Version : 5.1.56-log
Reply With Quote
  #261  
Old 01-12-2012, 09:58 AM
anandbagmane anandbagmane is offline
 
Join Date: Mar 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this work on 4.1.9 version?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08622 seconds
  • Memory Usage 2,363KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete