![]() |
In and loaded Chris looking good apart from the known issue with the BBCode Table Mod.
|
donated-izzledededed!!!!111oneone1!!!eleventy
|
Thanks guys!!!
BBcode mod is definately on my todo list. |
question: is this just a one way email??
I send email from my account to the forum, it imported just fine, but when i replied, or even post a new thread, nothing was sent back?? any reason why... and concerning the multiple email accounts, so if i have 50 categories, well thats a lot more then what i would want to do as a user, save all those emails... Thank-You |
Quote:
works great ... phrases read and shown in the admincp .. forums can be saved (but all email-settings where gone ... not so dramatic) ... Donation (small one) on the way ;-) .... really good piece of work ! anyway why the options in a seperate tree instead of vboptions ? makes no diffrence, im just courious |
Quote:
Yes, if you have 50 forums that allow posting from email, you would need 50 different email accounts. Just like yahoo groups :) Quote:
You mean the forum settings help thinga machig? That's just a test script. People input their base settings there, then it scrolls through trying all the possible combinations and spits back out a page telling them what options to use in their forum manager to connect to the box. :) Eliminates everyone having to manually try localhost and mydomain.com and the 6 different connection types etc :) Does it for them :) |
Quote:
Im not sure if you have this option or not, how would i be able to strip out links from emails coming into the forum? It would not hurt either to be able to strip out words, terms, sentences also. another option is to ban individual users from sending email into the forum, for those that may take advantage of the email system, sending emails that should not be sent... Thank-You |
I really like this new feature. I had previously tried to tell my users what to do to get instant email notification for each forum ... and it was a pain. This new feature in 2.3.1 is concise and self-explanatory and the "Set All None" and "Set All Instant" are exactly what I needed. Thanks!
|
Cyricx,
Any idea when you'll have attachments working? If you post a message with an attachment via email, the post is generated properly and has a "1" in the vb_post column "attach". There's also an entry created in the vb_attachment table for the attachment. Most of the fields in this table entry are correct (postid, userid, dateline). But there's no data at all stored in the "filedata" column for this entry. So the attachment is effectively discarded even though the post shows that it has an attachment. In my case, I've got attachment processing enabled, but didn't make any of the changes to allow unknown type attachments. The attachment type I am using to test with is a small .jpg file. Posting with this attachment via the forums webpage works fine. But via email it doesn't. This problem isn't new to 2.3.1. It hasn't worked in any previous rev I've tested either. 2.3.1 looks functional enough for me to deploy on my live board if attachments work. |
attachments... work fine here .. with just the issue that picture-thumbnails not crerated.
its annoying start maintance scripts manually ... to get this updated ... but thats okay for now ... a not finished feature with a solution ;-) hope later this will be runns automaticly. |
Quote:
Quote:
On the second topic, you can easily control who's emails are processed. When you go to the forum manager and input the settings for the mailbox there is also a setting there for what usergroups can post messages from emails. This also handles secondary usergroups. So you only put those that can post to the forum in that usergroup and add that usergroup to that setting and your good to go :) |
Quote:
Are you have issues on your site with this? The thumbnails in pictures is definately an annoyance to me too. There's sooo much I still want to do with this. :) But some of it, I get it functional, then I pretty it up. Unfortunately there are still a few things I need to get function, hence the beta, before I go back and pretty things up like the thumbnails :) |
Quote:
|
Quote:
|
I think I've figured this one out.
Line 451 of emailintegration.php is wrong. It has this: PHP Code:
If I change it to PHP Code:
Scanning through the rest of the file, I see this comment ... perhaps the code on line 451 should check this variable and decode it conditionally. PHP Code:
|
Bug verified. I'll get on a fix. It must have occured during the huge regex rewrite.
|
Just noticed a potential bug.
At the bottom of each email it has links: Unsubscribe from ForumName View thread in forum (1 replies) | Reply via forum | Start a new thread via forum View Forums For me, the link to "Reply via forum" goes nowhere. The format does not specify a thread ID: http://www.blackbus.org/forum/newrep...y&noquote=0&p= |
The mod worked great on a test forum, but I just can't seem to automatically subscribe everyone to the forums and default everyone to "Instant notification by email" on my live forum.
I've created separate email accounts for each forum and enabled Email Integration for the forum. I've entered the usergroup ID's that can post and reply by email. What am I doing wrong? I was also wondering whether under the Usergroup Manager-->Email Reply Intergration Settings, whether I have to list ALL of the forumids, or whether it defaults to all if I don't enter a value. At this time I would basically like to have all of my current registered users to be defaulted to Instant Email Notification of all forums, as well as any new members. |
When runing Auto Subscriptions I get a Database error:
Database error in vBulletin 3.6.8: Invalid SQL: SELECT title FROM forum WHERE forumid =; MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Error Number : 1064 Date : Monday, December 10th 2007 @ 01:51:01 AM Script : http://www.ambersight.com/forums/admincp/admin_ei.php Referrer : https://vborg.vbsupport.ru/showthread.php?p=1398363 IP Address : 76.171.161.117 Username : lbernstein Classname : vb_database I'm not quite sure what the error means. Can anyone help? |
I'm kinda new to this, so bear with me.
Was able to get the mod working this morning and the emails are coming through. I am having some problems with out of office and other auto replies. How are others dealing with those beyond adding more terms to the filter? Still with a database error. Any suggestions on where to start on that problem??? L. Bernstein, MD Damn it Jim, I'm a doctor not a coder! |
don't most out of office replies have that in the subject? It can only be so perfect. Maybe put in an out of office setting for users to check/use when they are out of office. You can only do so much without human intervention.
|
Quote:
the emailed posts with attachments are show the postbit_attachment or postbit_thumb templates but the graphics are not shown ... this remains so ... even after days .. nothing changed ... if i start maintance (admincp) and let the board create the thumbs its apears. storage is DB driven ... (but i can switch this if needed) |
Probably to early to answer; but what's the likelihood that this email integration will work with 3.7 right out of the box?
(still running this as a trial in 3.6.7....but want to release it forum-wide when upgrading to 3.7....) |
Is there any way to make Email Integration check an IMAP mail box but not delete messages it finds? I'd prefer to keep a record of all messages received and at present it is deleting the messages whenever the cron job runs.
Enhancement suggestion - it might be nice to have a configuration option to transfer messages from INBOX to another box after they have been processed (perhaps even two boxes, one for accepted another for rejected) Thanks ~ Rodney |
Quote:
|
Quote:
|
Quote:
The problem when trying to load auto subscriptions is: Invalid SQL: SELECT title FROM forum WHERE forumid =; Here's what I did to 'fix' it so it would at least function... 1) Open up file admin_ei.php in the admincp folder. Around line 52, it reads: $getforuminfo = $db->query_read("SELECT title FROM " . TABLE_PREFIX . "forum WHERE forumid = $forumupdateid"); -- just hardcode (i.e. replace) $forumupdateid with the actual # of the forum you want to subscribe all users to (I had 7 different forums, so had to do one at a time:( ) 2) You also need to update the table 'usergroup' in your forum's dB... if you have phpmyadmin you can use this query to pull up the info you need to update: SELECT usergroupid, title, ei_forumid FROM usergroup WHERE ei_auto =1 ORDER BY `usergroupid` Find the row that has 'registered users' in the title column Now change the value for 'ei_forumid' in that row to be the forum # that you are subscribing all users to (same # as in the first step).... Now you should be able to subscribe all users by going to admincp and clicking "Auto Subscription" again, but will still need to repeat steps 1 and 2 until you get all forums subscribed...:cool: |
Quote:
|
Quote:
|
Well, mod is installed and working beautifully with the exception of being able to post replies or new threads from email. Without a doubt, the ability to receive instant email notification (as well as daily/weekly digest mode) of ALL new posts and threads should be a part of the core vBulletin application.
Given that I convinced a client to transition to vBulletin so that we could use this mod and have Yahoo group forum functionality with an improved and more flexible interface, I am now in search of changing web hosts. If anyone has any recommendations, by all means PM and let me know. |
Despite having installed quite a few mods to my forum, I seem to be running into a bit of an issue wit this.
I can post via email to my forum quite well, and I can subscribe to regular threads fine, but when I subscribe to the entire forum, I never get any emails. I have: - Enabled the prodcut via vBulletin Options - Setup the email accounts - Plopped my forumids in the "If joining this usergroup opens access to any Email Integrated Forums, please enter the forumids here separated by a comma." box in my usergroup. - Entered the settings in my "Email Reply Integration Settings" section of the forum - Subscribed to the forum via instant notifications What am I missing here? Why isn't this working correctly for me? |
Quote:
Someone help! :( (and Merry Christmas!) |
I'll be catching up on this, this week and I have a few ideas on how to redo the format of the emails to clean things up a bit.
*glancing at some of the above posts* RWerksman, if you would like to PM me a temporary admin login with access to the forum manager, plugin manager and scheduled tasks and let me know which forums you have enabled I'll jump in and see if I can figure out what may be going on. |
Quote:
|
Thanks Cyricx,
This is the one mod that many vb sites have been dying for. Like many others, I can now get my group off of Yahoo. :D Just sent a contribution your way. Hope everyone else does the same and that it encourages you to continue updating and supporting this killer mod!!! Mike I. |
How do I update existing users, as opposed to new users, to be subscribed to a specific forum.
|
Hey guys,
everything works :) except... I don't get emails sent out for replies to the original thread... |
Quote:
For username login I entered the username of the email account I created, which is: amphicarlovers Nothing was working until I went to my sites admincp for email where it told me the sytem userid is: amphicarlovers+amphicar770.com (yes, literally with the plus sign). Once I changed that I had working IMAP, Pop, etc. I also have to give a plug to my host asmallorange. IMAP was not installed on PHP. I submitted a support ticket and in 5 minutes had a reply to give them 15 minutes and they would recompile php with this setting enabled. Like evry other thing I have ever asked them, boom it is done! Love this mod. Just need to know how, as admin, I can subscribe existing users. |
Quote:
|
Ok, it sends emails only if they subscribe in usercp...cant automatically add users.
Also works on 3.7 except get errors on registration: Fatal error: Call to a member function query_read() on a non-object in /forum/includes/class_dm_user.php(2652) : eval()'d code on line 30 |
All times are GMT. The time now is 05:17 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:
|