How to limit category entry

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
kocak_gober
Posts: 2
Joined: Wed Dec 22, 2010 5:21 am

How to limit category entry

Post by kocak_gober »

Dear All,

I want to ask you how to limit category entry.
Every time we add new topic, and then open the topic. in the right side all topic on that category will appear.

Image
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: How to limit category entry

Post by Thorsten »

Hi,

currently this isn't implemented but it's an easy task. How many do you want to see?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
kocak_gober
Posts: 2
Joined: Wed Dec 22, 2010 5:21 am

Re: How to limit category entry

Post by kocak_gober »

Thorsten wrote:Hi,

currently this isn't implemented but it's an easy task. How many do you want to see?

bye
Thorsten
we want 10 topic to see.

thank you.
Thorsten
Posts: 15815
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: How to limit category entry

Post by Thorsten »

Hi,

for a quick hack open inc/Faq.php and goto line 2677 into the function showAllRecordsWoPaging().

There's a SQL query where you can add a LIMIT.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply