vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Profile Enhancements - Shishir - Visitor Message Email Notification (https://vborg.vbsupport.ru/showthread.php?t=188692)

sparklywater 01-29-2009 07:15 PM

<a href="https://vborg.vbsupport.ru/showthread.php?p=1728374#post1728374" target="_blank">https://vborg.vbsupport.ru/showt...74#post1728374</a>

Adeawan 01-29-2009 07:31 PM

Thanks For That

GlamRockTalk 01-29-2009 09:53 PM

Quote:

Originally Posted by sparklywater (Post 1728377)

Posted on that thread sparklywater :up:

Shishir 01-30-2009 11:25 AM

I wish there were some offer for me when I made this one. That would have encouraged me to make a more comprehensive one ;). Anyway, good luck with the paid One. That would be much better for sure. :D

Shishir

GlamRockTalk 01-30-2009 11:49 AM

Shishir, you can still add those options to your existing mod and I'm sure that you'd get some donations ;)

sparklywater 02-02-2009 01:52 PM

Thanks for your mod Shishir. However, apart from lack of those features, I did notice another problem with this mod. I noticed that when a person edits a visitor message, the member with the profile recieves another Email notification telling them that there is a new visitor message on their profile. This happens even if an admin edits the visitor message, so the member with the profile may get Email notifications not knowing why they're recieving them.

I'm hoping that a rebuild of this mod would eradicate this problem as well as add on the other required features.

Shishir 02-14-2009 02:46 AM

Sorry for my busy schedules, I could not provide support quickly. Hmm, thats a little bit of problem. Hence a rebuild is needed. :D So a few new features as well. Ok, you got it. But I'll have to make it in between my current tasks. So not promising any quick fire solution. But will do my best. Although I see you do not need this as you have your own. So for others, plz perdon me for sometime as I make my way into it. ;)

Shishir

ejbreeze 02-20-2009 02:41 AM

Nice job Shishir! Notification of album comments would put this over the top!

CCV_Pinto 04-02-2009 02:51 AM

well,

to those who want the user could choose to receive or not emails, I did this:

I created a profile field called: "Receive Email Notifications on Visitor Messages"
The identification of the field was 'field5' (you can see this after you create the profile field, I created a radio button with two options: 'Yes' and 'No')

then, edit the two plugins of this product:

find (the first line of the plugin):

Code:

if($vbulletin->options['VMEN_active'] == 1)
and replace for:

Code:

if($vbulletin->options['VMEN_active'] == 1 AND $userinfo['field5'] == 'Yes')
pay attention to use the proper field identification (in my case was field5)

now, only those who have choosen 'Yes' will receive the email



another simple addition to have the link to the profile in the email is:

change this:

Code:

.  'Thanks.';
to this:

Code:

. "You can see your profile  <a href=\"http://YOURDOMAIN/forum/member.php?u=" . $userinfo['userid'] . "\">here</a>" . "\n\r" . 'Thanks.';
make sure to use your own domain instead of "YOURDOMAIN"

ps: the only problem is that the email isnt at html form... so it will need to add some parameters to the vbmail function which is called at the end (I will try to investigate to understand how to do this)

yotsume 08-01-2009 11:07 PM

Can we please at least be told how to edit your mod to get a simple link back the the users profile page to be included in the emails.

Ok going on two years and no update for such an importnat feature that should have been standard! WEIRD!

THANKS!


All times are GMT. The time now is 10:07 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01685 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete