- Katılım
- 17 Mar 2019
- Mesajlar
- 43
- Çözümler
- 1
- Tepki puanı
- 47
- Puanları
- 18
I don't know why, but XenForo by default separates the 'Media Statistics' widget into two separate blocks..
I decided to merge them into a single block, separating galleryStats and yourStats with a line break instead
I'd recommend doing this as a template modification (via regex
Replace the whole template with:
Before:
After:
I decided to merge them into a single block, separating galleryStats and yourStats with a line break instead
I'd recommend doing this as a template modification (via regex
/^.*$/s
), but this is the code:xfmg_widget_gallery_statistics
Replace the whole template with:
Before:
After: