My members find the What's New check so useful I'd like it to be easier to use. I already put a link in my sidebar but now I'd like to add that link on a button on the breadcrumbs bar.
Preferably so I can make it an include template.
On the breadcrumbs bar like this:
View attachment 34328
<div class="breadnew"><a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a></div>
</fieldset>
.breadnew {
float: right;
padding: 2px 10px;
margin: 2px 5px;
background-color: green;
border: 1px solid darkgreen;
border-radius: 5px;
}
.breadnew a {
color: white;
}
.breadBoxBottom .breadnew {
display: none;
}
What I always do is hide the jumpmenu trigger (i find the feature useless) so on the chance you want to remove the jumptrigger icon to the right of it simply add in extra css the following
Code:.breadcrumb .jumpMenuTrigger { display:none; }
This is probably not the best way and i'm sure jake or someone will post a better method.Simply adjust the colours to your preference and add a hover if you prefer .... etc
I have Whats New in top and bottom breadcrumbs as above only red font on white called LATEST1
plus same button in the sidebar on all pages.
It's on several secondary tabs on the navbar too.
So it's never far away.
Did you find this to be useful? Has activity increased on the site? I think I might try this. People get hooked on little things like this.
We use essential cookies to make this site work, and optional cookies to enhance your experience.