Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Hieu Tran

Can not add Comment Parent ID

Hello support team,

I want to add Comment Parent ID with inline edit but I do not see this option in Admin Columns Pro. Hope you can help or make an update for Admin Columns Pro with this feature. Thank you!

1 year, 7 months ago
Stefan van den Dungen Gronovius
Developer

Is it correct that you want editing support for the column ‘In Reply To’ which shows its parent comment?
The support to alter the parent is not that difficult but a way to find the correct ‘comment’ would be more challenging. What would be a good field to search for a specific comment?

1 year, 7 months ago
Hieu Tran

Hello, I can use the ID column to get a specific comment ID which will become a Parent ID for other comments.

What I want is “In reply to” should include it’s ID and Editing able.

Thank you!

1 year, 7 months ago
Stefan van den Dungen Gronovius
Developer

I’ve added it to the feature request list.
Let me know if you have any further questions.

1 year, 7 months ago
Hieu Tran

It would be best if the value of “In Reply To” is:

return $parent_id . "<br>" . ac_helper()->html->link( esc_url( get_comment_link( $parent ) ), get_comment_author( $parent->comment_ID ) );

So, we will easy to compare the values of “ID” and “In Reply To”. Thank you!

1 year, 7 months ago
Hieu Tran

The CSS for ac-button__segments should be below to ensure the button is beautiful on both Mobile and Desktop.

.query-builder .ac-button-group button.ac-button__segments{margin:5px 0 5px -5px}
1 year, 7 months ago

You must be logged in to reply to this topic.