Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hello,

 

I installed FAQ Desk v. 1.01.1 and I am having a problem with the listing of the correct number of articles; I am only getting the code TEXT_DISPLAY_NUMBER_OF_ARTICLES.

 

Please tell me where would I need to fix this with and what's the code I need to use.

 

Thanks!

 

Louis

 

PS: Please respond. I have posted several questions on this site and have not gotten response to a single one. :blink:

Posted
Hello,

 

I installed FAQ Desk v. 1.01.1 and I am having a problem with the listing of the correct number of articles; I am only getting the code TEXT_DISPLAY_NUMBER_OF_ARTICLES.

 

Please tell me where would I need to fix this with and what's the code I need to use.

 

Thanks!

 

Louis

 

PS: Please respond. I have posted several questions on this site and have not gotten response to a single one.  :blink:

 

Sounds like you need to define TEXT_DISPLAY_NUMBER....

Look back at the install.txt and see if you didn't miss that part.

 

Cheers.

define('PROJECTS', 'Something that goes on forever!');

Posted
Sounds like you need to define TEXT_DISPLAY_NUMBER....

Look back at the install.txt and see if you didn't miss that part.

 

Cheers.

 

Thanks for your response, TopSpeed.

 

However, I did not miss anything. I did a search in the install file for the string "TEXT_DISPLAY_NUMBER_OF_ARTICLES" and found nothing. I understand I need to define that string, however I don't know what the code is that would search the db and retrieve that number. If it were a simple piece of text, I would have added it already.

 

I know the thing needs to be defined in faqdesk_index.php I just don't know what the definition code should be.

 

I still need help with this one, so please, anyone, jump in.

Posted

UPDATE

 

I found the following line of code

 

<td class="smallText"> <?php echo $listing_split->display_count(TEXT_DISPLAY_NUMBER_OF_ARTICLES); ?> </td>
 <td align="right" class="smallText"> <?php echo TEXT_RESULT_PAGE . ' ' . $listing_split->display_links(MAX_DISPLAY_FAQDESK_PAGE_LINKS, tep_get_all_get_params(array('page', 'info', 'x', 'y'))); ?> </td>

 

in a contribution file named faqdesk_listing. However, I can't find it defined anywhere else in the contrib.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...