Hello,
I’ve been searching for a solution to detect when the view state is in the filtered posts (topics) view. I have not found is_topic_view or anything close.
The scenario is, I need to wrap an if/then around some custom modules to remove them from this view. One thought was to use a search on the URL for /topic/ but am not sure how to build that and the if/then around it within hubl.
Any ideas?