Jump to content

krystalogik

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by krystalogik

  1. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated