I'm trying to add a little section to pull the number of new threads/posts to be displayed. I checked the welcomepanel hack as this is the only place I've seen it before and I came up with this:
Code:
New Posts: $bbuserinfo[newposts]<br />
New Threads: $bbuserinfo[newthreads]<br />
It doesn't work. Can anyone suggest the variables (?) that I should be using instead?
It's to go in my side column here:
http://devioustyrant.com/
Thanks!