Quote:
Originally Posted by KirbyDE
Phrase with Variable:
Code:
Hello {1}, how are you?
Template using this Phrase:
Code:
<phrase 1="$bbuserinfo[username]">$vbphrase[hello_x_how_are_you]</phrase>
Yes, just make a plugin with this Code and the Templates will be grouped.
|
Can you use {1} more than once in a phrase; for example, have the phrase be:
Code:
Hello, {1}! How are you today, {1}?
And the template would still be exactly the same as in your current example?