Maxxius Posted November 7, 2019 Share Posted November 7, 2019 hi, I have had to set up custom stream filter for myself to exclude ONE forum I dont want to see topics from and I end up with this monstrosity every time I go to unread content. Same on my forum where I also hid one forum. And my forum has WAY more forums and subforums and a sidebar. The text mentioning all the forums where search is done is HUGE. Look real bad. Does IPS really have to display all of that? What if I had even more forum sections? Can a spoiler or show more link be added here to reveal the full list of forums the content is gathered from? I need suggestions to make this look acceptable. Hopefully IPS notices this and addresses that in newer versions too. Thank you. Link to comment Share on other sites More sharing options...
Joel R Posted November 7, 2019 Share Posted November 7, 2019 Contact @All Astronauts Or @Spanner. One of them has a private plugin to hide this info. Link to comment Share on other sites More sharing options...
Maxxius Posted November 8, 2019 Author Share Posted November 8, 2019 You gave me an idea. I tried messing with theme first and I managed to change the code responsible for that into this: In template edit search for streamBlurb then in a template file add data-role='streamOverview' data-ipsTruncate data-ipsTruncate-size='2 lines' data-ipsTruncate-type='remove' so it would look like {{if $form}} <p class='ipsType_reset ipsType_normal ipsSpacer_bottom' data-role='streamOverview' data-ipsTruncate data-ipsTruncate-size='2 lines' data-ipsTruncate-type='remove'> <span data-role='streamBlurb'>{$stream->blurb()}</span> </p> {{endif}} at least I can truncate it. But no matter how I tried (though I'm no expert anyway) I couldn't get Show more type of thing to appear. will contact those guys 🙂 Thanks @Joel R Link to comment Share on other sites More sharing options...
Maxxius Posted November 8, 2019 Author Share Posted November 8, 2019 I want to publicly thank @All Astronauts who answered my PM and whipped up a nice plugin to hide that text away with a show more button which reveals all of it. Great job! 🙂 I believe its up to him if he releases it to the public. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.