i think that's all you have to do!
like using $bbuserinfo[username] somewhere. problem is, you have to make sure that info is available wherever you want to print it.
if it isn't, they you'll have to store it in a variable to be accessed when the data is not available.
like let's say you want this on the usercp. $post[posttime] (i'm assuming here...) is retrieved from the database in the postbit section. so to retrieve that info elsewhere when it is not available you would have to store it in a session variable (sorry for the lack of terminology here, i'm an asp/vb guru).
but you'd only have to store it as a variable IF its not available where you want to use it. if i'm not mistaken, there should already be a globally available variable in the $bbuserinfo array == $bbuserinfo[posttime] or whatever the proper name of the field is.
sorry to ramble.
|