Log in

View Full Version : What template is this?


Jennifer2010
10-21-2012, 09:24 AM
https://vborg.vbsupport.ru/external/2012/10/21.jpg

I edited this screen shot and added a red box around the thread title.

Where exactly can I modify this - I would like to add something immediately before this title (only the thread's title, not each post's title).

Any help is greatly appreciated. Thank you!

--------------- Added 1350820856 at 1350820856 ---------------

I received this response from Joe on vbulletin.com:

That is the postbit_legacy template.

You would need a template conditional to have changes you make effect only the first post (thread title) and not every other post (post titles.)

To learn about template conditionals or custom coding please ask on www.vbulletin.org.

Does anyone know how I could modify this template and create a conditional, so only the first post has what I want to add before it?

Thank you!

Lynne
10-21-2012, 03:20 PM
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.)

Take a look at the variables in the template and I'm sure you can find the variable for the first post.