The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Commbull (Community Bulletin) 5.1a for vBulletin 4.01 Details »» | |||||||||||||||||||||||||||||||||||||
Commbull (Community Bulletin) 5.1a for vBulletin 4.01
Developer Last Online: Aug 2021
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. Download Now
Screenshots
Show Your Support
|
Comments |
#92
|
|||
|
|||
Has anyone run this mod with vb 4.1.7?
If so, what must I change to by work? I get an error message when sending mail related to the body. The preview works though. |
#93
|
|||
|
|||
I have an earlier version running on 4.1.7.
However, as stated in the first post, for help with CommBull itself, please post in the developer's thread at https://vborg.vbsupport.ru/showthread.php?t=230359 |
#94
|
|||
|
|||
Thanks for the reply.
After a fresh installation (all other mods are disabled), it does not work. Version 5.1a for vBulletin 3.8x and the xml from here. Which version do you use with 4.1.7? I will ask my question in the other thread. |
#95
|
|||
|
|||
Sorry, my mistake.
The MOD works on 4.1.7 The error was because of my german translation since had a variable errors crept |
#96
|
|||
|
|||
Hello all,
I would like to install a checkbox for the newsletter in the registry under vb4.1.7 this code: Code:
<div class="blockrow"> <label>{vb:rawphrase receive_email}...</label> <div class="rightcol"> <ul class="checkradio group"> <li> <label for="cb_adminemail"><input type="checkbox" name="options[adminemail]" value="1" id="cb_adminemail" tabindex="1" {vb:raw checkedoff.adminemail} /> {vb:rawphrase receive_email_from_bulletin_board_staff}</label> </li> <vb:if condition="$show['email']"> <li> <label for="cb_showemail"><input type="checkbox" name="options[showemail]" value="1" id="cb_showemail" tabindex="1" {vb:raw checkedoff.showemail} /> {vb:rawphrase receive_email_from_other_members}</label> </li> </vb:if> <li> <label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checkedoff.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label> </li> <vb:if condition="$show['email']"> <li> <label for="commbull"><input type="checkbox" name="commbull" value="1" id="commbull" tabindex="1" {vb:raw checkedoff.receivebulletin} /> />{vb:rawphrase receive_email_from_commbull}</label> </li> </vb:if> </ul> Please can anybody help me. Another question In setting section when I select for "Only include threads that have been started or replied to since this date?" as yes, I get in the newsletter threads older than the date I selected. The threads are older and the last post in the thread also older. I've already asked in the main thread, but unfortunately not received a response Thanks Igel1 |
#97
|
||||
|
||||
Hey all,
I have this working on one of my own sites which has 4.1.12 and it works perfectly. I have another client with 4.1.12 and I cannot get it to send. It runs through everything and it even shows the list just as it would if the emails went out but noone gets any email. Does anyone have any ideas on how to fix this? Could this be a server issue possibly? Thanks |
#98
|
|||
|
|||
I would suspect so.
First, check all the settings in CommBull. Then check all the settings for AdminCP>> Settings >> Options >> Email options. Look for any differences there. If those are all the same for the one working and the one not working, look for server email configuration differences. |
#99
|
||||
|
||||
In 4.1.12 I cannot get the unsubscribe link working. I have not yet looked into the template mods but I am sure they have to be changed again to work on this version.
Does anyone have any changes to get the unsubscribe link working on 4.1.12? Thanks much Ok guys, I got this working by using this mod and by editing the unsubscribe link in commbull_template_htmlnew.php .. # The next issue I am having is that none of the user stats are showing, the user avatar is not showing, calendar events are not showing. I think it is due to some of the phrases and variables being changed in 4.1 but I cannot figure out what has changed. Has anyone else fixed this issue? |
Благодарность от: | ||
djbaxter |
#100
|
|||
|
|||
This plugin work in vb 4.2?
|
#101
|
||||
|
||||
No. You get this error when you try to install it, using the xml file in this thread.
Quote:
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|