The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Capability to check email while on Profile page
Here is what I am looking for and I think it will make a great mod. It could possibly even win Mod of the Month
We have a lot of members on our site that check their emails through the cpanel email system. This sucks and is a long process to just see if you have email. Without have to walk every user through setting it up in Outlook, here is what I would like to see: In users profile they would have a spot to setup the email settings. E-mail Address User Name Password Incoming mail server (POP3) Outgoing mail server (SMTP) Then within their profile page you would be able to access their email without leaving our site. Many of my members have an email account through my domain and this would make it much much easier to check everything in one place. I wouldnt want it to just link to the external source and then send them there to check their email. A pop up or something like that would be ok or even better if it was a tab in their profile they could click on and get their email from there. Any takers on this? Thanks, Charles |
#2
|
||||
|
||||
I to wanted this for a very long time & found many scripts that would do just what you want, but your members will still have to use their email user name & password to login.
The script I use offers a free lite version that will allow each person only one email address & a paid version that allows people to have many email accounts, just like outlook. Both will be good for you, as I am sure you have a few @yoursite.com email address as I do. You are allowed to use the paid version for free if only 5 users use it, (Unlimited email addresses per user) if more, then it gets expensive. The lite version is just what you need. Adding a link to it via profile is easy enough, but the navbar would be a better place. I have it set up on all my vbulletin sites for members to be able to check their myname@mysite.com emails. I host a few sites & set it so anyone could use it within my domain space. I have a stand alone version & the very same one added to the forum on its own page. The links below are to the stand alone version & to the vbulletin page I added it to on my 3.8.4 play site. (I have others) Stand Alone vbulletin page Look in the footer for link back to script author. Can't advertise paid products here. If you use it & need help, feel free to contact me. |
#3
|
|||
|
|||
Thanks Eddie. I tried it but it kept saying
Quote:
Thanks |
#4
|
||||
|
||||
If you tried it on my site, it wont work for your email, only on my domain.
The best part of this is you will never have to tell another member the email settings, you set it up with install. |
#5
|
|||
|
|||
LOL. realized that after I went through the setup
Ok so I want to do this. I want them to be able to check their email with the program and it all happen on their profile page. Is it possible to make an addition tab in their user profile that has this page embedded into it? If so..... help! LOL |
#6
|
||||
|
||||
Yes, that can be done but, all members will be able to check their email on any members page. Like I said in pm, the navbar or quick links would be a better location for this. At least they will stay on your site.
|
#7
|
||||
|
||||
This is for version 4.0 + only.
vbulletin 3.0 + can be found here First thing you need to do is create a new template. 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. Add the following in the box below & click save. Code:
{vb:stylevar htmldoctype} <html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar languagecode}" id="vbulletin_html"> <head> <title>{vb:raw vboptions.bbtitle} - {vb:raw pagetitle}</title> {vb:raw headinclude} {vb:raw headinclude_bottom} </head> <body> {vb:raw header} {vb:raw navbar} <div id="pagetitle"> <h1>{vb:raw pagetitle}</h1> </div> <h2 class="blockhead">Member Mail</h2> <div class="blockbody"> <div class="blockrow"> <table class="tborder" cellpadding="6" cellspacing="1" border="1" width="100%" align="center"> <tr> <td class="alt1"><center><iframe name="member_mail" marginwidth="0" allowtransparency="true" src="Change this to the URL of YOUR MAIL FOLDER" width="980" height="500" frameborder="1" style="width: 980px; height: 500px" ></iframe></center></td> </tr> </table> </div> </div> {vb:raw footer} </body> </html> rename it member_mail.php & upload it via FTP to your forum root folder. ================================================== === IMPORTANT!!!:ALWAYS CREATE A BACKUP OF WHAT EVER YOU GOING TO EDIT BEFORE YOU EDIT IT! Next, add a link to it in the navbar. 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:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> Code:
<li><a href="member_mail.php{vb:raw session.sessionurl_q}">Member Mail</a></li> Thank Lynn for https://vborg.vbsupport.ru/showthread.php?t=228112 and follow up with her Instructions to Add your Page to the Who's Online List (WOL). |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|