"New Discussion" tag on entirely unread discussions
DoyceT
✭✭✭
So we're looking at the Discussion list in Vanilla 2.1 stable, with the default theme, and we see this:

And we've one conversation where there are thirty comments, out of which we haven't seen three (which we know from the bright yellow tag/count).
And we have one conversation where we haven't seen any comments. Which we only know us is unread from the subtle not-gray background, but not much else.
So Instead: On the completely unread, never-been-viewed conversation, I'd like to have a similarly formatted yellow-background message that says something like "New Discussion!"
Anyone have a good suggestion about where I'd need to make that sort of change?
Tagged:
0
Comments
not sure what you mean.
unless you want something like this
HasNew, .JustNew { display: inline; margin-right: 5px; }I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Using the image above: On the first discussion, I'd like to see - right after "5 comments" - a yellow-background thing that says "New Discussion!" that basically looks like the "3 new" bit in the second discussion.
HasNew, .JustNew { display: inline; margin-right: 5px; }you chould see new popping up with above change.
and translate the new with definitions.
$Definition['new discussion'] = 'new discussion';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Basically, peering at Firebug, I'd like to replace this:
With something like this:
But I'm not sure where that happens.
Ahh, after I posted my replies I realized you'd answered my questions.
I'd like to change the "new" to something, but your css fix totally does what I was hoping for, in terms of formatting it.
see my edited comment, I just told you
.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks!
Heh. My order of implementation:
Thank you, again.
I edited and added the semi-colon - so no one else panics.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I handle panic well, in these cases, as long as it's late enough in the day to have a drink...
Doyce, you are a-ok in my book
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.