![]() |
I have an as of yet un-live board, but this installed and is working great (so far) on 3.8.3 with HostDiscovery.
|
it doesn't seem to work when I reply to an email. Nothing gets posted to the forum/topic, and Ive run the cron script manually.
I don't see the admincp nav options either, but ive uploaded the CPNAV file. <-- fixed this, the cpnav file need to be edited it points to the product emilint, but the product name is emailint37 so it needs to be changed in the cpnav file. still can't get it to post replies to the emails. |
I guess the author isn't supporting or working on it anymore then.
|
I've created a signature block in my profile on the discussion board and when I reply to a thread, or create a thread, it appears as it should. However, when I receive the email from my reply or thread, the signature block is not present. Also, when I reply to an email, the signature block I have in Outlook doesn't appear. Since I'm not real enthused about the idea of re-typing my signature block on every message, is there some setting I can adjust that will let it show and pass it through?
:confused: |
Quote:
Quote:
Quote:
Email Integration results Opened mailbox for Offers Blocked from ...... Im the admin, the board is not public and has no members right now. I've checked through those options and I have nothing set for "Blocked Subject Text", there is no email banning, and it still will not post the emails back to the board, but it will delete them from the server. ???? |
well it seems to work now. I guess you have to have some kind of filter in the "blocked subject text" I put "sex" as a banned subject and now they will post.
The ONLY small problem I have is with thread prefixes, If I create a new email and send it off to be posted as a new thread, it does indeed post back as a new thread but it lacks a prefix. Anyway to enable users who reply/post by email to have the thread prefix? |
Quote:
|
Any plans for 4.x compatibility?
|
Quote:
|
I would LOVE to have this for VB4
|
yay..!! i need this...!!
is it work on vB 4.0.8 ??? |
Yes, any chance of upgrading to VB4 ?
|
I wonder if some of the successful users of this mod could suggest some things to try to resolve a problem I am having.
I have been using EI successfully for over a year now with a forum of around 500 users, most of whom had "instant email notification" for new posts selected (that was the default autosubscribe for new users). For a variety of reasons I recently decided to disable EI for most users, so I removed the "Registered Users" usergroup ID in the EI settings for each of my forums. However, when a new post was made in one of the forums and email notification still went out to all Registered Users. Can anyone suggest any reasons why this might happen? |
The same mod for vb4.x.x. would be wonderful...
|
At this point I think it is reasonable to assume that this mod has been abondoned by the author and is no longer supported.
I certainly do not expect any mod to be supported for eternity. At the same time I do think the author has a responsibility to make his users aware that it is being killed off. I, like others, made multiple contributions to support an effort that was already dead. I do think this was one of the best mods ever. Unfortunately, it has now become a nightmare as it leaves me stuck on VB 3.7. |
Quote:
The mod has installed and works on my VB 3.8.3 I have only done basic testing so I do not yet know of any problems but at least I can confirm that the 2.6 version of this mod for VB 3.7 does install and work on VB 3.8.3 |
Installed and working on 4.1.2 Beta, with a wee tweak here and there.
|
Quote:
|
I was setup with Vb 4.1.2 and i meet an error . Warning: array_merge() Argument #1 is not an array in ....
|
Does that warning stop EI from functioning? Where precisely in the code is the warning reported?
You can also off the reporting of warnings in the PHP settings. Warnings should be logged, not displayed. |
Forum still work fine , but i have a warning at the top of forum .
|
This error is begin caused by line 238 in the file product-emailreplyint.xml, which is:
Code:
<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('bbcode_quote'));]]></phpcode> |
Here is a listing of changes I made to try and get Email Integration working again.
product-emailreplyint.xml Deleted line:238 Code:
<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('bbcode_quote'));]]></phpcode> Original: Code:
WHERE postid = $postid Code:
WHERE contentid = $postid |
I'll be working on this in the next few days to come and dig over what others have found and what I can figure out to get a new release for vb4 sent out.
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
We need this functionality as well so I took the 2.6.1 beta release and made some pretty heavy changes. It seems to be working so I documented the changes I made and repackaged it as a dot release, hope I'm not stepping an any toes. Here is a summary of what I did:
|
Thanks very much, Rick! Anyone testing Rick's mod, please post your experiences here.
|
Rick, I'm trying to get your version of the mod working on vBulletin 4.1.10 and I'm seeing a few problems:
When viewing any page of the forum as a user, I get the following PHP warning at the top of the page: Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1366) : eval()'d code on line 1 And a basic question about the mod installation: in Step 6 (Template EDIT) of the install.txt file, the second template edit says to find "<vb:if condition="$show['subscribetothread']">" and replace it with something else, but there are two instances of the string. Should I replace both instances or just the first? Thanks for your work on this, and any help you can provide. |
Wow,
I have not seen any of these issues, a few others that I'm working on but not these. What version of vB are you using? I'll take a look at these when I get a chance, might be a few days though. |
Rick, I'm using V4.1.10. I found a bunch of other reports of problems when upgrading from 4.1.3 to 4.1.4 due to them moving the message editor from one path to another. I just copied the install package for version 4.1.3 to my server and I plan to try it with that version today. Can you tell me which vBulletin version you are working with? Also, do you know of any browser related issues with vBulletin (I'm currently using Firefox 4.01, so I'm a bit out of date there)?
Thanks |
Update: I've made some progress getting this to work using Rick's 2.6.2 Beta version of the mod with vBulletin V4.1.3 Patch Level 6. I was able to get a post to be created from an email reply (reply to an email from the Instant email Notification.)
I was getting the "array_merge" warnings until I deleted the line from product-emailreplyint.xml as SimCityForum mentioned in post #303, however it was a different line in my file (not line 238). Also, I found three cases of the "WHERE postid = $postid" code in the product-emailreplyint.xml but since the line numbers were different I was not sure if I should change any or all of them. In my version of the file, the code is found on lines 354, 438, and 765 (this is after deleting the one line earlier.) I assume this change is due to a table structure change but I have not tried to figure out the details yet. Anyone else tried this? |
Another update: Seems one needs to go back through every post in this thread as well as the thread for the mod for V3.6 to get this working!
I ran into the problem with the cron job failing and found the solution here: https://vborg.vbsupport.ru/showthrea...151222&page=57 (see post #843 on that page) This involves an edit to the emailintegration.php file . Without this fix the processing of the mailbox for the forum would sometimes fail and not delete messages that had been turned in to posts resulting in duplicate posts from one email (and get stuck in a loop). You can see the problem when you manually run the Email Integration task from the Scheduled Task Manager. After this fix when you run the task manually you get a nice report of what was done. I'll keep testing and post anything else I find. I am surprised there is not more interest in this mod. |
Anyone have any issues with this and vb3.8.7 PL2? it's sending out the notifications instantly but not recognising the email replies, could it be to do with vBSEO?, if so anyone got a fix for it?
|
Also this
HTML Code:
require_once(DIR . '/includes/functions_threadprefix.php'); HTML Code:
require_once(DIR . '/includes/functions_prefix.php'); |
Quote:
I tried Rick's 2.6.2Beta with VB4.1.11 but had various problems there. I am now trying Rick's 2.6.2Beta with VB4.1.3Patch6 and have it working with one warning. I am getting; Warning: mysql_escape_string() expects parameter 1 to be string, array given in [path]/includes/class_core.php on line 727 The above warning is coming from subscription.php?do=dosubforums when I click "Add Subscription" in "Edit Forum Subscriptions". Despite this error it seems forum subscriptions are saved. UPDATE: 7 March 2012 In VB4.1.5 I did get rid of the above error with a small change in EI_SubscribeForums plugin. I today decided to try the same thing with VB4.1.11 and I see that EI is now working without any error and without having to edit the EI_SubscribeForums plugin. |
Quote:
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1353) : eval()'d code on line 76 |
Quote:
Thanks for your work Rick, much appreciated, after the fixes noted it looks like it's working well. |
All times are GMT. The time now is 01:16 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:
|