In this board you can talk about general questions about phpMyFAQ
Moderator: Thorsten
kocak_gober
Posts: 2 Joined: Wed Dec 22, 2010 5:21 am
Post
by kocak_gober » Wed Dec 22, 2010 6:01 am
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.
Thorsten
Posts: 15815 Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:
Post
by Thorsten » Wed Dec 22, 2010 7:46 am
Hi,
currently this isn't implemented but it's an easy task. How many do you want to see?
bye
Thorsten
kocak_gober
Posts: 2 Joined: Wed Dec 22, 2010 5:21 am
Post
by kocak_gober » Wed Dec 22, 2010 7:52 am
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:
Post
by Thorsten » Wed Dec 22, 2010 8:15 am
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