PDA

View Full Version : Add Member Stats to Header.


Steve123
01-11-2003, 12:45 AM
Hi,

I wish to add the member stats


Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br> Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>


To the header, but when i add this information to it for some reason it wont output the varibales... it only outputs..


Members:, Threads: , Posts:
Welcome to our newest member,


Is there anyway that you can make it so it will show this data on the header template?

Thanks
/Steve

squawell
01-11-2003, 03:19 AM
u can see index.php's code and put what varibales u want to

show up in header in this template"phpinclude" then u can use

those varibales in header.....i never try it but it should be work...

Steve123
01-11-2003, 03:54 AM
What do you mean??

What do i put in the phpinclude template?

Tony G
01-11-2003, 10:02 AM
Use this mod:

http://www.vbulletintemplates.com/mods/showthread.php?s=&threadid=1522&highlight=header

:)

Steve123
01-11-2003, 10:05 PM
I figured it out myself..

thanks for help tho :)

Now just to figure out how to add a footer to each forumbit :|