Jeff Lambert
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Settings Page EmptyHi Irshad – thank you SO much for jumping on this so quickly and identifying the issue. I look forward to playing around with this plugin to see if it will suit my client’s needs but you folks are definitely at 5+ star rating for your responsiveness. Thanks! I think we can consider this closed as for me and this issue.
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Settings Page EmptyPretty much the same error message from Firefox but a little different message from Safari:
[Error] SyntaxError: Unexpected token ‘{‘. import call expects one or two arguments.
(anonymous function) (settings-VAfkMRVF.js:1)Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] Settings Page EmptySorry – just saw your note. Here’s the error. Okay – how do you attach a PNG?
Copied the error:
jquery-migrate.min.js?ver=3.4.1:2 JQMIGRATE: Migrate is installed, version 3.4.1
settings-VAfkMRVF.js:1 Uncaught SyntaxError: Cannot use import statement outside a module (at settings-VAfkMRVF.js:1:174)- This reply was modified 9 months, 2 weeks ago by Jeff Lambert.
- This reply was modified 9 months, 2 weeks ago by Jeff Lambert.
Forum: Plugins
In reply to: [WP Super Cache] Malicious Files ReportedHello Norman,
I took Donncha’s reply as meaning there shouldn’t really be an issue. I’ve not noted the same scan alerts from Wordfence since I first caught this and the site seems steady, so, have not put in any more effort on this.
Cheers,
JeffThanks for your response. I just updated the site today during my monthly maintenance. I noticed that the change log states that 4.1.1 was released on May 12, but the most recent version that was available, and which I upgraded to, is 4.1.0.2. Any idea when v4.1.1 will be pushed out or is the fix in the version I just installed?
Forum: Plugins
In reply to: [WP Referral Code] Registered members (referral) list that user has referredThanks @shalior – I’ll look through everything but think you covered it all very nicely and I truly appreciate it!
Forum: Plugins
In reply to: [WP Referral Code] Registered members (referral) list that user has referredHello @shalior,
I’ll echo @justaniceguy’s comment that it’s nice to have a light weight plugin. I did implement the list of referred users on a site but what is displayed are the user login names as opposed to their friendly display names. Anyway to either change this to a list of user names, extend the shortcode with an option or create a new shortcode? Think you would just do something like the following:
// Get user data by user id
$user = get_userdata( $user_id );// Get display name from user object
$display_name = $user->display_name;It also would be nice to see the referral code for a given user displayed in the user admin area.
Question, and maybe I should have created a new ticket, but where do you store the referral code in the db as I may want to include this in some other way via code.
Ah, one last question, what does the “Expiration time(hours)” setting do? Can’t imagine the referral code expires in that time as it defaults to 10 hours. I’d want the referral code to not expire, so, more like an affiliate code.
Thanks again!
Jeff
Hello – anything back from the dev staff?
Forum: Plugins
In reply to: [Redirection] Regex Redirect – Don’t Include Source InfoThanks John – I like that last suggestion. I’d not thought of that. Is it really that easy to flip the main network site to a subdomain? That would simplify the redirect of the current subdomain. I’ll look into that. Thanks!
Forum: Plugins
In reply to: [Redirection] Regex Redirect – Don’t Include Source InfoHello John – me again ??
So, I’d done the homepage redirect but that seems to cause issues with Admin. Today I was checking to see if BackWPUp was running and there were no new S3 backup files. I then tried to get into wp-admin and it was redirecting me to the domain I’d redirected the ‘/’ to. I ended up having to go through phpMyAdmin to disable that particular redirect.
I basically have a multisite that was set up on a subdomain. The client wants that site to be shut down. I’m trying to redirect it to the ‘wwww’ subdomain. I’ve got all the various blogs and pages redirecting fine with the regex process your plugin supports. What remains is the homepage, however, when I redirect that one it’s not a happy camper. Any thoughts?
Thanks in advance.
Forum: Plugins
In reply to: [Redirection] Regex Redirect – Don’t Include Source InfoAnd has been. Thank you very much John. Truly appreciate it.
Forum: Plugins
In reply to: [Redirection] Regex Redirect – Don’t Include Source InfoSorry – should have asked one other question. I’m basically trying to decommission a site. The problem is, it’s the main domain on a multisite install, so, I still need to get into wp-admin and need things like backups to run…. I can get the various public pages to redirect using the “^/blob/.*” approach, however, the one I haven’t figured out is the redirecting of the homepage. Anything I can do there?
Forum: Plugins
In reply to: [Redirection] Regex Redirect – Don’t Include Source InfoThanks John – that would make a difference
Forum: Plugins
In reply to: [Redirection] Regex Redirect – Don’t Include Source InfoSlight adjustment, the “/blog” is not in the target when redirected. Goes from
https://subdomain.website.com/blog/category/case-studies/
to
https://www.website.comcategory/case-studies/
Cheers,
Jeff
Hello @duongcuong96 — I installed 3.5.1 a few days ago and it fixed the multi-instance backups in multisite and also checked the error log and haven’t gotten the error noted in this ticket since the upgrade. Thanks for the fixes and the plugin. Left a review.
Cheers,