rsanchez / dynamo

Makes Dynamic Parameters behave more like the Search module.
http://devot-ee.com/add-ons/dynamo/
10 stars 2 forks source link

Does no_results works? #12

Closed davorpeic closed 12 years ago

davorpeic commented 12 years ago

Hi, I can't get {if no_results} to work if {exp:dynamo:entries} has no entries to show. I also tried using {count} to display some text, but don't happens anything. Is there a workournd?

thanx

rsanchez commented 12 years ago

Short answer, yes it works. I've used it myself! :)

Do you have your dynamo:entries tag nested inside some other tag? It could be that you're having a no_results conflict.

davorpeic commented 12 years ago

Your post was really helpful Rob :)

I have it inside the Switchee, so {if switchee_no_results} fixed the problem :)

Thank you