The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
$vbphrase in Forum Description ?
Is it possible to put a $vbphrase in the forum description
eg. $vbphrase[mycustomphrase] I surrounded the phrase with php tags eg. <?php $vbphrase[mycustomphrase] ?> But it still didn't work, can anyone help ? I will be very gratefull! |
#2
|
|||
|
|||
You don't use php tags inside your templates.
|
#3
|
|||
|
|||
No you can not use phrases in forum titles.
|
#4
|
|||
|
|||
Someone said I can place them in the template. But I only want it in one forum not all forums so is there any other way ?
|
#5
|
|||
|
|||
<if condition="$forum[forumid] == '1'">$vbphrase[phrase]</if>
Use that or another conditional to select when to show it, place in forumhome_forumbit_level1_post or forumhome_forumbit_level2_post depending on where you want it to show. |
#6
|
|||
|
|||
Thanks I'll try that but whats the difference between:
forumhome_forumbit_level1_post forumhome_forumbit_level2_post ?? It's one of the forums on my site. |
#7
|
||||
|
||||
The first level and the second level. First is the category, second is the normal forums.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|