Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Member Mail Details »»
Member Mail
Version: 1.00, by blind-eddie blind-eddie is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.4 Rating:
Released: 11-08-2011 Last Update: Never Installs: 5
Supported Template Edits
Additional Files  

This will work with all versions of vbulletin but, 4.0^
Giving your members an @yoursite email account is easy to give right? But, helping them set up their outlook or what ever email provider with the proper info can be a task when they just can't seem to set it up right.
Use this and you will never have to give another member details on how to set up their @ yoursite email account!

What you have been looking for has always been there... just need to find it.

There are many webmail scripts out there that will do just what you want.

Google is your friend: Webmail scripts.

To get any one of them to show on a page on your site is simple.

First thing you need to do is download and install the webmail script that you are comfortable with. I use a free version of After Logic, use what you want.

Note: Set up a new database just for Member mail. (Easier, You will need to do this during your install with many of the webmail scripts)

Lets create a new page for you Member Mail to show.

To do that, log into your admincp, scroll to Styles & Templates/Style manager.

Select the style you want to add the new template to & click the drop down to the right of it & select "Add New Template"

Name it membermail.

Copy/Paste the following & save

Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header

$navbar
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="1" width="100%" align="center">
<tr>
	<td class="tcat">Member Webmail
</td>
</tr>
<tr>
	<td class="alt1"><div align="center">
                     <iframe name="member_mail" marginwidth="0" allowtransparency="true" src="Link to your webmail folder" width="980" height="500" frameborder="1" style="width: 980px; height: 500px" ></iframe></div></td>
</tr>
</table>

$footer
</body>
</html>
Download the attached file, member_mail.php.txt
rename it member_mail.php & upload it via FTP to your forum root folder.
================================================== ===

Next, add a link to it in the navbar.
IMPORTANT!!!:ALWAYS CREATE A BACKUP OF WHAT EVER YOU GOING TO EDIT BEFORE YOU EDIT IT!

Again in the admincp/Styles & Templates/Search in templates.
Select the style you are going to edit the navbar in, via the drop down.
Type in navbar in the search area, Search Titles Only, select yes, click search.

Double click the word navbar, it will open in same window.

Search for:

Code:
		<if condition="$show['registerbutton']">
			<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
		</if>
After add:

Code:
			<td class="vbmenu_control"><a href="member_mail.php">Mail</a></td>
If you are using vBadvance add the following to vBa CMPS/Default Settings/Global vBadvanced Settings

Add the following to the Navbar Replacements Section
Code:
member_mail.php
If you use vbadvance and do not do this, the Member Mail link will not work on any vba created pages.

There you have it, plain and simple.
Hopefully this is as usefull for you as it has been for me over the last few years.

Notice: None of the Webmail scripts use users site name, all members will have to login to the Membermail page with the email address & password you set up for them.

4.0 + Instructions & Demo links
https://vborg.vbsupport.ru/showpost....64&postcount=7

Download Now

File Type: txt member_mail.php.txt (1.2 KB, 54 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
v123shine

Comments
  #2  
Old 11-09-2011, 09:09 AM
v123shine v123shine is offline
 
Join Date: Sep 2008
Posts: 242
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is a great plugin
Reply With Quote
  #3  
Old 11-09-2011, 10:47 AM
3amalah 3amalah is offline
 
Join Date: Nov 2010
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Method is incorrect that this work is a special script
I think there is a lack of explanation
Reply With Quote
  #4  
Old 11-10-2011, 01:27 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you can use it v123shine.

3amalah, what?
Reply With Quote
  #5  
Old 11-29-2011, 10:36 PM
TheOGMonsta TheOGMonsta is offline
 
Join Date: Jul 2011
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone have a screenshot of this in action?
Reply With Quote
  #6  
Old 12-01-2011, 06:29 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://blind-eddie.com/forum/member_mail.php" target="_blank">http://blind-eddie.com/forum/member_mail.php</a>
Reply With Quote
  #7  
Old 02-04-2012, 04:44 PM
rbc1225 rbc1225 is offline
 
Join Date: Feb 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any possibility you will have this running for version 4 of Vb?
Reply With Quote
  #8  
Old 02-04-2012, 05:12 PM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Link to 4.0 instructions is in my first post at the very bottom.
Reply With Quote
  #9  
Old 02-04-2012, 07:53 PM
rbc1225 rbc1225 is offline
 
Join Date: Feb 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahhh sorry, I totally overlooked it. Thanks
Reply With Quote
  #10  
Old 02-05-2012, 02:20 AM
blind-eddie's Avatar
blind-eddie blind-eddie is offline
 
Join Date: Apr 2006
Location: Michigan
Posts: 2,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problem
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:07 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07068 seconds
  • Memory Usage 2,313KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete