Home Learn More Purchase Knowledge Base Support Contact

Community Forums

Forum » KBPublisher General discussion

Total number of articles

(2 posts)

  1. ihubling
    Member

    Is there a way to show the total number of articles in the database on the home page?

    We use the kb as Q&A for visitors to our support group. Showing the total number of articles, in all categories, would help promote the value of the kb.

    Posted 1 year ago #
  2. SQL: SELECT COUNT(*) FROM kbp_kb_entry.
    To add this on the page see index.php there is some examples how to assign variables to template.

    // example of adding global variable to template
    // in template you should have a template tag - {global_test}
    //$page->assign('global_test', '<b>test global variable</b>');

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

© 2008 Double Jade LLC | customer.service@kbpublisher.com