Quote Originally Posted by simon1066 View Post
ZC v 2.0.0 rc2
PHP 8.1

Not specific to ZC 2.0.0 but, the coupon_admin page displays 'no coupons' when coupons are empty
Click image for larger version. 

Name:	Screenshot 2024-03-31 181331.png 
Views:	30 
Size:	5.3 KB 
ID:	20548

I would like to do the same for this plugin, while I'm beautifying it (and getting it ready for ZC 2.0.0).

I have achieved this, but want to remove the grey portion below the black 'no comments' block....
I have resolved the above issue.

When inserting a comment there exists some custom text adjacent to the input boxes,
Click image for larger version. 

Name:	Screenshot 2024-04-04 125606.png 
Views:	34 
Size:	17.6 KB 
ID:	20553

I aim to have different text depending on whether the content input box is Plain Text or CKEditor entry. I can write some code except that I'm unsure how to identify the type of input box in use.

e.g.
if input box is Plain Text then
display this text
else (if it is CKeditor)
display that text