vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Mini Mods - Email reminder for inactive users (https://vborg.vbsupport.ru/showthread.php?t=138946)

DeMagH 02-21-2007 08:35 AM

Pretty easy to install:
Quote:

To install, upload remindermail.php to your ./includes/cron/ dir, and import the product xml
Options are in admincp options menu, where you should edit the settings.
that's what is mentioned in the text file i downloaded with the hack, doesn't seem as complicated as the marks above indicated. Just a simple one file upload and no template changes done by users at all, should clarify this in the first post.

just an advice for ppl out there, i was doing this manually for inactive users and i got some responses in new threads stating that "we trusted your website with our email addresses, you shouldn't be threatening us with your emails and some other users reported it as spam "which will cause huge forums to collapse ASAP as most hosting service providers don't allow spam, so they may stop your hosting plans for the violation of one of their policies" i myself got a warning before i stopped sending emails to inactive users"

Requesting a feature in this hack:
-To have a link within the email msg stating if you don't want to receive this email again please "click here", to unsubscribe the user from such mailing list if he desires, will protect us all from being reported as spammers.
-To have the ability to allow/disallow forum users from setting pre-reminder time.

Finally:
thanks for the hack, pretty good idea to have this managed automatically.

djbaxter 02-21-2007 12:45 PM

Quote:

Originally Posted by DeMagH (Post 1187336)
just an advice for ppl out there, i was doing this manually for inactive users and i got some responses in new threads stating that "we trusted your website with our email addresses, you shouldn't be threatening us with your emails and some other users reported it as spam "which will cause huge forums to collapse ASAP as most hosting service providers don't allow spam, so they may stop your hosting plans for the violation of one of their policies" i myself got a warning before i stopped sending emails to inactive users"

Requesting a feature in this hack:
-To have a link within the email msg stating if you don't want to receive this email again please "click here", to unsubscribe the user from such mailing list if he desires, will protect us all from being reported as spammers.

That's quite easy to add in the Admin options in the existing mod. Just create your email content to include the link. Mine provides specific details:

Code:

<p>Hello, $username!</p>
<p>It's been some time since your last visit to $bbtitle.</p>
<p>You might be interested in having another look. We have added several features and enhancements to the forums, as well as many new members and new topics added every day.</p>
<p>If you don't remember your password, you can request it here: <a href="$forumurl/login.php?do=lostpw">$forumurl/login.php?do=lostpw</a></p>
<p>You can now keep up to date with new topics at $bbtitle by subscribing to the Psychlinks Forum Newsletter. Click on your <a href="http://forum.psychlinks.ca/usercp.php"User CP</a> link in the top navigation bar of any forum page and select < href="http://forum.psychlinks.ca/profile.php?do=editoptions">Edit Options</a>. Then scroll down to the Messaging & Notification section and check the box next to Subscribe to Psychlinks Forum Newsletter.</p>
<p>We hope to see you back soon.</p>
<p>&nbsp;</p>
<p>If you do not wish to receive further emails of this nature, please log into your UserCP at <a href="http://forum.psychlinks.ca/profile.php?do=editoptions">http://forum.psychlinks.ca/profile.php?do=editoptions</a> and uncheck the box next to Receive Email from Administrators.</p>
<p>&nbsp;</p>
<p>Administrator</p>
$bbtitle
<p><a href="$homeurl">$homeurl</a></p>

Quote:

Originally Posted by DeMagH (Post 1187336)
-To have the ability to allow/disallow forum users from setting pre-reminder time.

Try the solution above. I think this option is superfluous and probably self-defeating. If it were included, I'd disable it. Just use a reasonable repeat interval, not shorter than once per month. And include the "unsubscribe" instructions in every email your forum sends out.

DeMagH 02-21-2007 06:47 PM

@djbaxter
thanks for the reply. Though, I don't want the user to disable receiving emails from admins because of the reminder. There are account deletion notices, banning notices and finally warning notices i am sending to the whole usergroup whenever a user of the usergroup violates the forums rules. I don't want a bunch of users to disable receiving emails from admins just because of the reminder, i kinda want it to be separate, i don't know if this is clear enough or not.

About the 2nd point, you misunderstood me as i wasn't clear enough, I want the user to have the option of setting the time to a week/2 weeks/1 month/2 months/3 months/6 months from his profile, not totally disabling the reminder, some users though won't be able to set this time so the emails sent to them will take the default period set in the hack options.

the 2nd point is not that important but i think my forums might benefit from such a feature.

criscokid 02-22-2007 05:58 PM

Quote:

Originally Posted by bada_bing (Post 1186469)
I would like to install this mod on my 3.5.3 site,, Will this 3.6.x version work?

Will this mod work on 3.5.x?

C Braithwaite 02-22-2007 09:30 PM

Quote:

Originally Posted by criscokid (Post 1188460)
Will this mod work on 3.5.x?

dont see why not - try it?

Tom_S 02-23-2007 01:18 PM

Quick question.
After installing it worked perfect. I then re-ran it manually again a bit later after chaning the time frame from 7 days and it now is showing this:

Inactive User Reminder Emails

mailing example@yahoo.com (failed)
mailing example2@sbcglobal.net (failed)
mailing example3@centene.com (failed)

Done

Those are examples of course of email addresses.

Does this check for validity of email address and this could cause it or am I looking at a host problem?

Thanks

C Braithwaite 02-23-2007 05:35 PM

Quote:

Originally Posted by Tom_S (Post 1189041)
Quick question.
After installing it worked perfect. I then re-ran it manually again a bit later after chaning the time frame from 7 days and it now is showing this:

Inactive User Reminder Emails

mailing example@yahoo.com (failed)
mailing example2@sbcglobal.net (failed)
mailing example3@centene.com (failed)

Done

Those are examples of course of email addresses.

Does this check for validity of email address and this could cause it or am I looking at a host problem?

Thanks


you will get a failed if for whatever reason the php mail command fails.

i really couldn't speculate as to why

Tom_S 02-23-2007 05:37 PM

So it isn't checking for the email account being valid then so it has to be my hosting messing with sendmail again.

Okay...thanks :)

Jafo232 02-23-2007 05:48 PM

Ideally, it would be nice if this hack also allowed an option to delete a user after X notifications and no activity (or posts).

Edit: or at least move them to another usergroup..

cashpath 02-23-2007 08:51 PM

Quote:

Edit: or at least move them to another usergroup..
That would be a great addition..


All times are GMT. The time now is 01:13 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
  • Page Generation 0.02062 seconds
  • Memory Usage 1,757KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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