wprun
Forum Replies Created
-
I think part of the reason is I installed it on WordPress without adding the website url in the Cleantalk admin.
I have now added the website url to the Cleantalk admin, but still doesn’t work.
Maybe there is a way to reset it, so it works properly?
Yes it is:
Version 5.141.1 | By СleanTalkHi I have the same problem. It shows:
2020-07-07 23:55:26: Error occurred while updating SpamFireWall local base. Error: NO_FILE_URL_PROVIDED
On 2 of the 3 sites that I installed Cleantalk on.I have waited an hour. Clicked “Save Changes” and the error stil shows.
Forum: Plugins
In reply to: [User Access Manager] Update to Latest VersionThis a great plugin. But disappointing there is no support or updates.
Forum: Plugins
In reply to: [Authorize.net Payment Gateway For WooCommerce] Multiple AccountsIs that the premium version of this plugin. Or is it a completely different company / different plugin altogether?
Forum: Plugins
In reply to: [Authorize.net Payment Gateway For WooCommerce] Multiple AccountsI have written to them, but no response yet. Are you able to provide a clearer answer on if it will work with 2 authorize.net accounts? Your answer didn’t seem confident, it sounded like a guess, since you are referring me to send an email to confirm.
I need to make a decision on this today.
Thanks
Forum: Plugins
In reply to: [Asgaros Forum] Not Show Administrators in MemberlistThere are 2 problems:
1) It always displays “All Users”. We want to show only the “Normal” users.
2) In the Normal user list, Administrators still show there, even though I have synced it as instructed in the documentation.Forum: Plugins
In reply to: [Asgaros Forum] Show Topics with No Replies in Forum Viewthat shows on category view, not when viewing a forum.
Hi emazharulislam
As I wrote in my message, that setting is already set to YES
but it is not working. There is no delete option on the front end.
There is a bug in the theme?
Forum: Plugins
In reply to: [Theme My Login] Reset Password Link Not ShowingI see . I found the line 94 of compat.php
$message .= ‘(‘ . network_site_url( “wp-login.php?action=rp&key=$key&login=” . rawurlencode( $user->user_login ), ‘login’ ) . “)\r\n”;And as you can see above I have changed angle brackets to round ones.
And the the url is now showing,But you should be able to click on it as a link (now it is just a url, that you have to copy and paste). How would I fix that please?
Forum: Plugins
In reply to: [Theme My Login] Reset Password Link Not ShowingThey are in HTML
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Overwrite everythingI just did this – imported to a complete website, and it seems kept the previous themes and plugins installed (all plugins deactivated).
So it doesn’t appear to have been a 100% overwrite. There is an extra step of deleting previous (inactive) plugins and themes.
Are there any other steps, for cleaning up the old site?
Thanks
Forum: Developing with WordPress
In reply to: Plugin Active for Logged in Users onlyThanks bcworkz & Howdy_McGee
Both of these worked perfectly.Thankyou!
Forum: Developing with WordPress
In reply to: Plugin Active for Logged in Users onlyI tried your initial code you posted and linked to, and it works great – thanks.
To make the plugin active only for a specific user, unfortunately my php isn’t good enough to work this out. I basically want to say:
If user:”John” is logged in then John then …..
(Otherwise….. All other users (logged or logged out) )Forum: Developing with WordPress
In reply to: Plugin Active for Logged in Users onlythank you, I will try this. It would also be helpful to know how to make a plugin active for specific users only. Is this possible?