The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add phrase, but...
Hello,
I want to add new phrase, but I want use valid numbers of threads and posts. E.g. : How to activate {1} and {2} in this phrase? |
#2
|
||||
|
||||
Varname would just be "thread_and_posts" (no quote marks).
This is an example from FORUMHOME: <phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase> So, you would call yours like: <phrase 1="$posts" 2="$threads">$vbphrase[thread_and_posts]</phrase> But, the $posts and $threads variables would need to be defined by you (or may already be defined, you need to use the defined variables there in that case.). |
#3
|
|||
|
|||
Thanks mate
That was easy, but thanks so much |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|