Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 25, 20214 yr hai, how can i hide or remove forums start new topic button on forums list ? thanks
March 25, 20214 yr Solution 38 minutes ago, OMGTECH said: how can i hide or remove forums start new topic button on forums list ? add in custom.css body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsToolList_primaryAction{display: none;}body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader>h1{visibility: hidden;} Edited March 25, 20214 yr by TAMAN
March 25, 20214 yr Author 3 minutes ago, TAMAN said: add in custom.css body[data-pagemodule="forums"][data-pagecontroller="index"] .ipsPageHeader .ipsToolList_primaryAction {display:none;} it only remove start new topic not hide the "forums"
March 25, 20214 yr 22 minutes ago, OMGTECH said: it only remove start new topic not hide the "forums" I edited my reply
April 3, 20214 yr .ipsMargin_vertical, .ipsMargin_bottom { margin-bottom: var(--sp-5) !important; display: none; } I use below to hide gap space leaved after hide the Start New Topic button, but it at the same time hide the topic title box when we open the topic, @TAMAN the gap space is possible hidden without affect the topic page (hide the topic title container)?
April 3, 20214 yr 1 hour ago, kmk said: .ipsMargin_vertical, .ipsMargin_bottom { margin-bottom: var(--sp-5) !important; display: none; } I use below to hide gap space leaved after hide the Start New Topic button, but it at the same time hide the topic title box when we open the topic, @TAMAN the gap space is possible hidden without affect the topic page (hide the topic title container)? What i posted does not hide anything else besides the Start new topic and the forum title next to it on the same page maybe if you explain a little better what you want to do i can help 🙂
April 3, 20214 yr Using your css code, the Forums title and Start New Topic button are removed, but 1. In desktop it leave a gap space. 2. In mobile it leave a gap space too, and the button Start New Topic is still there. I would like: 1. In mobile and desktop, remove the Start New Topic button in Forums page and Topics lists page (after enter to a forum there still show Start New Topic button) 2. Remove the gap space caused after the button is removed. Thanks for your help @TAMAN
April 4, 20214 yr 15 hours ago, kmk said: 1. In mobile and desktop, remove the Start New Topic button in Forums page and Topics lists page (after enter to a forum there still show Start New Topic button) 2. Remove the gap space caused after the button is removed. Thanks for your help @TAMAN If you want to remove the start new topic on mobile, desktop forums list and forum index then simply set the user permissions. how are you as admin supposed to add a new topic if theres no button to add new topics? and if you hide the gap completely you would also hide other forum buttons like Table, Grid, Fluid view forums anyway if you still want to do that add this in custom.css it will hide the page header completely including anything inside and everywhere on forums body[data-pagemodule="forums"] .ipsPageHeader{display: none;} Edited April 4, 20214 yr by TAMAN
April 5, 20214 yr 14 hours ago, TAMAN said: how are you as admin supposed to add a new topic if theres no button to add new topics? Because in navbar already with plus button to add topic..."+'', I idea is only leave this way to add content...