The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
vb:raw inside language phrases
hi all,
Is it possible to have this inside a global phrase, can I have a phrase call greeting with the following: Good morning, {vb:raw bbuserinfo.musername} How are you? and call it like that in a template? {vb:rawphrase greeting} if not, what is the best way to to this <if condition="$bbuserinfo[languageid]== '3' OR $bbuserinfo[languageid]== '2'"> in vb4 i tried <vb:if condition="$bbuserinfo[languageid]== '3' OR $bbuserinfo[languageid]== '2'"> no luck |
#2
|
|||
|
|||
I think (not at home so i cant check)
in template: {vb:rawphrase greeting, {vb:raw bbuserinfo.musername}} where phrase greeting is: Good morning, {1}. How are you F |
#3
|
|||
|
|||
no need to go home derf, works like a charm..
Thank you |
#4
|
|||
|
|||
having the same problem. in language phrase i want to insert {vb.raw bbuserinfo.userid}
Code:
<p>You have been banned for the following reason:<br /> {1}</p> <p>Date the ban will be lifted: {2}</p> <p><div align="center"><b>Become VIP and ban will be lifted now! <br /><a href="vip.php?id={vb:raw bbuserinfo.userid}&email={vb:raw bbuserinfo.email}">BECOME NOW!</a></b></div><br /></p> need help. |
#5
|
||||
|
||||
What does the template code look like that calls the phrase? (and what template?)
|
#6
|
|||
|
|||
its a language phrase " nopermission_banned "
i want to add some more information on it.... |
#7
|
|||
|
|||
{vb:raw bbuserinfo.field, {vb:raw vboptions.customoption}}
it don't work for me. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|