Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
New Field for Start a New Discussion
Hi,
I want to add a new field for link when someone start a new discussion, pls anyone can advise which php files I can modify to be able to do that.
Also when the discussion is shown the link need to be appear before the content in the first post.
Any pointers will be great help. Many Thanks in advance.
0
Best Answer
-
bh8vn ✭
Fisrt, add a row in database structor (GDN_Discussion), after add field into post/discussion.php template.
Finally, add field into discussion template (helper_function.php)0
Answers
Fisrt, add a row in database structor (GDN_Discussion), after add field into post/discussion.php template.
Finally, add field into discussion template (helper_function.php)
bh8vn,
Many Thanks, its very helpful.