drastic Well-known member Jan 21, 2024 #1 I'm sure there's a way to comment this out in a template, but which one? Or perhaps a code for the extra template? But how can I do this? The avatars don't really serve a purpose on my particular project. Thanks!
I'm sure there's a way to comment this out in a template, but which one? Or perhaps a code for the extra template? But how can I do this? The avatars don't really serve a purpose on my particular project. Thanks!
Ozzy47 Well-known member Jan 21, 2024 #2 My free addon does this, https://xenforo.com/community/resources/ozzmodz-remove-the-last-posters-avatars.8048/ Upvote 0 Downvote
My free addon does this, https://xenforo.com/community/resources/ozzmodz-remove-the-last-posters-avatars.8048/
drastic Well-known member Jan 21, 2024 #3 Just tried your addon, @Ozzy47 but I realized it doesn't get rid of the ones I was looking at....Darn! Upvote 0 Downvote
Just tried your addon, @Ozzy47 but I realized it doesn't get rid of the ones I was looking at....Darn!
BassMan Well-known member Jan 21, 2024 #4 For your site, add this code to the extra.less template: Less: .siropuRecentPosts .structItem-cell.structItem-cell--icon { display: none; } Upvote 0 Downvote
For your site, add this code to the extra.less template: Less: .siropuRecentPosts .structItem-cell.structItem-cell--icon { display: none; }
drastic Well-known member Jan 21, 2024 #5 Oh that was awesome! Thanks to both of you @Ozzy47 and @BassMan !! Upvote 0 Downvote