![]() |
Yeah, the option was there previously. I'll check the links when I get a moment.
A readme.txt file in with the .zip file might be a useful addition to this hack. |
Hi,
did someone know how to fix the event & birthday problem? Also the "last topic" on forum home is not shown, when sending the newsletter into a selected forum... Regards, Tobias |
I just want to confirm that this hack still currently works with VB 2.3.2?
Regards, Lee |
Versions of this hack for vB 2.*.* are here:
https://vborg.vbsupport.ru/showthread.php?t=32129 and https://vborg.vbsupport.ru/showthread.php?t=16290 In regard to the vB3 version I'm going to take a look through the installation instructions tonight and make sure I've changed all the templates appropriately. I missed that before, so apologies for that. One last request: with the new thread style here this hack is currently shown as mod version 1.0.0. On my script this is shown as "Community Bulletin Email Generator version 2.4" - could the mod version be changed so that we can refer back to here to see if we're using the most up-to-date version of this hack? Thanks. |
Okay within the installation instructions I see the initial message:
Code:
User table altered... Failed (Possibly already updated) Still nothing under the links within the admincp either - by the looks of things that it is to do with the phrases. What exactly should I be looking to edit there? By the way, if it helps I went into the properties of my user table and it shows the following. Code:
CREATE TABLE user ( |
Quote:
Regards, Matt |
Quote:
I finally had to add a hard coded link in the html version for my forums' calendar for the users to click. |
EVENTS
I have taken a crack at fixing the event problems. They are related to the fact that the database as of 3.0.3 now has the dates stored as an integer timestamp (big number) and this combull script expects them to be stored as a MM-DD-YYYY date format. There is also an issue related to the fact that there are now start and end dates associated with each event, and a separate issue related to the possible existence of private calendars. If someone wants to PM me with their email address I can send instructions on how to modify the script to print events. This will help debug it. If you can't use an editor to modify the script and test the results, please don't bother PM'ing at this point. This is for debugging purposes only. I will send you a piece of code that replaces the CALENDAR section of commbull.php. It is ugly because it has the existing lines commented out with corrections inserted. We'll test it then clean it up before publishing it. BIRTHDAYS Birthdays are more messed up. The storage order MDY changed around and the script also has a bug in it that would prevent it from working properly if the birthday window (30, 60 days) wrapped a year end. I got it printing the current month's birthdays, but with 3500+ users, there is basically no point for me in taking the birthday thing any further. I am not going to acknowledge 300+ birthdays in the monthly newsletter anyway. I suspect that there is a way to reuse code from the forumhome to do that, I might look at it if I have the chance but I have a lot of important things pressing. PLEASE CONTACT ME BY PM ONLY, so we don't clutter this thread until we have a solution. Include your EMAIL address if you want code to test. Regards, Matt |
hi everyone ... i'm going to look into fixing some of these bugs, including all the calendar stuff, but i am currently traveling/working in Europe and won't be back till January. I now have it running on over 30 vB's (all on a couple of our servers) and it works really well ... we send out about 100,000 mailouts between all the forums.
|
Quote:
|
Quote:
Regards, Matt |
Quote:
|
How do we make this an automation procedure? Can this be a schedule task to run weekly or daily or monthly? This question has been asked now 3 times.
|
currently there is no way to run it automated ... at least i haven't tried a way ... i guess the easiest way would be to use a javascript.submit if a certain value is passed through the url ... but, this could cause security issues as you would have to disable the check if you are logged in and someone could send out your newsletters whenever they want ...
... anyone have some other ideas? |
one wish- is that I can send it only to specific usergroups ---
|
Quote:
Cheers, |
hi there,
great hack but i think it still can be improved much, like having a WYSIWYG editor for the extra text, and also having the forums header also, and also to have the latest topics of the news forums shown out completely not just as links, by the way how can i uninstall this hack ! regards and thank you for a good job. |
how I can add this script to Scheduled Tasks to work one time at a week, and seending only 100 email at once (coz of server resources).
|
there is no uninstall, but if the extra tables in your database don't bother you, just delete the commbull files from the /admincp/
SilverBoy ... please read prevous posts ... this question has been brought up way 2 many times |
How about the ability to send a TEST email out?
|
Quote:
|
I guess that would work -- thanks for the idea.
I think I found a bug --- at least I might have -- If I store my CSS as a file - I lose the style in the newsletter - |
yea, i actually just discovered that myself ... as 99.9% of the users of vB don't do this, it's not something i was in a rush to fix
|
Quote:
I found it cuz im also trying to speed up my board |
|
can any body write here
the modify the profile.php but the steps are not clear to me am adminstarting an arabic site right to left |
permanent fix for using css as a file:
in includes/adminfunctions_template.php find: Code:
if (preg_match('#^<link rel="stylesheet" type="text/css" href="(clientscript/vbulletin_css/style-\w{8}-0*' . $styleid . '\.css)" />$#', $csscontents, $match)) Code:
if (preg_match('#^<link rel="stylesheet" type="text/css" href="'.$vboptions['bburl'].'/(clientscript/vbulletin_css/style-\w{8}-0*' . $styleid . '\.css)" />$#', $csscontents, $match)) Code:
$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\$cssfilename\" />") . "'"; Code:
$QUERY[] = "css = '" . addslashes("<link rel=\"stylesheet\" type=\"text/css\" href=\"{$vboptions['bburl']}/$cssfilename\" />") . "'"; |
Tested and confirmed. Thanks man. Works like a charm.
|
Another question (different from my usual, recurring one!), which template do you need to edit to change some of the standard text?
Specifically I want to permanently change the line, "Currently, community updates are sent weekly." to "Currently, community updates are sent monthly." Thanks. |
you'll find all the phrase information in the file commbull_phrases.php
|
Installed quite easily. Excellent job to all who contributed.
|
It's working great. Truly impressive. But, one question, and it really isn't important; I was just curious. I've got five styles on my board, one parent, four children. The email goes out in the parent style, which was my old default style. Is there any way of sending it out using one of the children's styles, which also happens to be my current "default" style???
|
installed and I am almost done. but I can't figure this out:
Quote:
I cant see "Send Comm Bull" in my cp |
The combull is in the USERS part of AdminCP
The Phrase Manager is a different tool, used to manage phrases, also in AdminCP Regards, Matt |
Quote:
Quote:
|
Well, I did not have that problem (you are expanding the Users block and not just looking beneath it) but if you go into Languages&Phrases under it you will see Search In Phrases and in there you can type in commbull (two mm!), click Phrase Text AND Variable name and see if anything comes up.
For instance, if you click receive_email_from_commbull you should see the phrase "Receive Community Bulletin Newsletter (Approximately 1 per month)" which, by the way is a question someone was asking here. Sometimes if you simply Save it with no changes it will fix up the phrases. I don't know why. particularly you want to be sure you have this: Control Panel Global Phrases Containing 'commbull' Varname $vbphrase[commbull] Text Send Community Bulletin Hope that helps. Sorry it is not a problem I had so I am a little amiss as to how to fix it. Regards, Matt |
Quote:
|
I am going to instal this hack on my forum.
- Can anyone here pls let me know if is this works ok with vB3.0.3? - also do i need to back any other file besides profile.php and admincp/index.php? - any known issues with vb 3.0.3? sorry but cant really go through all 10 pages of messages. I did come across few post where users were having issues with vb3.0.3! question - does it come with uninstaller as well? |
I had no problem installing it on 3.03. It was easy, and it functions superbly.
|
Quote:
For your own education & safety, you should really read through the past posts before installing a hack. Ten or twelve pages is almost nothing. Some of the more popular hacks have many, many more. I would backup my database. The stock vb scripts you can restore quite easily. Regards, Matt |
All times are GMT. The time now is 11:56 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:
|