The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Custom threads titles in forums by ID
Hi.
When i had 3.8.5 i was able to add custom titles to each thread in specifics forums. I remember that i was changing something in showthread by adding some code with the id of forum and custom title. i want that to be like: thread title - "Custom threads titles in forums by ID - custom title" thread title - "Vb4 Gold Released - custom title" Can u guys tell me or remind me the code for that ;> |
#2
|
|||
|
|||
I think if you find the template that has the thread title, you could add after it something like:
Code:
<vb:if condition="$foruminfo[forumid] == X"> - Custom Title for forum X</vb:if> |
#3
|
|||
|
|||
thanks you help me get into right code
but the correct one is: Code:
<vb:if condition="in_array($thread['forumid'], array(1,2,3))">Custom title</vb:if> |
#4
|
|||
|
|||
Oh, sorry, I missed where you said it was it was for showthread.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|