[Beta] List Recently Registered Users (0.0.1)

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Post Reply
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

[Beta] List Recently Registered Users (0.0.1)

Post by A_Jelly_Doughnut »

Code: Select all

############################################################
## MOD Title: Recently registered users
## MOD Author: A_Jelly_Doughnut < [email protected] > (N/A) http://jd1.zidev.com/phpbb
## MOD Description: Lists new users (within a week) in the admin index page.
## MOD Version: 0.0.1
##
## Installation Level: Easy
## Installation Time: ~ 3 minutes
## Files To Edit: /admin/index.php, /templates/subSilver/admin/board_config_body.tpl, /language/lang_english/lang_admin.php
## Included Files: n/a
##
Download
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
Shof515
Registered User
Posts: 1169
Joined: Wed Mar 19, 2003 4:36 am

Post by Shof515 »

works without any problems..Image
User avatar
alsakrah
Registered User
Posts: 166
Joined: Wed Dec 04, 2002 7:54 pm
Contact:

Post by alsakrah »

Great mod

tested without any problems
Veneficium
I've Been Banned!
Posts: 55
Joined: Sun May 09, 2004 9:26 pm
Location: Everywhere...... Occupation: Weight Lifting Hamster

Post by Veneficium »

4 words.

"very simple, very good."

That deserves a Mr. Green! :mrgreen:
Joe Belmaati
Registered User
Posts: 2110
Joined: Sun Sep 28, 2003 7:35 pm
Location: Denmark

Post by Joe Belmaati »

Love this, really very nice. Just one small q. Won't users run into trouble if they add more variables to lang_admin.php AFTER your variables?

Code: Select all

$lang['user_registered'] = 'Date User Registered';
$lang['recent_users'] = 'Users Registered in the Last Week'
Just wondering whether it would make sense to add a semi-colon after Week'

Code: Select all

$lang['user_registered'] = 'Date User Registered';
$lang['recent_users'] = 'Users Registered in the Last Week';
Thank you once again! :D
bucky716
Registered User
Posts: 212
Joined: Tue Sep 09, 2003 3:19 am
Location: Buffalo, NY USA
Contact:

Post by bucky716 »

Any chance to be able to list new users of the week on the index in the whosonline section as well?
deny
Registered User
Posts: 565
Joined: Wed May 14, 2003 9:14 am
Contact:

Post by deny »

Any chance to be able to list new users of the week on the index in the whosonline....


Go to phpbbhacks.com and search.Mod to list new users on whoisonline exist.
User avatar
A_Jelly_Doughnut
Former Team Member
Posts: 34459
Joined: Sat Jan 18, 2003 1:26 am
Location: Where the Rivers Run
Contact:

Post by A_Jelly_Doughnut »

Joe Belimatti: You're right, I'll fix that some time.

Bucky756: What deny said :)
A Donut's Blog
"Bach's Prelude (Cello Suite No. 1) is driving Indiana country roads in Autumn" - Ann Kish
User avatar
stickerboy
Former Team Member
Posts: 7349
Joined: Mon Mar 29, 2004 2:27 pm
Location: Scotland
Name: Kenny Cameron
Contact:

Post by stickerboy »

Just want to add to the praise - great work AJD.
works great :)
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
bucky716
Registered User
Posts: 212
Joined: Tue Sep 09, 2003 3:19 am
Location: Buffalo, NY USA
Contact:

Post by bucky716 »

Nifty little mod, thanks!! :D
ryan1918dotcom
I've Been Banned!
Posts: 478
Joined: Wed Dec 10, 2003 3:10 am
Location: michigan
Contact:

Post by ryan1918dotcom »

Trying this out!
Image
http://www.ryan1918.com More than security.
ryan1918dotcom
I've Been Banned!
Posts: 478
Joined: Wed Dec 10, 2003 3:10 am
Location: michigan
Contact:

Post by ryan1918dotcom »

Actually I wanted this, http://www.phpbbhacks.com/download/782

I wanted it on the main index page..
Image
http://www.ryan1918.com More than security.
Post Reply

Return to “[2.0.x] MODs in Development”