PDA

View Full Version : Custom threads titles in forums by ID


Przemoo
10-12-2011, 12:26 PM
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 ;>

kh99
10-12-2011, 02:04 PM
I think if you find the template that has the thread title, you could add after it something like:

<vb:if condition="$foruminfo[forumid] == X"> - Custom Title for forum X</vb:if>

Przemoo
10-12-2011, 05:39 PM
thanks you help me get into right code :)

but the correct one is:

<vb:if condition="in_array($thread['forumid'], array(1,2,3))">Custom title</vb:if>

where 1,2,3 is a forum ID ;)

kh99
10-12-2011, 07:28 PM
Oh, sorry, I missed where you said it was it was for showthread. :o