Quote:
Originally Posted by Paul M
Well the obvious answer is just try it
You may have to put it inside curly brackets i.e. {$vbphrase[$thread[prefix_plain]]}
|
Thanks, will try it and will keep curlies in mind!
--------------- Added [DATE]1247783972[/DATE] at [TIME]1247783972[/TIME] ---------------
Tried it, in a variety of ways.
Putting the whole statement, as with also the sub-variable, in curly brackets gets vBulletin to accept the statement, otherwise it is rejected as a malformed conditional.
However, while the code is accepted, it does not give any results, in other words nothing at all shows.
IOW:
{$vbphrase[$thread[prefix_plain]]}
will be accepted by the vB, but then results in nothing being displayed for it. Yes, the Phrases are already there to be called upon, so it's not a case of not displaying because of missing stuff.
Any ideas, anyone?