The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Number of Comments ...
 
Share:
Notifications
Clear all

Number of Comments Not Increasing

5 Posts
2 Users
0 Likes
1,172 Views
Posts: 37
 Rox1
Topic starter
(@rox1)
Eminent Member
Joined: 3 years ago

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. 🙂

4 Replies
Asti
Posts: 7112
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Please provide us a bit more info. What kind of codes have we provided you previously. Paste it here. 

Reply
Posts: 37
 Rox1
Topic starter
(@rox1)
Eminent Member
Joined: 3 years ago

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. 🙂

Reply
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7112

@rox1,

https://wpdiscuz.com/community/troubleshooting/add-comment-history/#post-10191

The code provided in the post just changes the URL of the user's avatar link. Nothing else. It doesn't have any relation to comment count. 

Reply
Posts: 37
 Rox1
Topic starter
(@rox1)
Eminent Member
Joined: 3 years ago

How odd..  in which case, I don't know where it is... can you help, though? 🙂

Reply
Share: