Thanks!
For people ever having the same issues this is the fix.
Code:
<phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>
Notice the 1="blah blah"
That would be what is filled into {1}
and so on.
--------------- Added [DATE]1198292190[/DATE] at [TIME]1198292190[/TIME] ---------------
Well, it seems some work and some don't. Can anyone shed light as to why the second group of wrappers aren't working?
PHP Code:
<phrase 1="{$bbuserinfo['posts']}">$vbphrase[kor_comments]</phrase><br><br>
<phrase 1="{$numbermembers}" 2="$totalthreads" 3="$totalposts">$vbphrase[kor_forum_stats]</phrase>
The first phrase works fine, the one that calls for $bbuserinfo[posts]
But the second group of stats aren't working. $totalposts, etc.
I have installed the "Welcome Panel Rewrite" hack and the stats work on the index.php, but on my own custom page, they numbers aren't showing up, just the text.