[CDB] Joined Date Format

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!
Scam Warning
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
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

[CDB] Joined Date Format

Post by david63 »

phpbb3-extension-joineddate

Description:
An extension to change the joined date format displayed in viewtopic and memberlist/user profile.

Mod port:
This is a port of the Join Date Format mod by idiotnesia

Features:
  • Select formats for Viewtopic, Memberlist & profile (can all be different) new
  • Formats now available via Extensions tab in ACP updated
Languages:
en

Status:
0.0.3-b3

Installation:
  • Download the latest release and unzip it.
  • Copy the entire contents from the unzipped folder to root/ext/
  • Navigate in the ACP to Customise -> Manage extensions.
  • Find Joined date format under "Disabled Extensions" and click Enable.
Repository:
https://github.com/david63/david63-joineddate
Last edited by david63 on Tue May 26, 2015 8:00 am, edited 5 times in total.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Joined Date Format

Post by travel »

Very nice extension. Thank you.
How to edit/change date format to e.g. IV.2012, IX.2014, V.2015 :?:
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [BETA] Joined Date Format

Post by Lumpy Burgertushie »

what do those even mean? are you trying to combine roman numerals with standard numerals?

what is that.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
alhitary
Registered User
Posts: 868
Joined: Wed Jan 17, 2007 7:51 am
Location: ROY
Name: Basil Taha Alhitary
Contact:

Re: [BETA] Joined Date Format

Post by alhitary »

Arabic PR plz :
https://github.com/david63/david63-joineddate/pull/1

Suggestion to edite the JOINED_DATE_FORMAT_EXPLAIN file to be like bellow :

Code: Select all

'JOINED_DATE_FORMAT_EXPLAIN'	=> 'Leave blank to use the user default date format. Available Format : M Y - F Y - d M Y - d F Y - |M Y| - |F Y| - |d M Y| - |d F Y|.',
For people who don't know date format.
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Joined Date Format

Post by travel »

Lumpy Burgertushie wrote:what do those even mean? are you trying to combine roman numerals with standard numerals?
I mean only numerals instead of words.
e.g.
Joined: 24.05.2015
instead of:
Joined: May 2015
User avatar
Lumpy Burgertushie
Registered User
Posts: 69224
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [BETA] Joined Date Format

Post by Lumpy Burgertushie »

the php for 24.05.2015 is d.m.Y

don't know how to use that in the extension but that is what you need .

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [BETA] Joined Date Format

Post by david63 »

I agree that there needs to be some indication of the formats that are available. I will take a look later.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
tahoebuff
Registered User
Posts: 1429
Joined: Tue Jul 20, 2004 12:33 am
Location: Nevada
Name: Michael
Contact:

Re: [BETA] Joined Date Format

Post by tahoebuff »

David,

Would you consider adding the format change to the "Members" list also in a future version? I know people would like to gain more space in that area.

Thanks,
Michael
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [BETA] Joined Date Format

Post by david63 »

tahoebuff wrote:David,

Would you consider adding the format change to the "Members" list also in a future version? I know people would like to gain more space in that area.

Thanks,
Michael
I'll take a look but off the top of my head I don't think that there are may events in there
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [BETA] Joined Date Format

Post by david63 »

Updated to version b2 - now uses format selector in the ACP, the same as Default date format. As a side effect this gives more options (should anyone need them, also adding this extension add a few more options into the default date format)

@tahoebuff - My first instinct was right - there are no suitable events in Memberlist to change this but I will look at the possibility of adding one (if it has not already been added) as there should be one in there anyway.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [BETA] Joined Date Format

Post by david63 »

OK - after some more delving I have found the event to change the joined date format on Memberlist (it also changes it on a member's profile)

This leads me to a few questions:
  • Do you want this to change automatically on the Memberlist/profile or do you want it as an option?
  • Do you want the Memberlist joined date in the same format as Viewtopic or have its own (selectable) format?
  • Do you want an option to change the format on a member's profile or just use the same format as Memberlist?
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Komanche
Registered User
Posts: 255
Joined: Thu Aug 02, 2007 10:49 am
Location: Czech Republic

Re: [BETA] Joined Date Format

Post by Komanche »

works like a charm, thanks :)
travel
Registered User
Posts: 131
Joined: Sun Jan 11, 2015 7:21 pm

Re: [BETA] Joined Date Format

Post by travel »

david63 wrote:Updated to version b2 - now uses format selector in the ACP, the same as Default date format. As a side effect this gives more options (should anyone need them, also adding this extension add a few more options into the default date format)
Well done.
Thank you!
User avatar
tahoebuff
Registered User
Posts: 1429
Joined: Tue Jul 20, 2004 12:33 am
Location: Nevada
Name: Michael
Contact:

Re: [BETA] Joined Date Format

Post by tahoebuff »

david63 wrote:OK - after some more delving I have found the event to change the joined date format on Memberlist (it also changes it on a member's profile)

This leads me to a few questions:
  • Do you want this to change automatically on the Memberlist/profile or do you want it as an option?
  • Do you want the Memberlist joined date in the same format as Viewtopic or have its own (selectable) format?
  • Do you want an option to change the format on a member's profile or just use the same format as Memberlist?
Thanks so much for including this option!

I'm perfectly satisfied with how it works at the moment (I like things fluid)...but, I am aware others may want some more options available to them. I'm sure future comments will answer this question.
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: [RC] Joined Date Format

Post by david63 »

Updated version.

Options now via Extension tab in ACP and can select format for each of Viewtopic, Memberlist and Profile - all can be different!

To install this version:
  • Disable previous version
  • Delete data
  • Delete files
  • Upload new files
  • Enable
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
Locked

Return to “Extensions in Development”