zebraplayer Posted January 10, 2005 Posted January 10, 2005 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: Quote
Top_Speed Posted January 11, 2005 Posted January 11, 2005 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: <{POST_SNAPBACK}> 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. Quote define('PROJECTS', 'Something that goes on forever!');
zebraplayer Posted January 11, 2005 Author Posted January 11, 2005 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. <{POST_SNAPBACK}> 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. Quote
zebraplayer Posted January 11, 2005 Author Posted January 11, 2005 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. Quote
Recommended Posts
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.