![]() |
I've read a couple of times within this thread that there would be additional features and a new version of this mod released. I don't see a new version out there. Has anyone made another option out there?
If not, has anyone figured out how to fix the issues (email on edit of comment, no way to display proper link back to profile, etc) and can share with us? CCV_Pinto, thanks for sharing what you have done with the profile field allowing folks to opt out if needed! I want to add a line at the bottom of the email to point to their 'edit your details' page to opt out. How would I do that? |
Alright, it worked with plain text for now. I've gotta figure out how to point folks back to their UserCP for convenience. But, at least I have something in the email now. :up:
Code:
$VMEN_message = 'You have a new profile message at http://www.MagicThemeParks.com/mk/forum from ' . $vbulletin->userinfo['username'] . "\n\r" . "\n\r" . 'Thanks!' . "\n\r" . "\n\r" . 'To Opt-Out of these emails, simply edit your details under the UserCP link.'; |
Quote:
DETAILS PLEASE! |
Sorry, figured that folks would see that it was the $VMEN_message line and to edit it :)
I did the above edit on lines 21 and 30 of the Shishir_VMEN.xml file. I replaced the code that was there with what I have listed. Basically, to add a "line break", you add.... Code:
. "\n\r" . ....and anything in between the single quotes is printed out in text..... Code:
'To Opt-Out of these emails, simply edit your details under the UserCP link.' ....I haven't been able to get the link to display as a link (unless your email client like my Gmail turns it into a clickable link) yet. Does this help you at all Totsume? |
Quote:
|
This mod is gorgeous, but i would like to change the message if is possible, because my forum is only in spanish ... How can i do it? Great! |
Javierogo, all you have to do is edit the xml file as you see a few posts before yours.
|
I see, thanks :D |
Quote:
It does not work for me :( |
Ok, i'm sorry to write several consecutive post on this thread, but i found a simple change in the CCV_Pinto's code: Original CCV_Pinto' Code Code:
if($vbulletin->options['VMEN_active'] == 1 AND $userinfo['field5'] == 'Yes') Just remove Yes Code:
if($vbulletin->options['VMEN_active'] == 1 AND $userinfo['field5'] == '') And create Multiple-Selection Checkbox only with "No" So, by default all the users will recive the messages. And the question on the Control Panel will be something like this: Mark "No", if you don't want to recive more profile notifications by Email. |
All times are GMT. The time now is 11:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|