PDA

View Full Version : change $forum[lastpostinfo]


Trasion
11-22-2009, 06:14 PM
I'd like to change the $forum[lastpostinfo] variable.

Right now if I just place it somewhere random, it shows:

[Post Icon] [Thread Title]
by [Username]
[Time] [View Latest Post Button]

I'd like for it to just show:

[Thread Title] by [Username] | [Time] [View Latest Post Button]

How could I accomplish this? (Note how it's all on one line)

Lynne
11-22-2009, 06:18 PM
It's a template, I believe, so modify the template.

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

Trasion
11-22-2009, 06:23 PM
Thanks, Lynne.

It was forumhome_lastpostby for anyone else who may need this (was pretty obvious - can't believe I didn't see it...)