Hey guys
I've created an additional table for storing the entry dates and updated dates of articles within the knowledge base. I would normally just add 2 extra columns within the tblknowledgebase table for added & updated columns, but didn't want that to get wiped when I WHMCS update is due.
I have done the functions for adding a date for a new article and updating a date (last updated) on an existing article when edited, but I see no way of adding the hooks to the knowledge base section of the admin panels.
add_hook("??????",1,"add_kb_date");
add_hook("??????",2,"update_kb_date");
I have searched the hooks section of the WHMCS wiki and can't find anything on hooks for knowledge base administration, so figured I would ask here. Any advice would be great. Thanks for your time.
P.S I'm actually a little shocked there are no such things in the knowledge base by default. Figured at the least date would be there.