Greetings,

I want to add a column to the advanced forum topics list. I have tried moding the PHP code in advanced_forum.module to no effect :(

I would appreciate some pointers

Comments

vm’s picture

what are you adding to the columm?

have you inspected the forum-list.tpl.php file in the module folder? this can be moved to the theme folder and ajusted as you see fit, I believe.

smalltalkman’s picture

Thanks for your input.

After much searching and cussing I found advf-forum-list.tpl.php under advanced forum/styles/naked. I using the boxy style. go figure

I am going to try out displaying simple Project Management info in a forum. My idea is that developers can estimate, track errors, discuss approaches, log time, ... in a formal PM and a forum on the site can be used by customers to discuss functionality, how to, report problems, dialog with the development team... I want to put some link/info fields in the site forum to tie the two together.

michelle’s picture

Adding a column is not a simple task because it requires rebuilding the table headers. At some point, this page will likely become a view, which will make this easier.

What column are you wanting to add?

Michelle