kfrey12
Forum Replies Created
-
I was just looking at the subscribe2_cron function and noticed at the end when it is preparing the recipients that the following is present:
$registered = $this->get_registered(“cats=$all_post_cats_string”)
If I’m reading that correctly, that pulls all of the registered users that are subscribed to category with a new post, so I’m going to loop through only those users and then inside that loop, loop through each of the posts and check the posts categories against that user, and if the user is subscribed to one of the categories in that post I will add that post to the message.
Does that make sense to you? It seems like it will work exactly how I want it to without as heavy of a load on the server because I’m only checking against users who are subscribed to at least one of the post categories.
Thanks for the reply, that is exactly what I thought.
This was my original plan exactly, but seeing as this could potentially be fairly taxing on the server, my second thought was to just send out an email per category at the end of the day instead of per subscriber. This seems like it would a less intensive edit as well as being less taxing on the server. Do you think this would be a better route to go?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] File uploads over 1.9mb not working[List moderated. Please use the pastebin]
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] File uploads over 1.9mb not workingThanks but I already checked all of my server and php config settings and none of them would be preventing the upload from working.
Forum: Plugins
In reply to: Contact Form 7 File Uploading hangs on submitI tried the above but unfortunately it didn’t work for me, anybody else have any other ideas?
Forum: Plugins
In reply to: Contact Form 7 File Uploading hangs on submit@baokhangluu: I did indicate a file size. I set the size to 3mb, and the file I’ve been attempting to upload is just under 2mb.
Forum: Plugins
In reply to: Contact Form 7 File Uploading hangs on submitI am having the same issue with 1 difference, files under approximately 1.9mb upload just fine, but anything larger (even 1.95mb or 2mb) will not upload, the loading icon just spins continuously. I also have turned off all other plugins and reverted to the default theme and had no luck. And it can’t be the folder because smaller files upload just fine. Any ideas?
EDIT: It is also not a server issue, I have checked my php.ini to be sure all file size limits are large enough to accommodate the files I’m trying to send.