Quote:
Originally Posted by dutchbb
BTW is user ID better than using usergroup != 1 ?
|
It doesn't really matter. Just use what works?
Quote:
Originally Posted by dutchbb
And another problem: <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> is also not working in this template, is there a way to make these work in custom templates?
|
Is this for vBadvanced? The vBa code would look like this:
Code:
<phrase 1="$lastvisitdate" 2="$lastvisittime">$vbphrase[last_visited_x_at_y]</phrase>
If not, I can't really help, because I don't know what this custom template is and what plugin/PHP file is calling on it.