vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Cyb - Auto Birthday Greeter (https://vborg.vbsupport.ru/showthread.php?t=177931)

toddos 06-14-2008 06:35 PM

pls help

Keyser S?ze 06-20-2008 06:54 AM

just throwing my 2 cents in, this is nice and all but i think a better way is when or if the user comes on the forum on their birthday they get a oiouo, much like the PM popip, that says Happy Birthday <username>!

and they only get it once each year

Mum 06-23-2008 04:51 AM

Keyser just do that with notices.

Cyb - the message that is posted on my site is this (i havent' changed it, it's the default) i'm not sure how to fix the colour thing

Code:

1 member is celebrating their birthday on 22nd June 2008:
               
                                        -[color= black]Steve[/color] (born in 1970, Age: 38)
               
               
                Happy Birthday!


cserna 07-01-2008 05:26 AM

Thanks! Downloaded...

Was wondering if there is something like this that exist but for new members? For example start a new thread that mentions all the new members that joined the day before and welcoming them to the forum.

I will look at this code and see if I can put together myself but would like to save some time if it already exist somewhere.

Thanks again!

Makc666 07-14-2008 09:49 AM

1.
This phrase was change in 1.4.
Code:

                <phrase name="cybabgreeter_message_user"><![CDATA[{1} member is celebrating their birthday on {2}:
                {3}
               
               
                Happy Birthday!]]></phrase>

But I think that it must sounds like:
{1} member is celebrating his birthday on {2}:
and not
{1} member is celebrating their birthday on {2}:

2.

ALso it will be nice if you comment this change:

From:
Code:

$cabg_message = construct_phrase($cabg_message_sp,$cybabgreeter_totalusers,date($vbulletin->options['dateformat']),$cabg_birthdays);
To:
Code:

$cabg_message = construct_phrase($cabg_message_sp,$cybabgreeter_totalusers,vbdate($vbulletin->options['dateformat']),$cabg_birthdays);
As there are some other places in product's code where date() is used.

Thanks

cmiller1014 07-18-2008 05:47 PM

Quote:

Originally Posted by Mum (Post 1556551)
Keyser just do that with notices.

Cyb - the message that is posted on my site is this (i havent' changed it, it's the default) i'm not sure how to fix the colour thing

Code:

1 member is celebrating their birthday on 22nd June 2008:
               
                                        -[color= black]Steve[/color] (born in 1970, Age: 38)
               
               
                Happy Birthday!


Same issue... any idea how to fix it?

Valter 07-18-2008 08:26 PM

Remove white-spaces from CSS parameters in usergroup options.

BucWiLd 07-21-2008 11:55 AM

nice, thank you

AuroraStorm 07-24-2008 10:16 AM

How can I set this up for individual threads for people who celebrate their birthdays on the same day?

Oh and by the way, those who don't see threads, go into your Admincp - VBOptions - Cyb Auto Birthday greeter. right here "Greeter(s) (comma separated UserID list)", type in the userids listed in your Usergroup Manager list... (i.e., regular members, Admins, Moderators, etc to look like 6,7,10). It took me a moment to figure that one out...

PHILLYFAN 07-24-2008 10:39 AM

thanks!


All times are GMT. The time now is 02:40 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.01351 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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