XenForo Remove comments on album view

GuDron

Super Moderator
Staff member
Super Moderator
Jan 28, 2020
835
7
271
Language
English
GuDron submitted a new resource:

Remove comments on album view - Xenforo 2 Remove comments on album view

Would you like to hide comments on the XenForo Media Gallery album view and show it like this?

View attachment 26

As you can see comments section is removed only on the album view (comments are still available in the media view) and the sidebar widgets are displayed below in a row.

Add this code to the extra.less template:
CSS:
/* Remove comments on album view */
[data-template="xfmg_album_view"] {
    .columnContainer {
        display: block;
    }...

Read more about this resource...