YaBB SE Version: PHP Version: MySQL Version: Server Platform: Link to Forum: Problem Description:For instance.. say you are logged on in the boards, at
http://www.webpage.com/yabbse ... would there be a way to say "Welcome, <username>, you have <#> new messages" on, say,
www.webpage.com?
I was talking about this at a different website, and they told me this...
Quote
-type in meta tags for each peice of data you want like members would be <meta name="members" content="[YOUR PHP VARIABLE FOR MEMBERS]">
-Then edit your page and type:
<?php
$stats = get_meta_tags("[YOUR FORUM ADDRESS]");
print("Members:".$stats['members']);
?>
-Then save and change for every stat you want.
It doesn't seem to work, though.. maybe they just told me the wrong code? Or is it just not compatabile with yabbse?
Right now, if I use the yabb username tag.. on the forum, where it would say "Welcome, Biostorm.." it just says "Welcome, " on the main page..
Thanks in advance if this is possible..