Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

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

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 01-09-2009 Last Update: Never Installs: 437
DB Changes Uses Plugins Auto-Templates
 
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 choosen 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.

Note:
-This executes 1 very simple query on forumhome.

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

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

Versions:
v1.0 - Aug 26. 2007.
-Initial release
v1.1 - Aug 27. 2007.
-New: Option to exclude members with post count lower than X
-Fixed bug where several threads are posted for the same birthday
-Shortcut to "Age" phrase added to the list on settings page
v1.2 - Aug 28. 2007.
-Date format follows your forum acp settings
-New: Option to exclude members joined in last X days
-Another fix for duplicate birthday threads on some forums
v1.3 - Aug 31. 2007.
-Option to synchronize hack with forum time to avoid situations where birthday thread is created too early or too late
v1.4 - May 03. 2008.
-Compatible with vBulletin 3.7
-Minor bugs fixed

Mark as INSTALLED to get support and updates.

Download Now

File Type: zip Cyb - Auto Birthday Greeter 1.4.zip (4.5 KB, 1985 views)

Screenshots

File Type: jpg message.jpg (31.0 KB, 0 views)
File Type: jpg acp.jpg (63.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
ricardoNJ

Comments
  #62  
Old 06-26-2009, 02:52 AM
armthehomeless1 armthehomeless1 is offline
 
Join Date: Dec 2008
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Cyb,

I'm still awaiting a response for this post.

My forum is +17 hours ahead of my server time, yet your hack only supports up to 12. Is there a way to manually change this to support my forum?

I saw the coding in the plugin manager for "Cyb - Auto Birthday Greeter - MN" this code:

PHP Code:
if ($vbulletin->options['cybabgreeter_enable_product'] AND $birthdays AND ($vbulletin->options['cybabgreeter_birthday_forum']!='') AND ($vbulletin->options['cybabgreeter_posters']!=''))
        {
            if (
$vbulletin->options['cybabgreeter_time_offset']>0)
            {
                
$cybabgreeter_propertime TIMENOW + ($vbulletin->options['cybabgreeter_time_offset']*3600) + 10;
            }
            else if (
$vbulletin->options['cybabgreeter_time_offset']<0)
            {
                
$cybabgreeter_propertime TIMENOW - (str_replace('-','',$vbulletin->options['cybabgreeter_time_offset'])*3600) + 10;
            }
            else
            {
                
$cybabgreeter_propertime TIMENOW;
            }
            
$cybabgreeter_execdate date('m-d'$cybabgreeter_propertime); 
But I don't know how to edit it. One thing I tried gave me errors on FORUMHOME. So I reverted it.

Any help would be appreciated!
Reply With Quote
  #63  
Old 06-30-2009, 11:32 PM
MonkYZ MonkYZ is offline
 
Join Date: Jul 2008
Posts: 334
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it possible to use only one thread for Birthday greetings instead of creating every time a different thread ? For example instead of threads like:

-Happy Birthday User X
-Happy Birthday User Y
-Happy Birthday User Z
-Happy Birthday User A
-Happy Birthday User B
-Happy Birthday User C

just a thread like:

-Happy Birthday !
and inside posts for each user: X, Y, Z, A, B, C

Thx
Reply With Quote
  #64  
Old 08-18-2009, 07:38 PM
Adem GEN?'s Avatar
Adem GEN? Adem GEN? is offline
 
Join Date: Apr 2005
Location: İstanbul / T?rkiye
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using the local date format

Date of birth in this manner is shown in the message: "%15-%940-%2009"

How can I fix this?
Reply With Quote
  #65  
Old 08-19-2009, 10:34 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed.... very nice!
Reply With Quote
  #66  
Old 08-29-2009, 05:42 PM
Welshy2008's Avatar
Welshy2008 Welshy2008 is offline
 
Join Date: Jul 2008
Location: UK
Posts: 904
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by princeedward View Post
For All Interested To My Settings...Do This!

Sample Here!

1: Install This: Embed MP3 In Post Using Flash Player or any music source that will auto play to your site...

or Download my files below with complete tools, site version, images and instructions:

My Files

Now Go:

Admin CP > Edit Options > Cyb - Auto Birthday Greeter > Phrases (Below)

Edit Both Phrases: Message & Message (pl)

just copy what text and smilie image i had if you want/ like it...or add anything you like...just play around and test it...that suit to your taste...


Hope it works all for you...

best regards to all...

:up:
I like that Happy Birthday Playing - Is there anyway that I could have it to play just the once, instead of on a loop? And if the user wanted to here it again - then he/she could just press the play button.

Thanks.


Thanks to you too CYB, Another excellent mod. Downloaded and to be installed.
Reply With Quote
  #67  
Old 08-29-2009, 06:26 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had to uninstall this on my 3.7x site. It passed right by some members birthdays and didn't do anything. Does this work on vb3.7x? I was sure I set everything up correctly...
Reply With Quote
  #68  
Old 09-20-2009, 06:37 AM
AfterWorldForum AfterWorldForum is offline
 
Join Date: Dec 2008
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this, and have been trying to test it, but so far not succesfully.

I created a user in a custom usergroup, and have been resetting their birthday to a new day every day, ti try and force the mod to post.

Some troubleshooting initially showed I forgot to make birthdays for that usergroup public, but even fixing that did not do the trick. The user shows up on the birthday calendar now, but did not receive a birthday mail, nor a thread.

Could someone please help me figure out what on earth I'm doing wrong?

The fact it now shows on the calendar and the forum-birthday list should do the trick, right?

Thanks.

Peter
Reply With Quote
  #69  
Old 09-28-2009, 09:44 PM
BWJ BWJ is offline
 
Join Date: Aug 2005
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent hack!

In the last days I have tried to put a specific thread prefix in front of the subject. So in stead of:

Happy Birthday Username

I would like:

[specific thread prefix] Happy Birthday Username

I guess this is possible - but how? I would really appreciate any help here...
Reply With Quote
  #70  
Old 09-30-2009, 12:20 AM
trotskid trotskid is offline
 
Join Date: Feb 2009
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cindy helmond View Post
get this error signs any fix ?
thx


Code:
1 member is celebrating their birthday on %e %886 %2009:
Quote:
Originally Posted by AdemGEN? View Post
I'm using the local date format

Date of birth in this manner is shown in the message: "%15-%940-%2009"

How can I fix this?
I've got the same problem. Is there a fix for that?

Code:
1 member is celebrating their birthday on %30-%b-%2009
Reply With Quote
  #71  
Old 10-08-2009, 12:21 PM
War.Frog's Avatar
War.Frog War.Frog is offline
 
Join Date: Aug 2009
Location: Ontario, Canada
Posts: 262
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When my user's birthday message was posted, the "color" tag on the username wasn't properly interpreted. The message showed as:

Code:
1 member is celebrating their birthday on 10-08-2009:

-[color= green]membername[/color] (Age: hidden or unknown a...
Any thoughts?
Reply With Quote
Reply


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 05:10 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.05004 seconds
  • Memory Usage 2,355KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_php
  • (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
  • (11)post_thanks_box
  • (1)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