Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
VSa - Auto Birthday Greeter Details »»
VSa - Auto Birthday Greeter
Version: 2.0.6, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 02-16-2010 Last Update: 09-22-2010 Installs: 631
DB Changes Uses Plugins
 
No support by the author.

Info:
This hack automatically creates a birthday thread in the forum you select. Only members that allow their date of birth to be displayed will be listed, and age will be shown only for those who has chosen that. Members are shown in colors defined in usergroup settings. You can choose to exclude inactive members. Several users can be set as greeters (used randomly when posting). Thread will be created first time when someone loads forumhome after midnight.


Notes:
-This executes 1 very simple query on forumhome/in target forum.
-mktime() error? Check out this post.


Installation:
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]


To set options:
Go to: vBulletin Options > VSa - Auto Birthday Greeter


Versions:
v1.0 - Aug 26. 2007.
-Initial release
v1.4 - May 03. 2008.
-Latest vb 3.x version
v2.0 - Feb 17 2010.
-Updated for vB 4
-Added option to disable smilies
v2.0.1 - Feb 28 2010.
-New: Proper Time is now automatically detected
-Fixed: Several compatibility issues
v2.0.2 - Feb 28 2010.
-Fixed: Bug with multiple threads created
v2.0.3 - Mar 02 2010.
-Fixed mktime errors
v2.0.4 - Sep 06 2010.
-Fixed: Another bug with multiple threads created
-Fixed: Minor bugs
v2.0.5 - Sep 16 2010.
-Fixed: Multiple threads
v2.0.6 - Sep 23 2010.
-Fixed: Wrong thread creation time

Download Now

File Type: zip VSa - Auto Birthday Greeter v2.0.6.zip (4.2 KB, 2245 views)

Screenshots

File Type: jpg bdthread.jpg (84.1 KB, 0 views)
File Type: jpg acp.jpg (165.9 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
iiioroh, kiba snowpaw

Comments
  #202  
Old 11-27-2010, 11:51 PM
CybaGirl CybaGirl is offline
 
Join Date: Jun 2010
Location: Sydney Australia
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I am sorry to report that Kras's fix did not fix the problem with the posting of someone's birthday on the correct day.

As it posted the announcement 27mins before midnight on the day before the persons birthday.

For example.

Persons birthday was the 28th of November 2010.

Announcement was posted at 11:27 PM on the 27th of November and the message read as follows.



1 member is celebrating their birthday on 27-11-10:

-Erica (born in 1986, Age: 24)


Happy Birthday!





So is there something else that needs to be changed in the code for the post to be made on the correct day?

As everything else seems to be fixed .

Thanks.
Reply With Quote
  #203  
Old 11-28-2010, 08:47 AM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CybaGirl View Post
Ok I am sorry to report that Kras's fix did not fix the problem with the posting of someone's birthday on the correct day.

As it posted the announcement 27mins before midnight on the day before the persons birthday.
Kras' fix does work fine and corrects the time problem in the original mod that's been around a very long time ...

Since we installed it on v4.04pl1, all of the time issues and incorrect dates for posting such as what you're reporting have been fixed...

I suspect the problem you've experienced has something to do with DST etc., or something else ..

Regards,
Doug
Reply With Quote
  #204  
Old 11-29-2010, 01:33 AM
CybaGirl CybaGirl is offline
 
Join Date: Jun 2010
Location: Sydney Australia
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes the problem lies with the DST setting if you have it enabled.

I have now disabled the DST setting and the mod works well.

Thanks!
Reply With Quote
  #205  
Old 11-29-2010, 02:19 AM
cuocsongso cuocsongso is offline
 
Join Date: Sep 2010
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Valter View Post
Check La Emperadora's usergroup tags.

If it's add-on then other usernames should be affected too.
My error:
Quote:
color=roup/member.gif]Member1[/color]
I checked at Group Member, It's work fine.
But it is not show image.
Reply With Quote
  #206  
Old 12-01-2010, 12:25 AM
SemperFideles's Avatar
SemperFideles SemperFideles is offline
 
Join Date: Oct 2006
Location: Northern VA
Posts: 223
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Duplicate Birthday greeting just started happening again.
Reply With Quote
  #207  
Old 12-01-2010, 05:29 AM
CybaGirl CybaGirl is offline
 
Join Date: Jun 2010
Location: Sydney Australia
Posts: 67
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Opp's seems I was a bit premature with saying that the posting date is fixed.

The actual time of the post is correct. As in the mod makes the post on the day of the persons birthday just after midnight. In this case the post was made on the 1-12-2010.

However in the message itself. It says that the person celebrated their birthday the day before which was the 30-11-2010 as shown in this image.




So is there a way in which I can correct what the post actually posts in the message? As it should be saying.

Code:
1 member is celebrating their birthday on 01-12-10:

-Erica (born in 1986, Age: 24)


Happy Birthday!

Rather than

Code:
1 member is celebrating their birthday on 30-11-10:

-Erica (born in 1986, Age: 24)


Happy Birthday!

As shown in the image above.

Thanks.
Reply With Quote
  #208  
Old 12-17-2010, 01:51 PM
WreckRman2 WreckRman2 is offline
 
Join Date: Dec 2001
Location: Indianapolis, IN
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I too just installed this and it's posting toda for birthdays that are actually tomorrow. Not only that but it's posted two threads in one day.

Doesn't this post just a single thread for that days birthday at midnight?
Reply With Quote
  #209  
Old 12-17-2010, 02:11 PM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It has been doing it for a while. I think it has more to do with the vb software, then the mod really.
Reply With Quote
  #210  
Old 01-09-2011, 07:55 AM
RK KINGKONG RK KINGKONG is offline
 
Join Date: May 2010
Location: NEW JERSEY
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have this already but havent updated on VB 4.1 patch 2 however the option for it to create a thread on ppls birthdays wasnt enabled .. should i upgrade ? or is it gonna be alot of hassle ? i want to enable the option of it creating a thread but if something goes wrong i really wouldnt knwo how to fix it . so im asking for honest opinions should i upgrade or leave this alone ?
Reply With Quote
  #211  
Old 01-09-2011, 07:58 AM
OldSchoolDSL OldSchoolDSL is offline
 
Join Date: Oct 2010
Posts: 1,196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged

will wait for update (I hope one comes out)
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:25 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06361 seconds
  • Memory Usage 2,340KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete