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
User Anniversary Details »»
User Anniversary
Version: 1.20, by MrZeropage MrZeropage is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 10-28-2008 Last Update: 11-05-2008 Installs: 151
Uses Plugins
Translations  
No support by the author.

This adds a new box on FORUMHOME which shows user's anniversary (registration on forum)

So if any user has registered at least 1 year ago on the actual date, he will show up in that list
Of course this only looks for "active members" if you have setup this in your vBulletin-settings, so that only users that visited your forums in the last X days are displayed here.

Requirements: vBulletin 3.7.2 or later


Version History:

1.00 Date 29th October 2008
first release

1.10 Date 3rd November 2008
New Features:
- Usernames are displayed using the correct usergroup-styling (color ect.)
- only active members will show up if vBulletin has setup "active users"
- full phrased
- database-access changed to use slave-database if existing

1.20 Date 6th November 2008
Bugfix: if "active members" was set to zero, nothing did show up *fixed*
New Feature:
- Usergroups can be restricted from showing up in the anniversary-list


Credits:
Thanks to Delphinchen for inspiration and Boothby (on vbGO) for SQL-Hint on this!

Thanks to Albibak for the french translation. Please, go to vbulletin-fr.org to report translation problem.


Enjoy

Download Now

File Type: xml product-anniversary.xml (4.4 KB, 546 views)

Screenshots

File Type: jpg vb_anniversary.jpg (9.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 12-07-2008, 01:08 PM
MrZeropage's Avatar
MrZeropage MrZeropage is offline
 
Join Date: Nov 2003
Location: Munich, Germany
Posts: 3,012
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@adnoid:
you can change the date-format in the plugin "add anniversary to FORUMHOME"
Code:
$anniversary_title = $vbphrase['anniversary_title']." (".date('d.m.Y').")";
@GSeybold:
you need to have "template_hook[forumhome_wgo_pos4]" in your FORUMHOME template, make sure this can be found there.
And: make sure anybody registered TODAY at least one year ago to make him show up
Reply With Quote
  #53  
Old 12-08-2008, 04:44 AM
GSeybold GSeybold is offline
 
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THank you

I don't have that.. Where exactly shall I put that on the forum home template?

Thanks again and sorry to be such a dunce!

Gabby
Reply With Quote
  #54  
Old 12-08-2008, 10:32 AM
samsons samsons is offline
 
Join Date: Dec 2005
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi GSeybold
add it in Forumhome Template after
Code:
<!-- end today's birthdays -->
</if>
so it looks like this
Code:
<!-- end today's birthdays -->
</if>
$template_hook[forumhome_wgo_pos4]
<if condition="$show['upcomingevents']">
<tbody>
maybe you want it somewhere else, just try out

sams
Reply With Quote
  #55  
Old 12-10-2008, 06:41 AM
GSeybold GSeybold is offline
 
Join Date: Dec 2007
Posts: 473
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you so much. It's works perfectly. Again, thank you for your support.

Gabby
Reply With Quote
  #56  
Old 01-23-2009, 01:50 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.8.0 Compatible? Can you also make it so that it posts a thread of the user that is celebrating his/her anniversary in a specified forum?
Reply With Quote
  #57  
Old 01-23-2009, 01:49 PM
Stifmeister2 Stifmeister2 is offline
 
Join Date: Feb 2006
Location: Finland
Posts: 755
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Warden-B- View Post
3.8.0 Compatible? Can you also make it so that it posts a thread of the user that is celebrating his/her anniversary in a specified forum?
Works on 3.8.0.
Reply With Quote
  #58  
Old 01-25-2009, 11:09 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Zero,

What if in addition to showing the box on forumhome, there was a feature to show the anniversary on the user's postbit header, just like birthdays? Just an idea.

Nice work.
Reply With Quote
  #59  
Old 02-03-2009, 03:13 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just want to let you know I'm getting w3c validation errors from this mod:

http://validator.w3.org/check?uri=ht...%2C*%3Bq%3D0.7
Reply With Quote
  #60  
Old 02-08-2009, 04:10 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Feature request:

Send out a custom pm and/or email to that user on the anniversary date.

Thanks
Reply With Quote
  #61  
Old 02-08-2009, 05:43 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice little one.. thanks
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 12:04 AM.


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.05303 seconds
  • Memory Usage 2,335KB
  • 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_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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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