krystalogik Posted January 25, 2015 Share Posted January 25, 2015 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. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted January 25, 2015 Share Posted January 25, 2015 Maybe you could try with AdminAreaPage hook point and playing with variables. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.