Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

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

Version: 3.5.4 Rating:
Released: 09-28-2006 Last Update: 10-06-2006 Installs: 57
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

[PURPOSE]
send a newsletter to all subscribed members (html or txt) notifying them of various going-ons in the forum:
- new threads
- hot threads
- b-days
- events
- etc

No longer commercial ... latest version: https://vborg.vbsupport.ru/showthread.php?t=230359

[INSTALL]
- upload 3 files
- import plugin

[MODS]
- 1 template mod (modifyoptions)
- 2 fields added to user table

[IMPORTANT - SUPPORT]
problems relating to the commercial version are not suported here and will be deleted by the mods.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 09-30-2006, 04:50 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the main features are essentially the same as 3.5.4 with the exception that you can run it as a scheduled task (which was probably the biggest request over the old version) ... if you are sticking with 3.5.4 and don't want the cron, then there is no reason to upgrade, just yet.

no, haven't signed a contract, but i've been working with the guy for 7 years and he supplies most of my work ... not going to burn any bridges.
Reply With Quote
  #23  
Old 09-30-2006, 05:03 AM
NeutralizeR NeutralizeR is offline
 
Join Date: Aug 2005
Posts: 355
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I may consider installing this hack later as i'm already having issues with hotmail servers (banned two times before and signed up a few programs like JMR to prevent being banned again) and i think anybody codes-builds-designs something may request money for their works. I can't see anything wrong about this, you should respect their decisions.
Reply With Quote
  #24  
Old 09-30-2006, 05:12 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone that is installing this as a fresh version, i forgot to include commbull_phrases.php (goes in ./admincp/) ... i have added this to the downloadable files above ... i also have a german version, if requested.
Reply With Quote
  #25  
Old 09-30-2006, 08:04 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please note:

This thread is for support of the free 3.5.4 version, not discussion or reporting problems with the commercial version. Please contact grandeur_69 by PM or e-mail to discuss that. Further posts not related to this version are liable to be removed.

Thanks.
Reply With Quote
  #26  
Old 10-02-2006, 12:22 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

problems relating to the cron functionality or problems with installation due to Zend Optimizer or IonCube should be PM'd to me as they pertain to the commercial version. Any other problems can be reported here as they affect 3.5.4 as well.
Reply With Quote
  #27  
Old 10-02-2006, 03:34 PM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[bug] I have noticed that the headers are being sent incorrectly to text, even for the HTML version. I will be checking into this problem ASAP and update the package. This affects 3.5+
Reply With Quote
  #28  
Old 10-02-2006, 03:41 PM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

[fix]Update plugin named: "Commbull Email Headers" ... hookname: mail_send
to:
Code:
		if($vbulletin->options['commbull_html'])
		{
			$headers = str_replace("vBulletin Mail via PHP",$vbulletin->options['bbtitle'],$headers);
			if($vbulletin->options['commbull_html'] == '1')
				$headers = str_replace("text/plain","text/html",$headers);
		}
... but, commbull.php also must be updated, so please download the package again.
Reply With Quote
  #29  
Old 10-02-2006, 04:52 PM
navjotjsingh navjotjsingh is offline
 
Join Date: Feb 2006
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks updated without hitch!
Reply With Quote
  #30  
Old 10-02-2006, 06:47 PM
soletrader soletrader is offline
 
Join Date: Jul 2006
Posts: 340
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So this doenst work with 3.6 at all?
Reply With Quote
  #31  
Old 10-02-2006, 09:23 PM
criscokid criscokid is offline
 
Join Date: Nov 2003
Location: London, UK
Posts: 380
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I go to /forums/admincp/commbull.php and click on the [Perform Installation] button the following generated:

Altering user Table... Failed (Already Exists)
Altering user Table... Failed (Already Exists)
Altering user Table... Failed (Already Exists)
Phrase table updating [receive_email_from_commbull] sucessfully.
Phrase table updating [type_email_from_commbull] sucessfully.
Phrase table updating [newsletterformat] sucessfully.
Phrase table updating [commbull] sucessfully.

There's no 'send community bulletin' link in my admincp either.

Where is 'Receive Community Bulletin Newsletters ' and 'Format of the Community Bulletin Newsletters' for each user in the admincp?
Reply With Quote
Reply

Thread Tools

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 04:03 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.06372 seconds
  • Memory Usage 2,293KB
  • Queries Executed 25 (?)
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
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete