Hi,
Hope someone can point me in the right direction. I am trying to find the plugin used to show the 'last comment made by' as used on Podz' site among others.
I have AK's last visit plugin, as well as many of the comment stats plugins etc but not sure where or how this last comment comes from...
Sorry for my 'blindness'. Thanks for any help offered.
Thanks Podz,
I can't believe it was there in front of me the whole time. Doh!!!
Now that it have it working - how do I change it's appearance as in it is currently listing with bullet points? I would rather it was all on one line if possible. and the same size as my content font.
This is in my CSS:
/* Comment Plugger styling from MtDewVirus */
.feedback {
text-align:right;
font-size:small;
padding-bottom:10px;
color: #006600;
}
.feedback ul {
margin-left:0;
padding-left:0;
display:inline;
list-style:none;
color: #006600;
}
.feedback ul li {
display:inline;
padding:0 2px 0 2px;
color: #006600;
}
.feedback ul li a, .feedback ul li a:link {
display:inline;
padding:0 2px 0 2px;
color: #006600;
}
Just adjust bits here and there :)