An overview of user statistics
In Wordpress home page I've insert a button that log in /forum/login.php
I wanted to ask if possible also include an overview of user statistics such as: recent messages last visit etc. This is the code: Code:
<?php And I need to put something like that Code:
// Display last visit time and date Thanks |
I am not sure what the question is here?
|
Quote:
I would like that this code show me the last visit and PM, but it isn't work. Can you hel me? Code:
// Display last visit time and date |
Hmm did you try this?
Code:
global $vb; |
Thanks work!
Can you help me also to show unread private messages and New Posts? |
I do not know how you would do new posts, but I believe pmunread is the field for pms:
Code:
echo $vb->userinfo['pmunread']; |
|
Hi Jeff did you know vbulletin code to show New Post?
|
Quote:
I guess something along the line of: Code:
|
I wanted say something like:
Code:
// finds number of new posts |
Quote:
|
Thanks anyway ;)
|
All times are GMT -4. The time now is 08:32 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.