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)

joeychgo 04-06-2007 05:12 AM

Quote:

Originally Posted by djbaxter (Post 1220754)
joeychgo, I'd suggest you check your email server. It's sending in HTML/rich text as far as I know. The only way I can see users getting different emails is if you edited the default email and one got it before the edit and one after.


Other emails, including combull (which uses HTML email), send just fine. The problem is in the hack, not my server or my clients.



*

C Braithwaite 04-06-2007 07:38 AM

Quote:

Originally Posted by Fungsten (Post 1220479)
post a screenshot. But here are the settings:

Is this product active? Yes

Days of Inactivity

How many days a user can go without posting before they are considered inactive. 30

How often to send a reminder email once a member has become inactive. 30

List the usergroups that you wish to send the emails to here. (Seperate by commas) eg. 2,3,4,7
2,26,32,37


Set the inactivity based on the last post made by the user. If set to no, the inactivity will be set by the last activity field (ie, when the member last visited) Yes.

You're credited, etc.

Thanks.

Maybe you just dont have inactive users? Providing the plugin is running and saying "No emails to send" then as far as im concerned everything is working okay. it uses simple conditionals.

Quote:

Originally Posted by AzzidReign (Post 1220726)
I have a question about the options...

With "Days of Inactivity" you have this as the description:
How many days a user can go without posting before they are considered inactive.

And then an option closer to the bottom is "Inactivity based on last post" with the description of:
Set the inactivity based on the last post made by the user. If set to no, the inactivity will be set by the last activity field (ie, when the member last visited)

So...is the first question going off of the last time they posted? Or the last time that they were on the board? I would like it if it was the last time they were on the board since I have a lot of lurkers which the "welcome" mod should take care of them if they want to ever post. I just don't want to bother members that are on the site and just decide not to post...

Thanks for this mod tho! It's great. I'll be sure to keep the footer ad on my site for ya ;)


When i wrote the plugin description, the plugin worked only from lastpost activity, and you didn't have the option. I forgot to update the descriptions when i gave users the choice.

trickfly 04-06-2007 02:25 PM

When I clicked run in schedule tasks I got this:

---------------------------

Inactive User Reminder Emails

Warning: main(/home/trickfly/public_html/forum/includes/cron/remindermail.php) [function.main]: failed to open stream: No such file or directory in /admincp/cronadmin.php on line 108

Warning: main() [function.include]: Failed opening '/home/trickfly/public_html/forum/includes/cron/remindermail.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/cronadmin.php on line 108

Done

--------------------------

How to correct this ?

cashpath 04-06-2007 02:35 PM

Where would I change the return address in this? Its set to nobody@ right now... I would like to change it.

djbaxter 04-06-2007 02:45 PM

Quote:

Originally Posted by trickfly (Post 1221098)
When I clicked run in schedule tasks I got this:

---------------------------

Inactive User Reminder Emails

Warning: main(/home/trickfly/public_html/forum/includes/cron/remindermail.php) [function.main]: failed to open stream: No such file or directory in /admincp/cronadmin.php on line 108

Warning: main() [function.include]: Failed opening '/home/trickfly/public_html/forum/includes/cron/remindermail.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /admincp/cronadmin.php on line 108

Done

--------------------------

How to correct this ?

It looks like you forgot to upload remindermail.php to your /forum/includes/cron/ directory.

Quote:

Originally Posted by cashpath (Post 1221100)
Where would I change the return address in this? Its set to nobody@ right now... I would like to change it.

Admin CP | vBulletin Options | vBulletin Options | Site Name / URL / Contact Details

Scroll down to find: Webmaster's Email

cowudders14 04-06-2007 02:49 PM

Quote:

Originally Posted by quasan (Post 1220689)
jap got the same problem as joeychgo

it's plain text with htmltags throughout the text. barely readable :(

and no, it's not a client issue, because other htmlmails do work

Ditto here - Installed and working, but the emails are in plain text with html tags. Looking at the source of the message, I can see it is sending with
Code:

MIME-Version: 1.0" . "\r\nContent-type: text/html; charset=iso-8859-1" . "\r\nMIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit

Thus, the email readers are quite correctly displaying it as plain text, despite the html tags in it.

djbaxter 04-06-2007 03:08 PM

So would the fix be to change

PHP Code:

Content-Typetext/plaincharset="UTF-8" 

to

PHP Code:

Content-Typetext/htmlcharset="UTF-8" 

???

cashpath 04-06-2007 04:16 PM

Quote:

Quote:

Where would I change the return address in this? Its set to nobody@ right now... I would like to change it.

Admin CP | vBulletin Options | vBulletin Options | Site Name / URL / Contact Details

Scroll down to find: Webmaster's Email


hmm.. that is set..

I guess I meant the return-path

When my user activation emails go out they show my Webmasters email..

When this goes out is shows nobody@server

Fungsten 04-06-2007 04:21 PM

Quote:

Originally Posted by C Braithwaite (Post 1220882)
Maybe you just dont have inactive users? Providing the plugin is running and saying "No emails to send" then as far as im concerned everything is working okay. it uses simple conditionals.

I've checked. There are users who have not logged in for 30 days+; which is what I have it set to. I'll look around in the some other settings though.

kenfuzed 04-06-2007 04:30 PM

I installed this today and set it up per the instructions. To test it out I manually kicked it off job but it only sent out to 7 members even though there are over 1000 inactive. Two of the members emailed just joined this morning.

What could be causing this?


All times are GMT. The time now is 07:34 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.01762 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
  • (2)bbcode_php_printable
  • (9)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