The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Commbull (Community Bulletin) 5.1b Details »» | |||||||||||||||||||||||||||||||||||||||||||||
Community Bulletin:
This mod grabs all the latest information in your forum (posts, threads, events, birthdays, etc) and puts them into a newsletter to be sent to all your members that subscribe. This mod has been around a long time and gone through many versions. It has been a paid version for a number of years with great success, but it's time to pass on the reigns. [edit Feb 03, 2011] Attempted fix for sending to users that are part of multiple user groups [installation] - upload some files - upload the product.xml - make 1 mod to the usercp options template - FULL DETAILS in the README.txt [note] many people ask why all the images, etc don't show up in the HTML version of what is in your forum. This is because most mail clients strip out the CSS and vbulletin is 99% CSS. I have created an HTML version that is nice and clean, but is forum independent. If you know what you are doing, you can edit this HTML file and build your own newsletter. Download Now
Screenshots
Show Your Support
|
2 благодарности(ей) от: | ||
M Shaker |
Comments |
#182
|
|||
|
|||
From phpMyAdmin or from vBulletin AdminCP | Maintenance | Execute SQL Query, typemin and execute the following:
Code:
ALTER TABLE user DROP receivebulletin |
#183
|
|||
|
|||
Quote:
check 2 things: - the vbulletin mailqueue table to see if they are being added there - server maillog to see how they are being handled by your server |
#184
|
|||
|
|||
Quote:
My guess might be that you do not have permissions to use the SQL query "show columns", as both the install code and uninstall code check to see if the columns are there before installing / uninstalling. I may have to figure out a way to check that "show columns" actually returns the proper results before running these checks. to manually uninstall: Code:
ALTER TABLE user DROP receivebulletin; ALTER TABLE user DROP INDEX receivebulletin; ALTER TABLE user DROP receivebulletin_type; |
#185
|
|||
|
|||
Thanks dj,
After doing that, another error crawled up Database error in vBulletin 3.8.3: Quote:
|
#186
|
|||
|
|||
Thanks for the quick support,
Does anything change knowing that I already dropped a table as suggested by DJ ? Appreciate the promptness in response Quote:
|
#187
|
|||
|
|||
Quote:
Code:
ALTER TABLE user DROP receivebulletin; ALTER TABLE user DROP INDEX receivebulletin; ALTER TABLE user DROP receivebulletin_type; |
#188
|
|||
|
|||
Okay Installed successfully but have some internal issues with my vendors code conflicting with this.. lets see how it goes.
|
#189
|
|||
|
|||
Those are three separate SQL statements:
Code:
ALTER TABLE user DROP receivebulletin; Try the following two separately. If you get an error like you did above, basically saying the table doesn't exist, don't worry about it - that's just telling you there's nothing to delete. Code:
ALTER TABLE user DROP INDEX receivebulletin; Code:
ALTER TABLE user DROP receivebulletin_type; |
#190
|
|||
|
|||
Oh, and if you are using a table prefix, that needs to be prepended to the SQL statement:
Code:
ALTER TABLE {TABLE-PREFIX}user DROP receivebulletin; ALTER TABLE {TABLE-PREFIX}user DROP INDEX receivebulletin; ALTER TABLE {TABLE-PREFIX}user DROP receivebulletin_type; |
#191
|
|||
|
|||
Hi,
Thanks for this great mod very useful. I have installed it on vB 4.0.5 boad and send my first community newsletter to the admins for test. We received it. Then I sent it to all my members but unfortunately nobody received it. I didn't changed any other options exepted the selection of usergroups. Does somebody have had the same problem and can help me please ? Thanks in advance Cordially |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|