Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
482 views
in Q2A Core by
I want add a attribute: "Expiration Date" to each post, which means I need to add a column in qa_posts table named "expiredate".

Then I need to insert a new post into the table with this "expiredate" (I already have a datepicker plugin of JQuery on the ask page), when clicking "Ask the Question" button.

How can I do that? What php file should I modify? Or is it possible that I just overwrite inserting method without changing the core code?

Thanks !
Q2A version: 1.6.3

Please log in or register to answer this question.

...