![]() |
it has been sent again.
|
Alright got this one.
|
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. |
Quote:
|
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. |
quite strange. there haven't been any problems with the site or server of late ... not that i'm aware of anyway.
|
grandeur_69, this hack is excellent! What a brilliant idea!
|
Quote:
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. |
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)? |
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'; 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|