vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Updated Community Bulletin Generator (https://vborg.vbsupport.ru/showthread.php?t=16290)

tubedogg 08-08-2001 08:10 AM

Actually, read up a few posts. :) Your version of MySQL does not support SUBSTRING, or does not support using SUBSTRING in a where clause.

Setting it to 0 eliminates using birthdays and therefore solves the problem.

SirSteve 08-08-2001 10:49 AM

Thanks tubedogg! I must've overlooked that step.

bob_pitbull 08-08-2001 02:06 PM

Ah, i see! Is that something I should talk to my isp about? Does that mean they're using an older version of SQL?

centris 08-08-2001 06:55 PM

Did a test post to myself and worked fine, tried a post to all members and got this:

Database error in vBulletin Control Panel: Invalid SQL: UPDATE forum SET replycount=replycount+1,threadcount=threadcount+1, lastpost='997310960',lastposter='warrior' WHERE forumid IN ()
mysql error: You have an error in your SQL syntax near ')' at line 1
mysql error number: 1064
Date: Wednesday 08th of August 2001 11:49:20 PM
Script: /forum/admin/commbull.php
Referer: http://www.******.co.uk/forum/admin/commbull.php

I have the entry in my CP and I turned birthdays etc. to 0

Also getting this error when I try to enter my CP:
Parse error: parse error in /usr/home/c/a/******/public_html/forum/member.php on line 1291

any ideas.


Please disregard this post, was a syntax error in member.php (My Fault) all working as it should - great Hack TNX

The Realist 08-08-2001 08:22 PM

Can someone please explane how to Install this because I cannot find the members, admin or index.php files in my forum.

Do I have to Install them via templates?

:rolleyes:

centris 08-08-2001 09:25 PM

Quote:

Originally posted by The Realist
Can someone please explane how to Install this because I cannot find the members, admin or index.php files in my forum.

Do I have to Install them via templates?

:rolleyes:

Your members.php is in the main forum folder, index.php is in the admin folder.

Download members.php, index.php(index.php from the admin folder) upload commbull.php to your admin folder and run from your browser. All the instructions will appear on screen. Give yourself some time to complete.

KeithMcL 08-16-2001 07:16 AM

Any chance you could add an extra feature to the community bulletin mail hack tubedogg?

The feature is the PM or email the admin/mods etc when it's time to send out the next mail with an option to set how often you wish to send out the mail?

This would be really appreciated!

VirtueTech 08-16-2001 08:38 AM

WHy not just run it via cron?

KeithMcL 08-16-2001 09:02 AM

Quote:

Originally posted by VirtueTech
WHy not just run it via cron?
Would that work? What if you wanted to change some of the settings for the mail like which threads and posts to include? I don't think it'd work.

Delhaze 08-18-2001 11:21 PM

Just installed it, brilliant !!!

Minor "cosmetic" problem.

" are displayed as & quot in the email. (without the space).

Obviously ok when posted to forum.

Can you tell me what needs to be changed to get around this please.

ethank 08-22-2001 02:14 AM

I think you forgot these lines at the top so it updates with prrogress:

PHP Code:

$noheader=0;
$nozip=1


LuBi 08-26-2001 02:28 PM

Will this work for 2.0.3 and is the file updated and complete?

tpearl5 08-27-2001 05:16 PM

This may have already been asked:
Is it possible to have the 'Allow Bulletin Board Administrators and Moderators To Send You Email Notices' revert to 'Yes' if the user selects 'Yes' for 'Receive Community Bulletin Email?' ?

Also, it would be cool to have the top x amount of posters and referral getters listed in the stat list. (or another new list)

I'm currently getting my host to update MySQL so I can send calendar and b-day updates. Figures, the cool stuff doesn't work!

SirSteve 08-27-2001 08:21 PM

What about adding top referrals?

mjames 08-27-2001 10:41 PM

Question: What is the best way to edit the mailing that shows up everytime you preview the mailing? I want to edit some things, such as the miss-spelling of "receive" so I don't have to edit it everytime I send it out.

SirSteve 08-28-2001 01:42 AM

Quote:

Originally posted by mjames
Question: What is the best way to edit the mailing that shows up everytime you preview the mailing? I want to edit some things, such as the miss-spelling of "receive" so I don't have to edit it everytime I send it out.
Simply go into commbull.php and search for whatever you want to fix and edit it. I even made certain options default to NO rather than yes. What I DO NOT like is how you do want to go back and make a change, it resets all the fields. :(

KeithMcL 08-28-2001 01:17 PM

Would it be possible to get another feature added to this hack to email the admin/mods of the forum the day the bulletin is due to be sent out?

Quick question also to those that use this hack, how often do you send out your community bulletin?

mjames 08-29-2001 01:17 AM

Quote:

Originally posted by KeithMcL
Quick question also to those that use this hack, how often do you send out your community bulletin?
I try to send out mine weekly... however, I am having a hard time, which brings me to another point.

Does anyone on a dial-up connection have trouble sending the Bulletin? When I try to send it out on the preview mailing screen, it stalls and takes FOREVER to load. I have reduced the number of users it sends to at a time (down to 30 from 500) and I have tried only sending it to one or two user groups at a time, still SLOOOOOOW. It takes all day to send out the Bulletin, as I let it load for 30 minutes at a time while I do other things. Am I alone? Is this a problem with my Internet connection or my host's MySQL server?

LuBi 08-30-2001 03:12 PM

Can this hack work for 2.0.3?

Bane 08-30-2001 03:16 PM

Works fine in 2.0.3

tpearl5 08-30-2001 04:26 PM

Quote:

Originally posted by tubedogg
Actually, read up a few posts. :) Your version of MySQL does not support SUBSTRING, or does not support using SUBSTRING in a where clause.

Setting it to 0 eliminates using birthdays and therefore solves the problem.

I contacted my host about this. They told me I have mySQL 3.22.32 running on my box and that it supports substring. Eh? What should I tell them?

tubedogg 08-31-2001 03:44 AM

There were apparently changes made to it in 3.23.3 and 3.23.7...which would lead me to believe that how I'm using it was not supported until one of those versions, which is higher than the version you are running.

webhost 08-31-2001 07:42 PM

I installed this hack sometime back and had no problems with it.I have since installed vb 2.0.3. I haven't used it in a month or so. Today I ran the bulletin and everything went find, except I excluded some of the forums by selecting no to them and they still send out threads from those forums.

Any ideas what might be causing this.

dirgotronix 09-02-2001 07:28 AM

Absolutely beautiful hack, but it needs one key element:

Save the settings!!!

I can deal with manually sending it out, but having to go back and double check all my settings is a royal pain in the butt. Although, a small shell script to add to cron would be a very, very welcome addition.

LuBi 09-08-2001 04:57 AM

Yea I also would like to see a SAVE SETTINGS addon to htis hack, great job again though tube. Any chances on the addon :D

SirSteve 09-08-2001 12:10 PM

Me too! Save settings! Add referral information as well!

holev 09-08-2001 02:54 PM

you know u guys can actualy do all this stuff yourself :rolleyes:

SirSteve 09-08-2001 03:12 PM

If I knew how to write PHP, I would!

LuBi 09-08-2001 07:25 PM

Same here. If I knew

Onyx06 09-09-2001 12:33 AM

Now what would be great was if you could select in the admin control panel what stats you wanted in each issue. Whether it be posts, referrals, views, etc. Referrals is a must!!

LuBi 09-12-2001 11:51 PM

I'm going to post in the request forum and we'll see if anyone wants to help us out here. Can you guys just post in here a list of features you would like to see. Thanks!

BradC 09-12-2001 11:57 PM

when you say.. save settings (I have not downloaded or installed this yet) do you mean the settings for what is emailed out and everything.... ?

I would not personally think it would be all that tuff to do..

LuBi 09-13-2001 12:12 AM

Well Brad not like what's sent. In this code there are setting you have to set before the mail goes out. We want to be able to make it so it remembers or saves these settings.

LuBi 09-14-2001 11:42 PM

Just posted a request to add those save features to this hack. Tube please add this to your own hack to make things easier you do such a good job updating hacks. :D
http://www.vbulletin.com/forum/showt...threadid=28107

Quote:

Can anyone addon to this hack Updated Community Bulletin Generator we need it badly. I would rather have tube himself do it but he hasn't answered any of our requests so it's out there for you guys. thanks from all of us who requested this addon to the hack.

http://www.vbulletin.com/forum/showt...threadid=16290

SirSteve 10-01-2001 01:46 PM

Another welcomed addition would be to make it easy to distinguish categories and forums. I have several categories with the same forum names (example would be general news for a toys section another classified section) but I don't want to include the classified section and it is hard to tell which is which. Is this written clearly?

;)

Afterburner 10-04-2001 10:48 AM

thx great hack, works fine in 2.0.3

SirSteve 10-08-2001 06:09 PM

It's not saving the option for my users:

Change "receive community updates" from yes, to no.

FWC 10-13-2001 05:46 AM

What a great hack. I got home from work today and had an email from the Webmaster talking about site upgrades. Amongst other things he lamented the lack of a newsletter feature we used to have when we were on the now defunct Rivals network. I sent back an email telling him to give me a few minutes. Then I sent him a Community Bulletin. :D

Steve Machol 10-14-2001 05:06 PM

I just got around to installing this hack Very nice job tubedogg!

I have one minor problem with dates though. Here's a excerpt from a test bulletin I sent:

Quote:

Title: "TIPS ON DISPENSING" (posted 01-18-2038 by harry a saake)
o 238 replies, 2473 views, last post: 03:58 PM, 10-06-2001 by ph
o http://www.optiboard.com/forums/show...&threadid=1034
The posted date on this should actually be 10-29-2000. This exact date error (01-18-2038) is repeated for every thread that was originally started in my UBB forums prior to upgrading to vB.

Any idea how to fix this?

Steve Machol 10-14-2001 05:14 PM

I found another problem in the statistics:

Quote:

STATISTICS:
we have had the following activity since 10-01-2001
---------------------------------------------------------------------------

o 37 new members
o 1,866 new threads
o 577 new posts
o 3 new polls
There are only 81 new threads so far this month - not 1866. The posts and members are correct though.


All times are GMT. The time now is 01:02 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.01697 seconds
  • Memory Usage 1,821KB
  • 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
  • (1)bbcode_php_printable
  • (8)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
  • (40)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