The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Email Integration (New threads/replies by email) Details »» | |||||||||||||||||||||||||||
Email Integration (New threads/replies by email)
Developer Last Online: Dec 2011
This mod is based off of the Mail Reply modification by Colin F to which I have obtained permission to rewrite and release. This modification allows you to mimic email lists such as yahoo groups through your forums! After installing this modification you will have new settings in your forum manager where for each forum you can enable this modification and setup a separate email address to use for each forum that you have this enabled for. Just like how there is a separate email address for each yahoo group. After doing so, members can subscribe to each forum that this mod is enabled for to receive notifications for new threads and replies. Any posts in that forum, will be sent to them via email. (Example email attached below). The users can then reply to that email (which will then be processed and posted to the forums through the cron job that runs every 10 minutes), or they can send a new email to the email address and a brand new thread will be created! Essentially mimicing an email list! Suddenly those users that hate forums, can still be dragged into the conversations and help keep the forum's activity level up! BUGS! These are the known bugs to date:
These are the items that are not currently supported:
(See the file in the zip for a complete history!)
Huge thanks also goes to the many individuals that have helped test various incarnations of this mod. MAD PROPS TO: cgmckeever for a great quoting regex for the old format, and all the mods at www.4winmobile.com for helping test version 2.4 prior to release!! You guys rock! Please feel free to donate to my continued work on this modification!! It let's me spend more time on it! Make a Donation! Version 2.6 will work with both 3.6.8 and 3.7! The #.X versions are the solid tested versions. The #.X.X versions are the beta versions. New features and bug fixes will be worked in there and then when I have a solid version it'll be released as the next #.X Thank you!! ~ Cyricx Supporters / CoAuthors Show Your Support
|
Comments |
#982
|
||||
|
||||
Quote:
It worked before I attempted this upgrade. Not since tho... Code:
Database error in vBulletin 3.8.1: Invalid SQL: UPDATE vb_forum SET title_clean = 'Modeling & Acting Auditions (Metro Miami/Ft. Lauderdale & Florida!)', title = 'Modeling & Acting Auditions (Metro Miami/Ft. Lauderdale & Florida!)', description_clean = 'Castings in Metro Miami , Orlando, Tampa, and the rest of Florida.', description = 'Castings in Metro Miami , Orlando, Tampa, and the rest of Florida.', link = '', displayorder = 60, parentid = 3, daysprune = -1, defaultsortfield = 'lastpost', defaultsortorder = 'desc', showprivate = 0, newpostemail = '', newthreademail = '', ### Bitfield: vb_forum.options ### options = IF(options & 8, options - 8, options), options = IF(options & 16, options - 16, options), options = IF(options & 32, options - 32, options), options = IF(options & 32768, options - 32768, options), options = IF(options & 8192, options - 8192, options), options = IF(options & 4, options, options + 4), options = IF(options & 1, options, options + 1), options = IF(options & 2, options, options + 2), options = IF(options & 16384, options, options + 16384), options = IF(options & 256, options, options + 256), options = IF(options & 64, options, options + 64), options = IF(options & 128, options, options + 128), options = IF(options & 512, options, options + 512), options = IF(options & 1024, options, options + 1024), options = IF(options & 2048, options, options + 2048), options = IF(options & 4096, options, options + 4096), options = IF(options & 65536, options, options + 65536), options = IF(options & 131072, options - 131072, options), styleid = 0, imageprefix = '', password = '', vbseo_moderatepingbacks = 0, vbseo_moderatetrackbacks = 0, vbseo_moderaterefbacks = 0, chiefpost = 1, ei_replyaddress = 'atlanta@jobs.mymodeltalk.com', ei_hostname = 'mail.mymodeltalk.com', ei_username = 'atlanta@jobs.mymodeltalk.com', ei_password = 'getmoney', ei_folder = 'INBOX', ei_connectiontype = '0', ei_usergroups = '2', ada_forum = 1, ada_style = 3 WHERE forumid = 17; MySQL Error : Unknown column 'ei_replyaddress' in 'field list' Error Number : 1054 Request Date : Wednesday, May 27th 2009 @ 10:14:41 AM Error Date : Wednesday, May 27th 2009 @ 10:14:41 AM Script : http://www.mymodeltalk.com/jobs/admi....php?do=update Referrer : http://www.mymodeltalk.com/jobs/admi...o=edit&f=17&s= IP Address : 76.97.227.84 Username : mykkal Classname : vB_Database MySQL Version : 5.0.77-community Code:
Database error in vBulletin 3.8.1 Invalid SQL: SELECT ei_usergroups, title_clean, ei_active FROM vb_forum WHERE forumid = 57; MySQL Error : Unknown column 'ei_usergroups' in 'field list' Error Number : 1054 Request Date : Wednesday, May 27th 2009 @ 10:24:10 AM Error Date : Wednesday, May 27th 2009 @ 10:24:11 AM Script : http://www.mymodeltalk.com/jobs/admincp/usergroup.php?do=update Referrer : http://www.mymodeltalk.com/jobs/admincp/usergroup.php?do=edit&usergroupid=2 IP Address : 76.97.227.84 Username : mykkal Classname : vB_Database MySQL Version : 5.0.77-community |
#983
|
|||
|
|||
The tone of voice isn't very encouraging for making me want to help, but whatever.
Your missing some fields in your database. I'll run a test of this on the test board and try to duplicate it. The two fields your missing are from version 1.0 and version 2.2, so it makes me think your missing more then just those two. What version of vbulletin are you running? |
#984
|
||||
|
||||
Quote:
Especially after I've supported you for more then 3 years. One second... Did you really say that? I am running vbulletin version 3.8. |
#985
|
|||
|
|||
I'm completely stumped. I've uninstalled and reinstalled on 3.8.3 and all of the fields are created. Do you use a table prefix?
|
#986
|
|||
|
|||
Quote:
Thanks again. |
#987
|
|||
|
|||
Nope, varchar type field allows for 250 character limit.
So just edit the number 100 to 250 and that's it. |
#988
|
||||
|
||||
Quote:
varchar(100) A pull down menu and a blank line. Where should it be changed? |
#989
|
|||
|
|||
Can you provide a screenshot? I'm unable to determine how to assist you from what you've typed there. It largely depends upon what program your using to interface with your database and the version of that program. Ultimately, you need to edit the field to change the 100 to 250.
|
#990
|
||||
|
||||
Quote:
Attachment 101761 |
#991
|
|||
|
|||
Your editting the data in the row, not the field itself.
On the left hand dropdown of tables, select "Usergroup", and then click "Structure" in the main screen along the top bar. Now scroll down and put a checkmark next to ei_forumid and then click the pencil on the bottom. Attached is a screenshot of the last step. From there it'll open up to where you can easily change the char limit to 250. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|