vBulletin Mail System v3.0.0p

Duuuhhude

New Member
vBulletin Mail System v3.0.0p

What is this?
The vBulletin Mail System is a way to give your users webmail access from your site. They can have a [email protected] 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.

Code:
<td class="vbmenu_control">[url=usercp.php$session[sessionurl_q]]$vbphrase[user_cp][/url]</td>

Add after:
Code:
<if condition="$show['popups']">
 * * * * * * * *<td class="vbmenu_control" id="navbar_vbms">
 * * * * * * * * * *[url=vbms.php$session[sessionurl_q]]$vbphrase[email][/url]
 
 * * * * * * * * * *<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">
 * * * * * * * * * *[url=vbms.php$session[sessionurl_q]]$vbphrase[email][/url]
 
 * * * * * * * * * *<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>

Find:
Code:
<!-- / header quick search form -->
 * *</if>
 
 * *<if condition="$show['member']">


Add after:
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">[url=vbms.php?$session[sessionurl]]$vbphrase[navbar_inbox][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_new.php?$session[sessionurl]]$vbphrase[navbar_write_message][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_ab.php?$session[sessionurl]]$vbphrase[navbar_address_book][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_folders.php?$session[sessionurl]]$vbphrase[navbar_folders][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_filters.php?$session[sessionurl]]$vbphrase[navbar_filters][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_options.php?$session[sessionurl]]$vbphrase[navbar_options][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=faq.php?$session[sessionurl]faq=faq_vbms]$vbphrase[navbar_help][/url]</td></tr>
 * * * * * *</table>
 * * * *</div>

In your ACP, there should be a new set of options in a "vBulletin Mail System" category. That set of options is your main set of management stuff, and is pretty straightforward.
 
vBulletin Mail System v3.0.0p

What is this?
The vBulletin Mail System is a way to give your users webmail access from your site. They can have a [email protected] 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.

Code:
<td class="vbmenu_control">[url=usercp.php$session[sessionurl_q]]$vbphrase[user_cp][/url]</td>

Add after:
Code:
<if condition="$show['popups']">
 * * * * * * * *<td class="vbmenu_control" id="navbar_vbms">
 * * * * * * * * * *[url=vbms.php$session[sessionurl_q]]$vbphrase[email][/url]
 
 * * * * * * * * * *<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">
 * * * * * * * * * *[url=vbms.php$session[sessionurl_q]]$vbphrase[email][/url]
 
 * * * * * * * * * *<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>

Find:
Code:
<!-- / header quick search form -->
 * *</if>
 
 * *<if condition="$show['member']">


Add after:
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">[url=vbms.php?$session[sessionurl]]$vbphrase[navbar_inbox][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_new.php?$session[sessionurl]]$vbphrase[navbar_write_message][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_ab.php?$session[sessionurl]]$vbphrase[navbar_address_book][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_folders.php?$session[sessionurl]]$vbphrase[navbar_folders][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_filters.php?$session[sessionurl]]$vbphrase[navbar_filters][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=vbms_options.php?$session[sessionurl]]$vbphrase[navbar_options][/url]</td></tr>
 * * * * * * * *<tr><td class="vbmenu_option">[url=faq.php?$session[sessionurl]faq=faq_vbms]$vbphrase[navbar_help][/url]</td></tr>
 * * * * * *</table>
 * * * *</div>

In your ACP, there should be a new set of options in a "vBulletin Mail System" category. That set of options is your main set of management stuff, and is pretty straightforward.
 
Back
Top