The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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's to go in my side column here: http://devioustyrant.com/ Thanks! |
![]() |
|
|