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)

blogtorank 04-03-2007 08:21 PM

Sure kicked in the forums statistics for the day, I installed the mod at 1ish this AM and the mailer hit up about 340 members that have been inactive and 114 came back to post so far today... Many thanks for this hack and you have my vote!

All the best!

C Braithwaite 04-03-2007 09:51 PM

Quote:

Originally Posted by blogtorank (Post 1219282)
Sure kicked in the forums statistics for the day, I installed the mod at 1ish this AM and the mailer hit up about 340 members that have been inactive and 114 came back to post so far today... Many thanks for this hack and you have my vote!

All the best!

that is excellent news!

Fungsten 04-03-2007 10:58 PM

Though I have Email notification for PMs, and they do get sent out, I don't have it set where members can email each other. Does this have something to do with V-Bulletin not sending out notifications of Inactivity?

BTW, I did check the Logs and nothing has been sent out. Thanks.

cashpath 04-03-2007 11:20 PM

can ezbouncer could be integrated into these emails?

solinarius 04-03-2007 11:28 PM

Yep, i checked logs and nothing displayed for that mod, looks like broken or something

djbaxter 04-04-2007 01:16 AM

Quote:

Originally Posted by cashpath (Post 1219347)
can ezbouncer could be integrated into these emails?

Yes, very easily.

Open reminderemail.php. Find:

PHP Code:

            $headers .= "To: $username <$email>" "\r\n";
            
$headers .= "From: " $vbulletin->options['bbtitle'] . " Reminder Service <" $vbulletin->options['webmasteremail'] . ">" "\r\n"

Add after:

PHP Code:

// add EZBounce headers
$bounceurl$vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" $userid;
$bouncestring"<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>";
$headers .= 'X-EZbouncer: ' $bouncestring $delimiter

Edit:

The last line above is word-wrapping for some reason. It should be:

PHP Code:

$headers .= 'X-EZbouncer: ' $bouncestring $delimiter

Upload remindermail.php to your ./includes/cron/ directory.

cashpath 04-04-2007 03:38 AM

Thanks DJ Baxter :)

C Braithwaite 04-04-2007 07:58 AM

Quote:

Originally Posted by Fungsten (Post 1219336)
Though I have Email notification for PMs, and they do get sent out, I don't have it set where members can email each other. Does this have something to do with V-Bulletin not sending out notifications of Inactivity?

Doesn't effect it.

Post a screenshot of your settings.

KiraLove 04-04-2007 09:28 AM

this mod needed a lot of changes to make it work

main thing was change mail() to vbmail()

use the api guys.. that is what its there for.

thanks author for sharing tho.

C Braithwaite 04-04-2007 12:35 PM

Quote:

Originally Posted by KiraLove (Post 1219540)
this mod needed a lot of changes to make it work

main thing was change mail() to vbmail()

use the api guys.. that is what its there for.

thanks author for sharing tho.

im still new to vb modding - but looking it over i have changed the code. should work in a much more efficient way. i just need to test and upload. wont be until tomorrow though.


All times are GMT. The time now is 06:48 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.01978 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_php_printable
  • (4)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