View Full Version : $codes
SmEdD
05-27-2003, 03:01 AM
Hey I was just woundering if anyone knows all of these or knows where you can look at them. If you don't know what I mean look below.
Example:
$username = Username
$bbuserinfo[lastvisitdate] = Last visit date
filburt1
05-27-2003, 03:05 AM
When in doubt (and when you want to read an insane amount of data):
echo "<pre>";
print_r(get_defined_variables());
echo "</pre>";
$bbuserinfo includes every column in the user table for the current user (based on userid).
SmEdD
05-27-2003, 03:38 AM
Ya not just user like post and stuff. Pretty much every code to call data. Like $totalthreads.
And thanks for the list of user stuff. Not hard to look down the column in phpmyadmin.
Pickalo
09-06-2003, 04:30 AM
does any1 know how I could make a custom vb code for $username, so that I could put like [you] and have it show up as the person whos viewing the threads name?
Xenon
09-06-2003, 12:27 PM
there's a hack by firefly :)
Pickalo
09-06-2003, 11:13 PM
thanks :D
Pickalo
09-07-2003, 08:56 PM
ummm, I looked for it but I didn't find it. please help me out
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.