Can I filter a topic list by category AND user?

Hi,

Is there a way I can filter a topic list by category and the user who started a topic? I’d like to combine this with Topic List Previews to generate a personal portfolio for my users.

Similar to how categories+tags work:

https://blenderartists.org/tags/c/artwork/modeling

perhaps there’s something like

https://blenderartists.org/u/bartv/c/artwork ?

3 Likes

To get the json:

https://MY-SITE/topics/created-by/USERNAME?category_id=CATEGORY-ID
(also works with Category slug)

It may be possible to get this to work in a full existing Ember route but not sure.

I played around but couldn’t find one immediately. Have a play.

1 Like

I think search would be more appropriate for this task

3 Likes

I know search can do it, but I was looking for a ‘hack’ to achieve a user portfolio with tiled images using TLP - and TLP does not work with search (or does it, @merefield?)

Nope.

This could be achieved with an extension to the plugin though.

We can discuss offline.

4 Likes