You are not logged in. Please login or register.
PunBB Forums → PunBB 1.4 additions → KT Newpost Highlighted
:: Information and features
Highlights Newpost link if there is are some new posts using jQuery.
:: Dependencies
- pun_jquery
:: Screenshoots
http://i.imgur.com/7LyV2.png
:: Download
https://dl.dropbox.com/u/82283017/punbb ... ost_hl.zip
Hi.
This ext is great idea, but i have other idea..
When have new post in some forum, highlight forum name.
Can u add this feature or make other extention ? smile
I thnik you can handle it yourself smile.
In kt_newpost_hl.js line
$('#visit-new').addClass('kt_newpost_hl');
means adding to #visit-new .kt_newpost_hl class. So you can just change that to
$('#brd-title a').addClass('kt_newpost_hl');
and it should add this class to header. Later just edit kt_newpost_hl.css to whatever You want. If you cant see effect try putting !important at the end of parameter in css. EG
.kt_newpost_hl{
color: red !important;
}
mm ookey, i'll test..
how to remove from "Test forum ( New posts )" , ( New posts ) ? smile
Aaand other...
When have new posts its colored this okey, but if i not read 'em and only logout , another time i login its not colored.. like havent new posts xD
And.. this doesn't work ;]
$('#brd-title a').addClass('kt_newpost_hl');
Other id ?
Edit: I play with id's and classes, and with style css, but cant understand how to make previous thing - higlight topic/forumName when have new topics/posts.
This is the code who bolding the forumName and topicName when have new posts..
#brd-index .main-item .hn span {
font-size:1.084em;
font-weight:700;
}
I tried with adding .new class and color i choose..
tried and with
.main-item .new {
color ...
}
but doesnt work..
Is there an active link to this?
https://github.com/MioVisman/punbb_exte ... newpost_hl
Thank you visman
I added this to turn it red
.kt_newpost_hl{
font-weight: bold;
color: #C60000;
}
In kt_newpost_hl.css but it did not seem to work
Yup that worked, I now have it that my PM link and New Post link turns red and bold whenever something new comes up.
I used this to make the PM bold
<span style="color:#C60000;">
Now the PM link turns Bold and Red when a new message is received as well
I Edited: Functions.php in pun_pm and that seemed to work
I wanted it to be consistent for both links and this was a great fix.
PunBB Forums → PunBB 1.4 additions → KT Newpost Highlighted
Powered by PunBB, supported by Informer Technologies, Inc.