masterross
02-10-2010, 10:07 AM
Hi,
I cant handle it with phrasing vars :(
I have a phrase (myphrase) which contains text:
Welcome to {1}In template I call this phrase with:
<phrase 1="$vboptions[bbtitle]">$vbphrase[myphrase]</phrase>where $vboptions[bbtitle] is forum title.
So in I call it in that way simply it cant. Result is:
$vbphrase[myphrase]But if I call it with:
<phrase 1="{vb:raw vboptions.bbtitle}">{vb:rawphrase myphrase}</phrase>The result is:
Welcome to %1$sSo in both cases there is something incomplete.
Can you help me with this?
Thx!
I cant handle it with phrasing vars :(
I have a phrase (myphrase) which contains text:
Welcome to {1}In template I call this phrase with:
<phrase 1="$vboptions[bbtitle]">$vbphrase[myphrase]</phrase>where $vboptions[bbtitle] is forum title.
So in I call it in that way simply it cant. Result is:
$vbphrase[myphrase]But if I call it with:
<phrase 1="{vb:raw vboptions.bbtitle}">{vb:rawphrase myphrase}</phrase>The result is:
Welcome to %1$sSo in both cases there is something incomplete.
Can you help me with this?
Thx!