Claudia999 Posted April 25, 2022 Share Posted April 25, 2022 Is there a way to find only topics with polls? Yes, I know, there‘s an app in Marketplace, but it‘s not for IPS 4.6. Link to comment Share on other sites More sharing options...
Solution Miss_B Posted April 25, 2022 Solution Share Posted April 25, 2022 (edited) 1 hour ago, Claudia999 said: Is there a way to find only topics with polls? Yes, I know, there‘s an app in Marketplace, but it‘s not for IPS 4.6. You can run a sql query for that. SELECT tid, title FROM `forums_topics` WHERE poll_state = 1; That will list the topic id and title of all topics with polls. Hope it helps. Edited April 25, 2022 by Miss_B Claudia999 1 Link to comment Share on other sites More sharing options...
Marc Posted April 26, 2022 Share Posted April 26, 2022 There is no way in which to do this on the front end at present, which I believe is the question Link to comment Share on other sites More sharing options...
Claudia999 Posted April 26, 2022 Author Share Posted April 26, 2022 4 minutes ago, Marc Stridgen said: There is no way in which to do this on the front end at present, which I believe is the question Sure, on the front end would be better, but sql query is a possible solution for me. Nice would be a „has a poll“-option for example for activity streams. Link to comment Share on other sites More sharing options...
Recommended Posts