![]() |
latest user
Hi,
I'd like to display the latest 5 users who registered to my forum. What do I have to edit please? Thanks :) any help? |
Where do you want it displayed?
Off the top of my head, place something like in the file you want it: PHP Code:
|
I think if you are going to use query instead of query_first you need to use 'while' like this:
PHP Code:
|
I'm trying to add the joindate to this, but I'm not sure how format it to display.
heres the code: Code:
$newestmembers = $DB_site->query(" Code:
Blue[sK] (1117254613) |
You need to convert the time stamps. :)
Add something like PHP Code:
@eric: typo:( |
Another thing you may want to consider is to cache this info in the datastore to save on queries.
Amy |
Quote:
I want it to be displayed in the index.php so what code do I have to eliminate? Thanks |
I recomend installing the Stats Hack
|
Quote:
|
Here's the updated one with datastore
index.php: Find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
HTML Code:
<div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div> HTML Code:
<div>Welcome to our newest members, $newestbit </div> (newestmemberscron.php - put in /includes/cron) PHP Code:
.. first time having to use datastore, hopefully it's somewhat right. :) |
All times are GMT. The time now is 02:11 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|