One of my peeves with vB5 is how they removed so many of the bells & whistles, such as the button for Mark Channels Read.
This will restore it.
No doubt Glen will find a better solution
That's okay, just so long as its back.
Before
and After 
Add to css_additional.css
I am aware a great deal more can be down with the CSS, such as glass effects without image and SPAN over text.
But I wanted to keep this simple for now.
(Here's your favorite part Glen
Edit templates, edit display_Forums
Line 18
and replace with
Save this image to your root/images folder.

This will restore it.
No doubt Glen will find a better solution
That's okay, just so long as its back.Before
Add to css_additional.css
Code:
/* Start Mark Channels Read Button */
.MCR:hover {
box-shadow: 0 12px 16px 0 rgba(198,198,25,0.24), 0 4px 25px 0 rgba(198,198,25,0.19);
width: 108px;
border-radius: 40%;
}
/* End Mark Channels Read Button */
But I wanted to keep this simple for now.
(Here's your favorite part Glen

Edit templates, edit display_Forums
Line 18
Code:
<div class="list-footer"><a href="#" class="markchannelsread">{vb:rawphrase mark_channels_read}</a></div>
Code:
<div class="list-footer"><a href="#" class="markchannelsread"><img class="MCR"src="/images/MCR.png" alt="{vb:rawphrase mark_channels_read}" title="{vb:rawphrase mark_channels_read}" /></a></div>





Comment