Questions sort by category

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
atired
Forum Members
Forum Members
Posts: 26
Joined: Mon May 21, 2007 8:37 pm

Questions sort by category

Post by atired »

Hi

I'm trying to modify the Questions template, so it will sort the questions by categories. It seems I need to have nested loops but I'm having trouble doing it as i'm not a programmer.
This is what I've got so far:

{foreach item=category from=$items}
{$category->name}
  {foreach key=category item=entry from=$items}
    {$entry->question}

          {entry->answer}
  {/foreach}
{/foreach}

But this displays all Q&A in all categories (As I have 3 categories, they all appear three times).

Any ideas?

Thanks in advance!

- Questions 1.0.3
- CGExtensions 1.18.6
- CMSMS 1.7.1
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Questions sort by category

Post by jmcgin51 »

count the number of times each entry id is found, and only display each one once.
atired
Forum Members
Forum Members
Posts: 26
Joined: Mon May 21, 2007 8:37 pm

Re: Questions sort by category

Post by atired »

Sorry, you lost me there. What do you mean? Is that code I posted above correct?
Post Reply

Return to “Modules/Add-Ons”