![]() |
It worked! :D
|
Quote:
Regarding the password being a long string of random text....in 2.2.0 passwords are encrypted, so don't bother trying to send the password :) |
To make excluding forums easier, would it be possible to have the forums shown in a hierarchial view, instead of a straight down list?
|
ok I really have a problem here..I installed the hack except the one command line in the admin/index.php..cause it does not look
like its not there in the 2.2.0 version of VB.. Any ideas?:confused: |
The line you didn't install is the line that adds the command to the admin menu.
|
I know i didnt added cause the line i was looking for to added the caommand under neath was not there in the admin/index.php
|
Quote:
|
Ok thx for the line to add but were am i putting it at?or under..:D
|
Quote:
PHP Code:
|
Is there a packaged install (including all the little changes and updates I see spread out in the forums) to work with 2.20? This seems like a great hack!
|
Quote:
https://vborg.vbsupport.ru/showthrea...threadid=32129 but it does not add the Admin CP part, there is a post in that thread with instructions to do it. |
Thanks Prince :)
|
I had this running on 2.0.x, but haven't installed it on 2.2.0 yet. My only problem was when modifying the /admin/index.php file, the coding seems to have changed. Anyone know how to add the link to the hack in the new index.php file? It's not just HTML anymore (i.e., no <a href""> anymore).
|
Quote:
makenavoption("Send Community Bulletin","commbull.php?action=info"); Just put that where you want it. I have it here: makenavoption("Build Mailing List","email.php?action=genlist","<br>"); makenavoption("Send Community Bulletin","commbull.php?action=info"); makenavselect("Users"); I also installed the new version that sends HTML mail. I love it. |
I installed the hack and used the "{ }" per the instructions to block out the username and password, but they are still showing up in the e-mail.
Also, just FYI, the passwords are showing up as encrypted. |
The braces indicate the portion of the message that is not to be posted on the board... not a part to omit from the email.
|
ive done everything but i cant find
in admin/index.php <a href="email.php?s=<?php echo $session[sessionhash]; ?>"> Email users </a><br> will i definatelly have it ? or should i create it ? |
It's not formatted that way in 2.2.0. You might want to try the newer version of this hack. It's the same as this but with a couple of new features and it's updated to work with the latest version.
Amy |
:( will i have to uninstall the files ive done ?
and anyideas where i will find the new one ? thanx amy |
No. You won't have to uninstall. The new one adds on to what you have done. :) BUT, you will have to be able to look at what you have done to recognize what you need to add from the new part.
Amy |
is the new one released yet amy ?
|
<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=32517" target="_blank">https://vborg.vbsupport.ru/showt...threadid=32517</a>
|
cheers Amy, it seemed to go ok, but when i got to preview it gave me this error
Database error in vBulletin Control Panel 2.2.0: Invalid SQL: SELECT userid,username,birthday FROM user WHERE SUBSTRING(birthday,6)>='11-29' AND SUBSTRING(birthday,6)<='12-13' ORDER BY SUBSTRING(birthday,6) LIMIT 0,10 mysql error: You have an error in your SQL syntax near 'SUBSTRING(birthday,6) LIMIT 0,10' at line 1 mysql error number: 1064 Date: Thursday 29th of November 2001 03:16:25 PM Script: http://www.golden-springs.com/forums...n/commbull.php Referer: http://www.golden-springs.com/forums/admin/commbull.php |
I'm just bumping this up to let you all know I am finally working on an update to this hack.
New features/bug fixes: - Send HTML email - HTML email uses templates and standard replacement variables for easy customization - Rewrote birthdays subroutine to not use SUBSTRING as an ORDER BY since that seemed to cause so many problems - Fixed problems with getting birthdays from both December and January or farther - Redid forum display so that: -- you cannot select categories -- private forums are marked as No by default -- display is laid out in an indented manner, as if you were looking at your actual forums - Now saves settings, including which forums to include and which usergroups to use - Various other little bug fixes/improvements here and there I have most of this done - I am mainly working on the HTML / templates aspect now. I hope to have this done fairly soon, hopefully by Christmas. Let me know if there are other things you'd like to see in this. |
Quote:
|
Funny you should mention that. :) I put in two things in regards to that that I left off my list accidentally, and they are:
-- Preview/re-preview after editing -- HTML Preview so you can see exactly what the HTML message will look like I'm taking advantage of the AdminUtil table to store the messages between pages - made it a dream to code. :) |
Kevin,
We are not worthy!!! :D :D Along with the vbStats Hack, this one is my number one favorite! :D ....runs off drooling in anticipation of the next release. :D |
[QUOTE]Originally posted by tubedogg
Let me know if there are other things you'd like to see in this. |
Hmm...that's an interesting request. Can you explain how you'd like it to work, e.g. do you want textareas on the selection screen, or...? Or do you mean additional templates to use it from time-to-time?
|
Quote:
|
Actually, now that I'm thinking of it....Kevin, did you see the other thread that someone released which took this hack and added the HTML or plain text option for the users? That is an extremely handy option to add in if you're going to be updating this one. Some of my members really like the HTML format and some of the members that can't receive HTML email like AOL users like the plain text option and can specify it under Edit Options in their user control panels.
Also, I'm not sure how others would be feel about this, but I'd like to see the forums chosen to include defaulted to NO instead of YES. I tend to pull 10-15 threads out of about 8 forums each. I have 20+ forums. Give me more time....I'm sure I'll think of more options. (kidding) :D |
Actually I saw it last night after I wrote my message. That's how it's already set up in mine - there are two previews, one for text, for HTML.
Also as part of the 'saving options' bit, after the first time you select forums, it will save the settings so you don't have to manually change them the next time(s), but you can still change them at any time if you wish. |
Quote:
|
[QUOTE]Originally posted by tubedogg
Hmm...that's an interesting request. Can you explain how you'd like it to work, e.g. do you want textareas on the selection screen, or...? Or do you mean additional templates to use it from time-to-time? |
I guess I'm still a little unclear...Do you want this to be saved into the database, or just added to the preview? I'm not sure I quite understand what the difference between pasting it into the textbox that appears after selecting options and putting it in a textbox on that first page is. Seems unless it was saved between times it would be the same amount of work?
|
I'd just like extra text boxes that I could use to add custom sections to the newsletter. Of course these will show in the preview and become part of the newsletter, but it's not necessary that they be saved to the database. Does that make more sense?
|
Quote:
|
That makes perfect sense. :) My point is just what is the difference between these two situations?
a) You select all of your options, you go to the preview and you paste in some additional content b) You select all of your options including a box with some additional content and then go to the preview Now, something I just thought of - do you want it to put it in a table for you? Like you provide the table heading and the actual text that goes in the table and then it builds it for you in a default style table? That makes a lot more sense. :) |
Ok, I uploaded the commbull.php and went through the database table altering step but then after that, decided not to go through with it. So I havent made any changes in admin/member.php How can i reverse the alter table that was done in step 1 of the install? Or should I not worry about it?
|
[QUOTE]Originally posted by tubedogg
Now, something I just thought of - do you want it to put it in a table for you? Like you provide the table heading and the actual text that goes in the table and then it builds it for you in a default style table? That makes a lot more sense. :) |
All times are GMT. The time now is 05:47 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:
|