
10-27-2015, 12:11 PM
|
|
|
Join Date: Apr 2011
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Caddyman
Paul M, this is the only mod I run on every single install, awesome work man.
For those asking about why the unread post link, it not linked, on a template with a custom header...well...IDK why.
BUT, this is the fix I used, specifically on the Seasmus template. I turned the last visit date off in the acp>options>unread posts options
Float your toplinks to the left in vbulletin-chrome.css
Code:
.toplinks {
position: absolute;
left: 80px;
top: 0;
color: #ffffff;
font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
text-align: right;
background: none;
search for dup_out in language and phrases, and edit it to this....play around with the positioning
Code:
<div style="position: relative; top: -17px; left: 400px;height:10px;width:200px">{1}</div>
So now your unread post display is above the banner and clickable.
|
Only use this
Code:
<div style="position: relative; top: -17px; left: 400px;height:10px;width:200px">{1}</div>
Many thanks
|