View Full Version : Stats on non-VB page, w/Log In
bluecat
04-28-2004, 10:49 AM
I'm not sure if this is already done or possible (didn't find much). But I'm interested in a log in option on a non-VB page that shows them (once logged in) if they have any PM's, new threads, etc. just as they would see it when on the forum. Basically a little table that shows their own user information.
Noel 4 DMB
04-28-2004, 12:34 PM
you could do it in VB2 easily, just by saying something like this:
<?PHP
require 'global.php';
if ($bbuserinfo[userid] == 0) { include 'ssi-login.php'; }
else { include 'ssi-stats.php'; }
and the stats would contain a query that draws up their info, or using the $bbuserinfo tag you can draw up [posts] or [username].
But with VB3, im not so sure how to do it. Best bet is to take a look at the coding in VB3 and check out how they look for unknown users.
bluecat
04-28-2004, 02:11 PM
Thank you. Also, for anyone else, just found this link: https://vborg.vbsupport.ru/showthread.php?t=63223&highlight=stats Thanks again.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.