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

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
  #82  
Old 04-21-2007, 07:57 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it has been sent again.
Reply With Quote
  #83  
Old 04-23-2007, 12:53 AM
michaelsilvia michaelsilvia is offline
 
Join Date: Jul 2005
Location: South Korea
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Alright got this one.
Reply With Quote
  #84  
Old 05-16-2007, 05:57 AM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So many pages... Can anyone confirm if 3.5 works well with 3.6? What is the difference in the 3.5 and 3.6 version?

Thanks.
Reply With Quote
  #85  
Old 05-16-2007, 11:52 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dbirosel View Post
So many pages... Can anyone confirm if 3.5 works well with 3.6? What is the difference in the 3.5 and 3.6 version?

Thanks.
no, the free version does not work with 3.5. there have been a lot of changes between this version and the commercial version for 3.6 ... to check out features, comments, current problems, etc, go to: http://www.octanedev.com/support/
Reply With Quote
  #86  
Old 05-30-2007, 04:59 PM
ORP ORP is offline
 
Join Date: Mar 2004
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

None of the links to http://www.octanedev.com/commbull.php
or http://www.octanedev.com/support/ work. The site does not appear to be down, but all I see is a little dot. I've tried with IE and FF.
Reply With Quote
  #87  
Old 05-30-2007, 11:09 PM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

quite strange. there haven't been any problems with the site or server of late ... not that i'm aware of anyway.
Reply With Quote
  #88  
Old 05-31-2007, 04:53 AM
Dave Hawley Dave Hawley is offline
 
Join Date: Jun 2004
Location: Australia
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

grandeur_69, this hack is excellent! What a brilliant idea!
Reply With Quote
  #89  
Old 05-31-2007, 06:02 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dave Hawley View Post
grandeur_69, this hack is excellent! What a brilliant idea!
Note: i did not pay him to say this!

also, this hack was created by a guy named Keir for vb2. I took over for vb3, then noppid took over for vb3.5. But, with all the changes by vB, it was getting quite hard to keep up with all the changes, so i rewrote it over the course of 3 or 4 months ... and, it is an ongoing project. I've probably put in over a month of full time work since it's inception ... put, it's always a good challenge.
Reply With Quote
  #90  
Old 05-31-2007, 07:17 AM
Dave Hawley Dave Hawley is offline
 
Join Date: Jun 2004
Location: Australia
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You told me the check was in the mail Nah, of course not. HUGE thanks to all the were invloved in this.

Ok, now I have primed the pump How and what would I modify the make the default option plain text (unchecked)?
Reply With Quote
  #91  
Old 05-31-2007, 09:08 AM
grandeur_69 grandeur_69 is offline
 
Join Date: Feb 2003
Location: Kelowna, BC, Canada
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

two things are needed and they both involve database queries.

1) change the database default for when vB creates a user (PHP may not have "ALTER" permissions, so this may have to be done directly in the database)
Code:
 ALTER TABLE user CHANGE receivebulletin_type receivebulletin_type SMALLINT( 5 ) UNSIGNED NOT NULL DEFAULT '0';
2) update all the current users
Code:
UPDATE user SET receivebulletin_type = 0;
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 01:28 AM.


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.04717 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (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