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 |
#32
|
|||
|
|||
Quote:
|
#33
|
|||
|
|||
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:
|
#34
|
||||
|
||||
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> |
#35
|
|||
|
|||
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.
|
#36
|
|||
|
|||
Update July 12, 2010: Product XML file provided by grandeur_69 for vBulletin 4.x.
|
#37
|
||||
|
||||
When someone checks (or unchecks) the boxes in their Options, the settings are not saved in the DB. Everything else is working perfectly.
|
#38
|
|||
|
|||
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? |
#39
|
||||
|
||||
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. |
#40
|
|||
|
|||
What vBulletin version are you using?
|
#41
|
||||
|
||||
4.0.4 PL1
Looking at the xml file, I do see this: Code:
<templateedits> <templateedit template="modifyoptions" varname="modifyoptions_commbull" username="Commbull" version="5.3" dateline="1278487345" searchorder="5" active="1" product="Commbull"> <title><![CDATA[Community Bulletin]]></title> <searchstr><![CDATA[ <input type="hidden" name="set_options[adminemail]" value="1" /> </li>]]></searchstr> <replacestr><![CDATA[ <input type="hidden" name="set_options[adminemail]" value="1" /> </li> <li> <label for="receivebulletin"><input type="checkbox" name="receivebulletin" value="1" id="receivebulletin" tabindex="1" {vb:raw checked.receivebulletin} /> {vb:rawphrase receive_email_from_commbull}</label> <input type="hidden" name="set_options[receivebulletin]" value="1" /> </li> <li> <label for="receivebulletin_type"><input type="checkbox" name="receivebulletin_type" value="1" id="receivebulletin_type" tabindex="1" {vb:raw checked.receivebulletin_type} /> {vb:rawphrase type_email_from_commbull}</label> <input type="hidden" name="set_options[receivebulletin_type]" value="1" /> </li> ]]></replacestr> </templateedit> </templateedits> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|