XFMG: Remove comments on album view

Unmaintained XFMG: Remove comments on album view

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,802
Points
823

Reputation:

ENXF NET submitted a new resource:

XFMG: Remove comments on album view - and show sidebar widgets below in a row.

Would you like to hide comments on XenForo Media Gallery album view and show it like this?
View attachment 11499
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:
Less:
[data-template="xfmg_album_view"] {
    .columnContainer {
        display: block;
    }

    .columnContainer-comments {
        display: none...

Read more about this resource...
 
Top