Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > News filtered by category using visual control. View modes: 
User avatar
Member
Member
Leandro Brito - 9/12/2011 1:40:15 PM
   
News filtered by category using visual control.
Hi guys,

My site has a repeater list with news of category "Mobile" by example.

I've developed the solution using the where condition:

(DocumentID IN ( SELECT DocumentID FROM CMS_DocumentCategory WHERE CategoryID = '8' ));

where 8 is the ID of Mobile category.

It's works fine, but I think this solution may not be easy for the clients because they may not know about SQL or can have problems to find the id of category.

There is a visual way to do this? Using dropdowns by example.

Thanks

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 9/13/2011 3:39:01 AM
   
RE:News filtered by category using visual control.
Hi,

in UI, there is a category list web part which allows in combination with a repeater web part listing of documents. More information you can find here:
Categories overview


Best regards,
Ivana Tomanickova