Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Core4D Posted November 23, 2021 Posted November 23, 2021 Hey guys, could anyone point out how could I remove this container from the Forums section? I dont really see the point of it as we already have a Create on the Header so in my case this is just distraction, especially because I am using Forums as my Landing Page. Thanks for the help! Cheers, PM Greek76 1
Marc Posted November 23, 2021 Posted November 23, 2021 There would be no built in way to remove that item without theme customisation. I can move your ticket to that area to see if there is anyone who may be able to help you achieve that.
Core4D Posted November 23, 2021 Author Posted November 23, 2021 3 minutes ago, Marc Stridgen said: There would be no built in way to remove that item without theme customisation. I can move your ticket to that area to see if there is anyone who may be able to help you achieve that. Ah, I was sure this is the correct area. Please move it. 🙂
Randy Calvert Posted November 23, 2021 Posted November 23, 2021 I believe this would be in the theme's HTML settings: Forums > Front > Index > Index I believe you would want to remove: <div class='ipsPageHeader ipsClearfix ipsMargin_bottom cForumHeader ipsHeaderButtons ipsFlex ipsFlex-ai:center ipsFlex-jc:between'> <h1 class='ipsType_pageTitle ipsFlex-flex:11 ipsType_break'> {lang="forums"} </h1> {{if \IPS\forums\Forum::canOnAny( 'add' ) }} <ul class='ipsToolList ipsToolList_horizontal ipsClearfix sm:ipsPos_none sm:ipsMargin:none ipsFlex-flex:00'> <li class='ipsToolList_primaryAction ipsResponsive_hidePhone'> <a class="ipsButton ipsButton_medium ipsButton_important" href="{url="app=forums&module=forums&controller=forums&do=add" seoTemplate="topic_non_forum_add_button"}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="select_forum"}'>{lang="start_new_topic"}</a> </li> {template="viewChange" group="global" app="forums" params=""} </ul> {{endif}} </div> Core4D and kmk 2
Core4D Posted November 24, 2021 Author Posted November 24, 2021 Thanks Randy, Ill try and let you know did it work.
Recommended Posts