[CDB] Upcoming Birthday List

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Anti-Spam Guide
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

[CDB] Upcoming Birthday List

Post by RMcGirr83 »

Extension Name: Upcoming Birthday List
Author: RMcGirr83

Description:
This is a port of the phpBB version 3.0.x Mod Upcoming Birthday List.

Version: 1.0.0

Download: https://github.com/RMcGirr83/phpBB-3.1- ... master.zip

Installation:
  1. Copy the entire contents of the repository to ext/rmcgirr83/upcomingbirthdays
  2. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  3. Click Enable.
Number of days to display can be found within the "Server Settings -> Load" and "Board Features" settings in the ACP.

Github Repository: https://github.com/RMcGirr83/phpBB-3.1- ... gbirthdays

Image

If you like this extension and want to show some appreciation, then feel free to Image.
Last edited by RMcGirr83 on Mon Oct 19, 2015 8:15 pm, edited 3 times in total.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
Pernod70
Registered User
Posts: 20
Joined: Sun Apr 08, 2012 11:35 pm
Location: Croydon, UK
Name: Nigel Barnes

Re: [RC] Upcoming Birthday List

Post by Pernod70 »

Thanks, I was going to look at porting this over the weekend.

Tried installing on 3.1.3 and get:

Code: Select all

The migration "\rmcgirr83\upcomingbirthdays\migrations\version_100" is not fulfillable, missing migration "\phpbb\db\migration\data\v31x\v314rc1".
Does it really require 314rc1?
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Upcoming Birthday List

Post by RMcGirr83 »

Ah, crap. No and I had thought I had taken care of that.

change that line to return array('\phpbb\db\migration\data\v31x\v311');

Github has been updated.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
Pernod70
Registered User
Posts: 20
Joined: Sun Apr 08, 2012 11:35 pm
Location: Croydon, UK
Name: Nigel Barnes

Re: [RC] Upcoming Birthday List

Post by Pernod70 »

Thanks, all good now.
dvdrie
Registered User
Posts: 15
Joined: Thu Apr 30, 2015 3:17 pm
Location: Eindhoven, Netherlands

Re: [RC] Upcoming Birthday List

Post by dvdrie »

Works great! :D Thanks
User avatar
uruguayito
Registered User
Posts: 266
Joined: Mon Dec 13, 2010 2:46 pm
Location: Montevideo - Uruguay

Re: [RC] Upcoming Birthday List

Post by uruguayito »

thx :mrgreen:
I speak spanish
Sorry for my bad english
User avatar
tamarin
Registered User
Posts: 120
Joined: Tue Feb 03, 2015 9:02 pm
Location: Germany
Name: Ed

Re: [RC] Upcoming Birthday List

Post by tamarin »

Hello.
Thank you for the extension.
I noticed this error:
When you hover the mouse cursor on the forum user, his birthday is displayed one day before the real one.
The screenshot shows a Birthday on June 7.
In profile - Birthday on June 8.
Can you fix it please?
Thank you.

PS: The screenshot is here: https://www.phpbb.com/customise/db/exte ... aa#p434181
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Upcoming Birthday List

Post by RMcGirr83 »

That isn't this extension
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6836
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [RC] Upcoming Birthday List

Post by HiFiKabin »

He had both extensions enabled Rich. The error still occurs when only yours in enabled. There is no onmouseover in my Birthday List On Top Ext
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Upcoming Birthday List

Post by RMcGirr83 »

Ah, okay...will take a look
Last edited by RMcGirr83 on Sat Jun 06, 2015 1:22 pm, edited 2 times in total.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
HiFiKabin
Community Team Member
Community Team Member
Posts: 6836
Joined: Wed May 14, 2014 9:10 am
Location: Swearing at the PC, UK
Name: James

Re: [RC] Upcoming Birthday List

Post by HiFiKabin »

Thanks. My first thought was a time zone error, but you know your Ext better than I do
User avatar
RMcGirr83
Former Team Member
Posts: 22099
Joined: Wed Jun 22, 2005 4:33 pm
Location: Your display
Name: Rich McGirr

Re: [RC] Upcoming Birthday List

Post by RMcGirr83 »

https://github.com/RMcGirr83/phpBB-3.1- ... 078cf500ab

Fixed...I think. To update download the extension from github and copy over the main_listener.php file into the rmcgirr83/upcomingbirthdays/event directory.
Former Modifications/Extensions Team Member | My extensions | github | All requests for support via PM will be ignored
Appreciate the extensions/mods/support then you can support me by buying a beer 🍺
User avatar
tamarin
Registered User
Posts: 120
Joined: Tue Feb 03, 2015 9:02 pm
Location: Germany
Name: Ed

Re: [RC] Upcoming Birthday List

Post by tamarin »

RMcGirr83 wrote:https://github.com/RMcGirr83/phpBB-3.1- ... 078cf500ab

Fixed...I think. To update download the extension from github and copy over the main_listener.php file into the rmcgirr83/upcomingbirthdays/event directory.
Now everything is displaying fine!
Thank you very much!
User avatar
wkuzma
Registered User
Posts: 394
Joined: Sun Sep 02, 2007 10:18 pm

Re: [RC] Upcoming Birthday List

Post by wkuzma »

good catch I didn't notice mine did the same until I updated.
Nully
Registered User
Posts: 453
Joined: Thu Jan 29, 2009 10:11 pm
Location: France

Re: [RC] Upcoming Birthday List

Post by Nully »

Hello,
I installed extension and translated info_acp_upcomingbirthdays.php and upcomingbirthdays.php
but informations are still in english.
Is it necessary to copy

Code: Select all

// ACP entries
	'ALLOW_BIRTHDAYS_AHEAD'		=> 'Nombre de jours',
	'ALLOW_BIRTHDAYS_AHEAD_EXPLAIN'	=> 'Affiche les anniversaires à venir sur la page d’accueil. Entrer 0 ou un nombre négatif désactivera cette fonction.',
in language/fr/common.php?

Return to “Extensions in Development”