macjeff
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] White (1) in a circle next to users?Ticket issued. Sorry I thought you only had forums for support.
Forum: Plugins
In reply to: [New User Approve] White (1) in a circle next to users?Can you tell me where to upload the video only to you. The video would show user names and really do not want to expose them to public.
Forum: Plugins
In reply to: [New User Approve] White (1) in a circle next to users?I dont know what else to do. I did find this post. Could this be the issue. Here are the facts. And I did update to the latest plugin just now
I can send video/pictures if you tell me how but dont want to post that stuff on here for security.
- Without your plugin users works fine but none of your features. A new user gets a RED (1) next to it.
- With your plugin a new user gets your plugin a Red (1) and also users a Red (1). Both go away when approving which is correct.
- With your plugin on there is ALWAYS a black (1) in a white circle next to users (not your plugin). No matter what I do it wont go away. I only have about 8 users. They are all approved. I even tried to unapprove and reapprove them. That extra black (1) wont go away unless I disable your plugin.
- I had a wordpress programming expert look and he said its the plugin – maybe conflict. I am on older PHP but he does not think that is it.
Let me know if you want videos, etc. or even site access but I will not post that publically.
Forum: Plugins
In reply to: [New User Approve] White (1) in a circle next to users?well it got rid of the white (1) badge but now its RED. And all users are approved and no user messages so what is that (1) trying to tell me?
Dont know if you want a screenshot but its just a RED circle with a 1 in it next to USERS (not next to your program) which goes away when you disable plugin. It was white so I think all you did is make it red.
And again maybe its telling me something but I can see no notices that the badge count would tell me like plugins, the red (1) badge would mean there is a plugin update.,
Forum: Plugins
In reply to: [WP-UserOnline] 2.88.7 crashes my wordpressJust tried and crashes site the instant its activated. Old version (the .6 version) is still working fine.
Forum: Plugins
In reply to: [Page Restrict] Problem with Todays UPDATEDeveloper fixed your code but you need to fix on your side!!
Plugin issue with ternary operator on line no 31 pagerestrict.php
Plugin have it like return $pr_options[$option] ?? false;
it should be return $pr_options[$option] ? $pr_options[$option] : false;
this problem shows up with latest WordPress5.7
Issue in your plugin started at 2.5.0 and also in 2.5.1 and 2.5.2
Forum: Plugins
In reply to: [Page Restrict] Problem with Todays UPDATEDeveloper said something is buggy in the new code. Old version works fine. new version brings down the site. I asked him if he can provide more info but thats all I have for now.