- May 18, 2015
- 49
- 1,637
BassMan submitted a new resource:
XFMG: Remove comments on album view - ... and show sidebar widgets below in a row.
Read more about this 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 2400
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...