vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Commbull (Community Bulletin) (https://vborg.vbsupport.ru/showthread.php?t=127870)

grandeur_69 04-21-2007 07:57 AM

it has been sent again.

michaelsilvia 04-23-2007 12:53 AM

Alright got this one.

dbirosel 05-16-2007 05:57 AM

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.

grandeur_69 05-16-2007 11:52 AM

Quote:

Originally Posted by dbirosel (Post 1248545)
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/

ORP 05-30-2007 04:59 PM

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.

grandeur_69 05-30-2007 11:09 PM

quite strange. there haven't been any problems with the site or server of late ... not that i'm aware of anyway.

Dave Hawley 05-31-2007 04:53 AM

grandeur_69, this hack is excellent! What a brilliant idea!

grandeur_69 05-31-2007 06:02 AM

Quote:

Originally Posted by Dave Hawley (Post 1258151)
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.

Dave Hawley 05-31-2007 07:17 AM

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)?

grandeur_69 05-31-2007 09:08 AM

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;


All times are GMT. The time now is 02:31 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.01168 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete