Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

FAQ Desk


mijman2

Recommended Posts

disable faqdesk boxes and try directly enter to FAQ index

 

http://your.domain/faqdesk_index.php

 

you will see mail faq screen.

 

***************

 

And if have some errors when you click on any category change listing to NEW STYLE

 

/modules/faqdesk/faqdesk_listing.php

 

// OLD STYLE
#$listing_split = new splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, $listing_sql, $listing_numrows);

// NEW STYLE? (forum)
$listing_split = new splitPageResults($listing_sql, MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, '*', $HTTP_GET_VARS['page']);


// MY STYLE
//$listing_split = new old_splitPageResults($HTTP_GET_VARS['page'], MAX_DISPLAY_FAQDESK_SEARCH_RESULTS, $listing_sql, $listing_numrows);

Edited by expert
Link to comment
Share on other sites

excellent, thanks for the updates on this contrib...

 

one problem i have is when doing faq searches - i get the following error - any ideas?

 

1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '*) as total from faqdesk p, faqdesk_description pd, faqdesk_ca

 

select count(distinct *) as total from faqdesk p, faqdesk_description pd, faqdesk_categories c, faqdesk_to_categories p2c where p.faqdesk_status = '1' and p.faqdesk_id = pd.faqdesk_id and pd.language_id = '1' and p.faqdesk_id = p2c.faqdesk_id and p2c.categories_id = c.categories_id and ( (pd.faqdesk_question like '%acc%' or pd.faqdesk_answer_short like '%acc%' or pd.faqdesk_answer_long like '%acc%') )

Link to comment
Share on other sites

A simple question...

 

The Install Catalog file says to mod /includes/languages/english/english.php. That file doesn't exist for me... Does this actually mean

 

/includes/languages/english/index.php

 

-or-

 

/includes/languages/english.php

 

Thanks! :ph34r:

"Buy the ticket, take the ride..." -HST

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...