The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
OK I got the text for the forum owner/manager or whatever you want to display where the "Last Post Info" would otherwise have been shown...
You will need to edit the templates forumhome_forumbit_level2_post and forumhome_forumbit_level1_post, they are usually (nearly?) identical... Change: Code:
<td class="alt2">$forum[lastpostinfo]</td> Code:
<if condition="$forum[forumid] == 8"> <td class="alt2">Owner: John Smith<br />Manager: Jane Doe</td> <else /> <td class="alt2">$forum[lastpostinfo]</td> </if> Obviously change the text "Owner: John Smith<br />Manager: Jane Doe" to your needs. The <br /> tag is what makes a new line when displayed in a web browser. You can use standard HTML to color the fonts like you had in your example image. Make additional <if> statements for additional forum-links. This is going to require a template edit each time you have to update the information so hopefully it's not something you need to do often. ![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|