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)
-   -   Calendar Enhancements - Automatic Calendar Reminders (https://vborg.vbsupport.ru/showthread.php?t=127415)

ravencr 03-02-2007 04:47 PM

Can this work with VB Event Calendar and Event Attendance?

Chris

Farcaster 03-03-2007 01:24 AM

It should work with it, but it doesn't integrate with either hack in any way.

dricho 07-25-2007 10:35 AM

This is excellent - works perfectly for me....thankyou!

AWJunkies 01-10-2008 11:10 PM

does this work for 3.6.8 P2 with php 5+ ??
It worked perfect before now since I upgraded to 5+ it is throwing errors along with your other mods. I am trying to find out the root of it.

Caerydd 03-14-2008 03:04 PM

I'll be testing this out, but I really want a version that simply emails subscribers at the moment a new event is added.

maroceve 05-07-2008 10:03 AM

Guys is there a hack or a mod that enables your forum to permit a user to subscribe DURING REGISTRATION To a specific Calendar.

Thanks.

William2509 07-11-2008 07:11 AM

Any possiblity of getting a 3.7.x version of this? I tried this version on my 3.7.2 board and did not working.

MediaHound 09-13-2008 12:17 AM

Quote:

Originally Posted by JuGgOlOw22 (Post 1099219)
Have you gotten a chance to check out those options?

Bump for you. I'm also looking for it to automatically subscribe all members to the reminder. I can connect the dots in the database and make a third script to funnel new members into the setting, but having it in the UI for the first big sweep and as an automatic cron for the new members thereafter would be a great feature.

MediaHound 10-21-2008 09:00 PM

To automatically get new members subscribed, add a new plugin to the hook:
register_addmember_complete

Something to this effect, ymmv -
PHP Code:

$uid $vbulletin->userinfo['userid'];
$sql 'INSERT INTO `subscribecalendar` VALUES (null, '.$uid.', 1, 86400);';
$db->query_write($sql); 


vbboarder 02-13-2009 03:53 PM

Will you be upgrading this to VB 3.8? This would make an excellent Farcaster's Calendar Triad: Auto Calendar Reminders + Event Attendance 2 + Social Group Calendar. Thanks for all your cool mods! :D


All times are GMT. The time now is 09:34 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.02897 seconds
  • Memory Usage 1,734KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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