phpbb3: Adding new column to a forum 'topic'

Status
Not open for further replies.

manuraj.dhanda

New Member
Messages
21
Reaction score
0
Points
1
Hii All,

I am relatively new to PHP as well as to forum stuff.
All I want to do is:

I want to add a new column for every Topic in a forum besides 'Author', 'Replies' and 'Views'... named 'Status'.

As in my case, I have many status for any issue, like New/Open/Closed/Rejected/Duplicated/Resolved etc.
So I need this one extra column.

To my understanding, I need to add one extra field to the database table 'phpbb_topics' named 'topic_issue_status'.

Now, I need advice from all the experts around here that which all files I need to touch to make this enhancement.

I 'll be thankful for a quick and appropriate reply.

Regards,
Manu.
 
Status
Not open for further replies.
Top