i was having the
1054 Unknown column 'p.products_date_added' in 'where clause'
in:
[select p.faqs_id from faqs p where p.faqs_status = '1' and TO_DAYS(NOW()) - TO_DAYS(p.products_date_added) <= 30 limit 1]
problem and i did the fix below which fixed everything except for when i clicked on the new faq's link in the side box which then gave the the same error but in the center section of the site
i got round this by dissabling the new faq link in the faq manager admin under "FAQs Category Box Config" section
Quote Originally Posted by a_berezin View Post
Test this.
/sideboxes/tpl_faq_categories.php.
Find (~76):
Code:
if (SHOW_FAQ_CATEGORIES_BOX_FAQS_NEW == 'true') {
Add after:
Code:
$display_limit = '';