Hi Jan,
Thanks for the reply. Can you please verify what I have is correct so that I then can rule out the problem with Phoca Documentation.
One of the chaps from the sailing community emailed me the following but not sure if its relevant and if its pointing to Phoca Documentation or 3rd party software:
The point is, that it load articles with condition ...WHERE catid = $searched_category_id... which leads to fact that if catid is with multicategories lets say “2,6,23”, it will interpret it as integer – therefore just “2”, therefore it loads only from first assigned category. It will be needed to change the model of database query to WHERE FIND_IN_SET($catid, catid) ..which will search the searched_category_id in all assigned categories.
That is my guess.
Below setup on my site.
Here is my Joomla Categories:
Here is my Phoca Documentation Categories:
Here is my 1st article category selection:
Here is my 2nd article category selection:
Here is the list in my news section on my site:
When I click on European Class News, this is what I see (this belongs to 2 categories):
When I click on SFS News, this is what I see (this article belongs to 2 categories):
When I click on All News, this is what I see:
'All News' is the second Category for the 2 articles, if I swap the order around of the categories in the articles, then All News works, but not the 2 secondary categories.
Its as if it only recognizes the first article.
Thanks
Eddie