![]() |
Commbull (Community Bulletin) 5.1a for vBulletin 4.01
1 Attachment(s)
This not the CommBull product itself. This is simply instructions for adapting it to work with vBulletin 4.x.
Download CommBull from: Commbull (Community Bulletin) 5.1a for vBulletin 3.8x grandeur_69 has released his latest version of CommBull as a free add-on, indicating that he no longer has time to continue developing it. I am posting this here for the benefit of other vBulletin 4.x who don't want to lose the newsletter feature (grandeur_69 has approved this). At https://vborg.vbsupport.ru/showpost....6&postcount=71 a member asks: Quote:
I have the previous (commercial) version, 4.5f, which does run successfully via a cron job, running on 4.01. It required some modification of the installation instructions but it does work. I expect you should be able to get this version running as well, although as the coder noted the cron capability won't work. 1. Edit product-Commbull.xml and find the following line: PHP Code:
PHP Code:
2. Upload the files and import the product. 3. Now you need to do the template edits so that members can opt-in or opt-out of your newsletter. The current instructions are as follows: Quote:
Now, obviously this won't work in 4.x. These need to be modified as follows: 1. Edit Template: "Modify User Option" -> "modifyoptions" FIND: PHP Code:
ADD AFTER: PHP Code:
Next would be the option for HTML or plain text emails, which should be: PHP Code:
This now works. I had a ( instead of a { on the previous code. Thanks to grandeur_69 for pointing this out! Notes:
Update July 12, 2010: Product XML file provided by grandeur_69 for vBulletin 4.x. NOTE:
Update July 14, 2010: Error in XML file corrected. |
Quote:
And can you please describe a little more what exactly it does? Thanks |
Answered in the first post:
Quote:
The changes from 4.5f to 5.1a are largely cosmetic, representing attempts by the original author to include the forum styling in the newsletter across a wide variety of email clients and configurations. I don't need that since for me the forum styling was already working. I did install version 5.x at one point but reverted to 4.5f because of the absence of the capability to send the newsletters out via a cron job. I believe the changes I made for 4.5f should allow you to install version 5.1a on vBulletin 4.x. For more details about CommBull 5.1a, see the thread at https://vborg.vbsupport.ru/showthread.php?t=230359 |
Does this work with group, blog, CMS content or does it solely handle forum content?
|
I've only recently upgraded to the vBulletin 4.01 Suite from the 3.84 forum only. At the moment, the blog is disabled because I'm still trying to figure out how to and how I want to configure the CMS... some real documentation would be nice!
So I can't tell you about the blog. However, the last newsletter sent out by my forum picked up articles from the CMS as well as forum threads, so I don't know of any reason it wouldn't also get the blog entries. |
That sounds very interesting. I cant find anything about handling bounces. Does commbull do that?
|
No. You'll need another system to take care of that.
|
Ah too bad. Unfortunately there is no fully functional system for that.
|
At one point, I was successful in integrating the EZ Bounce add-on with CommBull but then I upgraded CommBull and couldn't recall how I'd done it previously. :o
|
Thats a bummer as I would have loved this if it had the bounced email functionality...
|
|
Quote:
|
Quote:
Once you have that set up and working, the effort to maintain it is minimal. Now I get a few bouncebacks each week and I change the usergroups for those members to Inactive if the bounceback reason is "no such address" or "no account for that user". This takes perhaps 5 minutes at most. |
thank you
if i uninstall the mod is DB Changes stay in my forum's DB ? |
Quote:
|
Quote:
Please read the article in my signature: How to keep your board from getting blacklisted as a spammer It covers this issue. It turns out that this is a huge issue as many vbulletin boards have been banned by large email providers, without even knowing it. More and more webmasters are discovering this. I am starting to suspect that large email providers are actively reacting to vbulletins flaws in this respect. vbulletin as a whole is generating a massive amount of emails to invalid email addresses. Its a serious spam issue. |
As I get time, I'll look into seeing if I can re-integrate EZ Bounce.
Thanks for the link to your article. I have already implemented all the things you discuss there. I'm not sending out 20K newsletters at a time and if I were I'd get one of the mailing list managers. CommBull really is intended for the average forum that doesn't require the big guns. |
hello, thank you for update of combull. Some yeras ago, I bought commbull, and now I?ve installed in my vb4 with you modifications.
But when sending a newsletter to my users, I have had this error when I went around 2.000 user aprox. Quote:
Can you help me? Thank you very much I?m sorry for my english |
Quote:
|
Thank djbaxter, I have 4.2 version, but this version works fine with vbulletin 4??รง
|
Email sending not working. What can be the problem ?
Newsletter creation in a forum works... |
Quote:
|
Quote:
|
Quote:
|
It seems from the comments here that CommBull v4.5f is much better that 5.1. Since CommBull as a whole is no longer a commercial product; is there any way for us to get CommBull v4.5f?
|
Quote:
|
Does anyone have any idea what this error is?.
Warning: Cannot modify header information - headers already sent by (output started at [path]/admincp/commbull.php:35) in [path]/includes/functions.php on line 3781 I get it when i click on 'send' in admincp. |
Quote:
EDIT: Installed, but I get this error: Quote:
EDIT again: Installed commbull 5.1. Works well for me. Now if I can only figure out how to change the html colors of the email that is sent.... (It used to pick up the forum default) |
Commbull 4.5f can be found here:
http://www.octanedev.com/commbull_4_5_f.zip |
Quote:
If that doesn't work, try using: PHP Code:
|
Quote:
|
Quote:
If you are asking how to install 4.5f, if you have a copy, those versions require either the Zend Optimizer or Ioncube installed on youjr server. The installations instructions for 4.5f are as follows (from the ReadMe): Quote:
|
Getting back to this unsubscribe issue, the mailer points to an unsubscribe link of:
http://forum.russbo.com/admincp/$commbull_unsubscribe $commbull_unsubscribe doesn't work. Any idea as to what to change that PHP line to, to make it work appropriately? This seems to get you to the edit options page, but I wasn't sure if there was a commbull specific link Code:
<a href="http://mysite.com/profile.php?do=editoptions\">\$vbphrase[tounsubscribe]</a> |
No, that's it. If you've followed directions, that should take the member to options where s/he can uncheck the "receive commbull newsletters" option.
|
Update July 12, 2010: Product XML file provided by grandeur_69 for vBulletin 4.x.
|
When someone checks (or unchecks) the boxes in their Options, the settings are not saved in the DB. Everything else is working perfectly.
|
Quote:
Make sure the member knows to scroll down to the bottom of the page and click on "Save". One other possibility is that if it's an admin who is configured as "unalterable" in config.php, I'm not sure whether that will be saved. Added: Are you talking about the manual edits or the XML file? |
Quote:
I was trying it in my settings. I have checked and I am an admin, but I am not unalterable, in config.php. I changed my settings via a SQL cmd. then I went into my settings and unchecked the HTML Type. When I hit save, it blanked both boxes. The only way I can get it to set back to enabled, is by using a SQL cmd. |
What vBulletin version are you using?
|
Quote:
Looking at the xml file, I do see this: Code:
<templateedits> |
All times are GMT. The time now is 06:25 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:
|