The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vBMS : vBulletin Mail System Details »» | |||||||||||||||||||||||||
vBulletin Mail System
Finally, for vBulletin 3.6, there is a port from filburt1's original hack. For those of you who aren't aware, he essentially declared it open source, and it's been a bit of a wait for someone to fix it up... I've wanted it for my site, too, so I finally sat down and just did it. What is this? The vBulletin Mail System is a way to give your users webmail access from your site. They can have a name@yourwebsite.com address, send and receive emails and attachments, etc. Options such as mailbox quotas, limits on numbers/types of attachments, a message trailer ("Free mail at yourwebsite.com!") at the end of each message, etc. are all available as well. Please note: this is a pre-final version. As far as I have seen, it is working so far for me, but I have not tested it completely and thoroughly and it's very likely there'll be a number of bugs popping up. However, I have successfully been able to install this on a clean board, exchange emails regularly (including attachments), go through all the basic options/etc. without any errors popping up, so it should be fine. Still, make sure you back up your database before installing this, just due to the nature of its "beta"-ness. To install: upload all files from the "upload" directory to your server in the proper directories. Then, navigate to admincp/vbms_install.php on your server and run the installer. It will make several template additions. If your navbar or header templates hav been modified, it will not be able to do it automatically, and you'll have to add these edits yourself. In template navbar, find: Code:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> Code:
<if condition="$show['popups']"> <td class="vbmenu_control" id="navbar_vbms"> <a href="vbms.php$session[sessionurl_q]">$vbphrase[email]</a> <if condition="$vbms_newmessages['newcount'] > 0"> <span style="font-weight: normal; padding: 1px 1px 1px 2px; margin: 0px 3px 0px 2px; border: 1px inset" class="alt1"> <phrase 1="$vbms_newmessages[newcount]">$vbphrase[x_new]</phrase> </span> </if> <script type="text/javascript"> <!-- vbmenu_register("navbar_vbms"); // --> </script> </td> <else /> <td class="vbmenu_control" id="navbar_vbms"> <a href="vbms.php$session[sessionurl_q]">$vbphrase[email]</a> <if condition="$vbms_newmessages['newcount'] > 0"> <span style="font-weight: normal; padding: 1px 1px 1px 2px; margin: 0px 3px 0px 2px; border: 1px inset" class="alt1"> <phrase 1="$vbms_newmessages[newcount]">$vbphrase[x_new]</phrase> </span> </if> </td> </if> Code:
<!-- / header quick search form --> </if> <if condition="$show['member']"> Code:
<div class="vbmenu_popup" id="navbar_vbms_menu" style="display: none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead">vBulletin Mail System</td></tr> <tr><td class="vbmenu_option"><a href="vbms.php?$session[sessionurl]">$vbphrase[navbar_inbox]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_new.php?$session[sessionurl]">$vbphrase[navbar_write_message]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_ab.php?$session[sessionurl]">$vbphrase[navbar_address_book]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_folders.php?$session[sessionurl]">$vbphrase[navbar_folders]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_filters.php?$session[sessionurl]">$vbphrase[navbar_filters]</a></td></tr> <tr><td class="vbmenu_option"><a href="vbms_options.php?$session[sessionurl]">$vbphrase[navbar_options]</a></td></tr> <tr><td class="vbmenu_option"><a href="faq.php?$session[sessionurl]faq=faq_vbms">$vbphrase[navbar_help]</a></td></tr> </table> </div> Feel free to post with any bugs or questions you find, etc. I'm trying to get this working again thoroughly, for all of us. FAQ
Install clicks, donations and HotM nominations are always welcome. Show Your Support
|
Comments |
#52
|
|||
|
|||
Potential bug: Even when 'Change Alias' is set to NO for his usergroup, the my test user can STILL change his alias.
I only have ONE usergroup enabled for this mod, so it's not a 'Generosity' issue. This test user has a primary of 'Registered Users', but a secondary as this vbms-enabled group. |
#53
|
|||
|
|||
Wont install - Fails at the begining of the install process when it checks to see if it can login to the pop server.
Pop server tests fine by my webmail client, and by telneting to port 110 and logging in with USER username PASS password. I have tried verbose and the error details are still blank. php 5.1.x |
#54
|
|||
|
|||
Strictly internal = teh best. I may modify it to use individual email accounts for my own site since my server doesn't support catchalls.
|
#55
|
||||
|
||||
Fatal error: Call to undefined function: imap_open() in /includes/vbms_class_installer.php on line 790
I also get this error ^ The server is a linux one, and imap is confirmed working. Is there any way to get around this and continue the installation? Edit: I uncommented the extension and restarted web server and it still displays the error. Edit: I've contacted my host asking them to recompile php with the extension or whatever, we'll see what happens. |
#56
|
|||
|
|||
Deleting a mail folder DOES delete it, but it also gives the following SQL error:
Quote:
|
#57
|
||||
|
||||
Ok, so my host got me sorted and I must say this hack is very very impressive!
|
#58
|
||||
|
||||
Glad to see you got that sorted, eNforce.
Quote:
Quote:
Quote:
As to those of you who have PHP 5, I think I've got it sorted; the original hack had a bizarre coding for the imap_open connection string which PHP 5 didn't much like, and I didn't notice it while porting the hack. If you upload the vbms_functions_checkmail.php file attached in your "includes" directory, it should fix that issue. I'm going to go ahead and repackage the original zip with these two updated files, and hopefully get to some of the usergroup stuff tomorrow. Note: to those of you who can't see the other usergroups in the ACP, can you send me screenshots of your ACP > vBulletin Mail System > Permissions and your Usergroup Manager pages? I can't seem to reproduce the problem you're describing. When I install this on a clean forum with a few extra test usergroups, it recognizes them; when I then add usergroups after installing this, it also recognizes them. |
#59
|
||||
|
||||
Quote:
Quote:
|
#60
|
|||
|
|||
Is there a reason that my attachments are deleted ? i mean i get mails in VBMS but when i read the message the attachment has a X icon and says
This message contains 1 attachment(s) that have been automatically deleted. The likely reason is that either they had names that could potentially contain viruses, or you do not have permission to receive attachments. The information for these deleted attachment(s) is displayed below. The name of the attachment is a goal.jpg ... and as for permissions i am administrator in the forum... |
#61
|
|||
|
|||
Once I finally got past the PHP 5 imap_open() error on my own last night, I had to create email accounts for all my users that forward to the vbms one, since my server doesn't support catchalls.
So, it could become problematic if people start changing their aliases even though they supposedly don't have permission. I hope this gets sorted soon. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|