So you guys very helpfully gave me info on how to add the number of comments for an individual poster on their posts, but for one person - whose Comment Archive says they've posted 49882 posts, the number on their individual posts is stuck at 49773 - but I can't work out how...
Also, you guys gave me some code so if you click on someone's Avatar, it brings up their posting history. It's on a subscription site, but this link makes the postings public. Any idea how I can change that?
Thanks guys. 🙂
Please provide us a bit more info. What kind of codes have we provided you previously. Paste it here.
Here all my current custom CSS 🙂
.comments-area{width:auto;}
/* COMMENT BOX STYLING */
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies, #wpdcom .wpd-comment-footer .wpd-toggle i {
color: #C00000 !important;
}
#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies, #wpdcom .wpd-comment-footer .wpd-toggle i {
font-weight: bold !important;
}
#wpdcom .wpd-comment-header {
border-spacing: 10px;
border-style: solid !important;
border-width: thin thick !important;
border-color: #C00000 #FFFFFF !important;
}
/* BUBBLE DISTANCE FROM BOTTOM OF PAGE */
div#wpd-bubble-wrapper {
bottom: 125px !important;
}
/* COMMENT BOX HEIGHT CODE */
#wpdcom .ql-editor {
height: 120px;
}
/* REPLY BOX BACKGROUND COLOUR */
#wpdcom .wpd-reply {
background-color: #ffffff;
}
/* LISTS FIX */
#wpdcom ol li {
list-style-type: decimal !important;
}
#wpdcom ul li {
list-style-type: disc !important;
}
/* MOVE COMMENT BOX TO BOTTOM */
#wpdcom {
display: flex;
flex-direction: column;
}
#wpdcom .wpd-form-wrap {
order: 1;
}
And here's the previous thread where you gave me some code to go in the functions.php file.
https://wpdiscuz.com/community/troubleshooting/add-comment-history/#post-10191
This was before WP Discuz updated though. 🙂
How odd.. in which case, I don't know where it is... can you help, though? 🙂