![]() |
That's easy. :)
Enable email modification in the forum manager and fill out the "reply address" as the admin's email address. Disable the scheduled task for Email Integration in the scheduled task manager. Then you can go to Languages & Phrases -> Search in Phrases -> searching for ei_notify in the variables and you'll see all the phrases for the emails. Then you can modify those to your liking. I do NOT suggest anyone change any of these phrases unless they will be disabling incoming mail!!! The regex in the scheduled task rely on specific layouts of the -=-=-=-= lines in the emails to correctly parse and interpret the incoming emails! |
Pardon, odays update is for what?!
I didn`t get it. Sorry to ask. |
The new version uses now the "internal" vbmail function!
|
Yep yep :)
Complete with handling the mail queue and smtp authetication! :) |
Cyricx,
Once again, thanks for the greatest mod ever. I do hope everyone is donating some $$ to your effort. Three quick questions. 1) Under vbulletin - email integration settings it says, "See the "Install File" on how to change the default email type." I do not see this info? How do you set default? 2) Smilies are still showing up in my messages as little red x's. I modified paths, here is one: http://www.amphicar770.com/amphicarf...milies/012.gif What am I doin wrong here? 3) After upgrade is it now using vbmail automatically or do I have to modify something? Stupid question but what would it be using otherwise? Thanks again. |
Quote:
If you want to change the default way that everyone sees the emails while allowing them to choose what they want, you need to run a query. Be sure to replace (TABLEPREFIX) with your table prefix or remove that if you do not use one. This query changes the default value for the field for new users that register from this point on to 1 which is for HTML emails. Code:
ALTER TABLE `(TABLEPREFIX)user` CHANGE `ei_format` `ei_format` INT(3) NOT NULL DEFAULT '1'; Code:
UPDATE `(TABLEPREFIX)user` set `ei_format` = '1'; If you DO NOT want to let user's choose and want to force html, just use the options in the vbulletin options. Quote:
http://www.yourdomain.com/forum/imag...ies/smilie.gif Quote:
Hope this helps!! |
Quote:
|
Quote:
It`s always a pleasure to meet you :D |
Wehave a problem with the email integration Mod. On enabled forums around 60% of the time if we quick reply we get:
https://vborg.vbsupport.ru/external/2008/01/6.png taking place, if we refresh the post is there. If we use regular reply around the same amount of chances we get (..815), again a refresh fixes. https://vborg.vbsupport.ru/external/2008/01/6.png We?ve also seen: ?This post is a duplicate of a post that you have posted in the last five minutes. You will be redirected to that thread.? Or Fatal error: Call to a member function on a non-object in /home/windows/public_html/forums/includes/functions_newpost.php on line 908 So some serious issues for us somewhere... Can give you Admin access if you need it to track this one down. Have confirmed if we disable the Mod the issue vanishes completely, turn it back on and it returns. |
Hi Cyricx,
Everything works very well except I am struggling with being able to have email pulled into the forum. I can see the email sitting in the user's mail box, so I know that it is getting that far. I expect that the issue is the mailbox name. I am running Red Hat Enterprise Linux 5.1. In this system, email is stored in /var/mail/username, not INBOX. Should I enter the full path to the mailbox? Is INBOX some Microsoft server name? Thanks, John |
All times are GMT. The time now is 12:04 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:
|