![]() |
Does the installer in the files you uploaded incorporate the manual database queries that you ran and mentioned in post 127?
|
Quote:
ummm username: dodgeboard.com alias: dodgeboard@yoursite.com |
ok, I did not put any installer. Do you have access to a development board?
|
nope,
it's on my to-do list though :D You want to set it (VBMS) up for me? :cool: |
The installer should be the same as the original post. Only one query to change, the one for phraseid as per my post before. If not, then I'll post the individual queries.
I am mostly concerned that all the settings will be installed. Paul M mentioned some missing, but could not verify that as I did a manual install. |
Quote:
Never got the HTML email.... but hey, that's not a real big deal... :laugh: Edit: yeah I got it, but the html was displaying the code. |
So I guess Filburt the ball is in your court. Works for me on 3.60
|
Quote:
|
yeah
---but not a big issue If someone can now get this packaged into a completed product with the installer bugs incorporated, we'd be in good shape. |
Quote:
Can't help on installer. Like I stated before, I code only on my site and never learned how to package those things. I am still doing it the 3.07 way. |
okay- you made some real progress today! Thanks for all your efforts. Email me if you need anything webmaster at dodgeboard.com
|
Thanks, you've been a tremendous help.
|
I must say, it's pretty damned impressive what you guys have done with it, especially figuring it out so quickly. I'd like to think it's because I coded it with some high-level concepts in mind, but more likely, you're PHP gods. ;)
The installer's a +++++. What specific problems is it causing? BTW, header duplication and problems will occur within the vbms_mail_message class. The API function you posted is just a wrapper to provide safe arguments for the class and to easily say "just send the message" without all the extra code. |
post 127:
Quote:
Can you package these changes so that the queries are properly executed? Then use the files posted by Lionel on post 197 to put together a 3.6.0 beta release. |
I have no idea how the phrasing works in vB 3.6, so I don't know even how to start fixing that one. The table prefixes should automagically be replaced when queries are run. It should add the settings and create the group as well.
If the whole process changed in 3.6 versus 3.5, then I don't know what to do. I have near-zero experience with 3.6. (also don't have <oXygen/> installed right now) |
You need to deal with that single line for phrasetype (database has changed from 3.54 to 3.60)
And need to make sure all settings are there (15 of them). Here are 3 screenshots of what the complete settings should be. Some of them, I 'borrowed' from the 3.07 version to manually install. I also borrowed the code below navbar to display new emails from the 3.07 version |
Quote:
1-Imported the phrases directly from Filburt xml into english language 2-Did same thing for templates replace new_ with your prefix for settings you are on your own. My sql files have my autoincrements working 3.60 version here |
I think you mean "replace WDF_ with your own prefix"
|
Quote:
PHP Code:
|
Doh! Thats what I get for working on 2 things at once...
|
I also put this at the end of navbar template so members know when they have new mail.
PHP Code:
|
You guys make sure you have 15 settings, and the one for NOTLS is named force_notls and not notls.
If you have problems, post it and I will help you. |
My setup is very different. So in the code that I posted, you need to look for and replace every instance of
Quote:
Quote:
|
in vbms_functions.php look for
Quote:
PHP Code:
The fix above introduce the alias in the WHERE clause, so if alias is not in there it will ignore it and send the mail without errors. |
Work this nice Addon under 3.6.2 without Problems? I´ve tried, but i became trouble with the installer. Have anybody an idea?
|
Did you read any of the posts in this thread?
|
Instructions.
BACKUP your database and your templates
This has been working on my site with no reported problems. Some FAQ are specific to my site and you will not need. Simply delete them in FAQ admin If you want to display a mail notification to your members on the site, follow the instructions here https://vborg.vbsupport.ru/showpost....&postcount=221 uploaded images |
At Query:
UPDATE phrase SET product = "wdf_vbms" WHERE varname LIKE "vbms%" OR phrasetypeid = 500 Quote:
|
Quote:
"OR phrasetypeid =500 " |
same with this one? (same error)
UPDATE phrasetype SET product = "wdf_vbms" WHERE phrasetypeid = 500 |
Quote:
ignore it too. Ignore the ones referring to phrasetypeid. I simply copied the original query and forgot to remove them. I am attaching missing images. |
FYI: queries for CREATE TABLE vbms_usergroupsetting and vbms_sendfloodcheck are listed twice in the sql.txt file- you get an error on the second instance
EDIT: and vbms_log All other queries executed properly So I made the corrections to the SQL.TXT and am uploading it here. I also elimintated the table prefix as well. Lionel, why do we even need a table prefix since all the tables are already prefixed with vbms_ ? |
Quote:
|
I am not sure this was included
PHP Code:
|
And he forgot to autoincrement messageid in " . TABLE_PREFIX . "vbms_message
You need to do it too in php admin |
Couple of things... the cron job seems to fail.
Aaand... any settings changes and the cron job is disabled and set to run only on the 1st. |
Thanks for the instructions Lionel :) .. I've managed to get it to the point of being able to send a mail out but it doesn't seem to be checking for new mail .. do i need to set the cron job up as mentioned earlier in this thread? I've set it to check for mail every 2 mins and to log in the settings but nothing has appeared there as yet ..
Also .. How do I change the name from "Haitiwebs Mail" showing in the title of the page and in the breadcrumbs? I don't seem to be able to find it in the settings .. Thanks :) |
the cron job is in the plugin. Make sure that the plugin is enable (2 of them) specially the parse templates which adds to the $cronimage found in footer.
To change the name, look in vbms_function.php |
Forget about the cron in the cronjobs. This is not using a cronjob like we know it. In fact delete it. It was not supposed to be there.
|
This is what activates the cron: Check e-mail. Make sure you have those 2 plugins which were included in the product
PHP Code:
Quote:
|
All times are GMT. The time now is 05:01 AM. |
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:
|