raywarburton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post Author 404Thanks Steven. Good to know.
Forum: Fixing WordPress
In reply to: Post Author 404Thanks Steven. That did indeed solve the issue. Now it produces a list of all my Posts. Since I am the only person who Posts on my site that isn’t really useful, but it is better than a 404 error.
It does raise the question: am I opening myself up to any issues by disabling the prevention of user name discovery?
Forum: Plugins
In reply to: [Gallery Manager] Display Image TitleThanks Dennis,
I can get the appearance I want by editing the Caption to include the title. I can live with the title appearing twice in the lightbox. I wanted to be sure I wasn’t missing something obvious.
Forum: Plugins
In reply to: [Gallery Manager] Migration from Gallery w/o FluffThanks Dennis,
It’s not that big a task to recreate my Galleries. I’ve done one as a test and will do the rest over time. I was just checking there wasn’t an obvios feature I was missing.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 APIOK I’ve stuck it in the themes functions.php file. Time will tell if it works.
Thanks for your help.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 APIHow do I access the free code? I don’t see anything in settings to give me access. I can retrieve files with FileZilla and access them, if I know the file name. So far I haven’t managed to look in the right place.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 APIHi,
Thanks for the reply. I’m looking for:
function my_cleaner_interval() {
// return the number of days before removal
// returning 0 turns this feature off
return 14;
}
add_filter( ‘s2_clean_interval’, ‘my_cleaner_interval’ );I want to reduce the time before unconfirmed subscriptions are removed to 2 days. Incidentally why is it return 14 when the default is 28 days?
Thanks Mattyrob,
One question. How do I access the API? Do I need to pay for access to the HTML?
How do I add the little bit of code to reduce the 28 days before unconfirmed subscriptions are deleted? I think I would like to reset it to three. It seems someone is harvesting email addresses and then automatically subscribing them to hundreds of websites.
Maybe, but I normally get notified of those as well. That’s why I thought I had a fairy godmother in the system somewhere. I will have to check future subscriptions to make sure their addresses are there.
I presume these were confirmed registrations as I received a notification email, which I don’t for unconfirmed ones. And they disappeared well within 28 days.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Reporting EmailAs it happens it’s started working again. I installed the latest Updraft upgrade. I also had a password problem on my website high I’ve fixed. Can’t get my post digests to go though. I use Subscribe2.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Subscribe2 settingsMany thank for your prompt response.