PDA

View Full Version : How do I add a new column?


Jennifer2010
04-06-2014, 06:56 PM
Hi Guys,

I'm trying to accomplish three things:

1) Underneath each title in the forum threads display, it has a "started by: (username) (date)" - I want to remove this so the only thing being shown is the title of the thread
2) I want to create a new column to replace the status icons to the left of the title, instead of being the status icon, just the username who started the thread (essentially moving the "started by" reference from under the thread title into it's own column)
3) Remove the thread rating/rss/attachment icon column

What template(s) are these located in?

Thanks so much!

Lynne
04-06-2014, 07:48 PM
1) You'll either want to remove it from the template, or add some CSS to make it not display.
a. 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.)
b. Something like: div.author .label {display:none;}

2) See 1a above to modify the template.
3) See 1a above to modify the template.