Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted February 15, 20223 yr Did a search but did not find what I was looking for. Is there a way to display the "Topic Title" on the page and keep it there while scrolling down to read the replies? I have members "straying" off topic and if the topic title were to be in front of them always maybe they would tend to stay on topic more. Thanks
February 15, 20223 yr Community Expert You can probably edit the topic view template to add the ipsSticky in the title area.
February 15, 20223 yr Yep, edit forums -> front -> topics -> topic and change this line: <div class='ipsPageHeader ipsResponsive_pull ipsBox ipsPadding sm:ipsPadding:half ipsMargin_bottom'> to this: <div class='ipsPageHeader ipsResponsive_pull ipsBox ipsPadding sm:ipsPadding:half ipsMargin_bottom' data-ipsSticky>
February 15, 20223 yr Community Expert Thanks for posting! Unfortunately, this issue is beyond the scope of our technical support. 👩💻 Our technical support is happy to help you with the Invision Community platform, but we're unable to help with things like server management, theme questions and modifications. I've moved this to our Community Support area where other Invision Community owners will see it and help where they can.
February 15, 20223 yr Community Expert 4 hours ago, Nathan Explosion said: Yep, edit forums -> front -> topics -> topic and change this line: <div class='ipsPageHeader ipsResponsive_pull ipsBox ipsPadding sm:ipsPadding:half ipsMargin_bottom'> to this: <div class='ipsPageHeader ipsResponsive_pull ipsBox ipsPadding sm:ipsPadding:half ipsMargin_bottom' data-ipsSticky> Or via a quick plugin to avoid template edit: Not sure what happens in mobile devices. Didn't test. 😄 Edited February 15, 20223 yr by Adriano Faria
February 15, 20223 yr Community Expert 30 minutes ago, Adriano Faria said: Or via a quick plugin to avoid template edit: Not sure what happens in mobile devices. Didn't test. 😄 Oops, removed because there’s a paid resource on marketplace to do that.