The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Stats on non-VB page, w/Log In
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.
|
#2
|
|||
|
|||
you could do it in VB2 easily, just by saying something like this:
Code:
<?PHP require 'global.php'; if ($bbuserinfo[userid] == 0) { include 'ssi-login.php'; } else { include 'ssi-stats.php'; } 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. |
#3
|
||||
|
||||
Thank you. Also, for anyone else, just found this link: https://vborg.vbsupport.ru/showthrea...ighlight=stats Thanks again.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|