The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
This should be easy enough, for you :P
I have an announcement forum, and to make it more important/active, I want to show latest thread title from that forum on forumhome, before the forum list, below the navbar.
Something like IPB boards have. Like, Latest news: blahblah (1050 views, 10 replies). Anyone up for it? |
#2
|
|||
|
|||
Oh, i request this with you. It would be fine. This was the only feature i was missing after the conversion.
|
#3
|
||||
|
||||
bump?
|
#4
|
||||
|
||||
Quote:
|
#5
|
||||
|
||||
In index.php, find:
PHP Code:
PHP Code:
Now, put this somewhere in your FORUMHOME template (I put it after $navbar, but it doesn't look really superb there): HTML Code:
<if condition="!empty($ap)">Latest news: <a href="showthread.php?t=$ap[threadid]">$ap[title]</a> ($ap[views] views, $ap[replycount] replies)</if> |
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
Well, as long as you have it I guess.
|
#8
|
||||
|
||||
Thanks again :P
I hope more people will read my announcements now |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|