jscongdon
Forum Replies Created
-
Forum: Plugins
In reply to: [New User Approve] Pending Status InconsistantWould also like to add:
$user_statuses = get_transient( 'new_user_approve_user_statuses_count' ); echo "<pre>"; print_r($user_statuses); echo "</pre>";
echoes:
Array
(
[pending] => 2
[approved] => 75
[denied] => 3
)
I have 8 members that have been denied, and the rest are approved. 85 in total.Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentHa!… that’s it. I had seen the formatting but it didn’t click that I could add the time in.
- This reply was modified 7 years, 7 months ago by jscongdon.
Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentAhhh, gotcha… ’cause it doesn’t show the time – just the date.
Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentWhen adding a document, I don’t see any options for time… just a place for date. (a date picker would be nice there)
But if you have to go to the post section and change the time… you can just use the Post Expirator plugin for that part.
Would be nice to do it all in one place as you are adding the document.Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentCool deal.
With looking at this… it would nice to be able to change the post date / time. I may not want a document to be live until say 0900 on a Monday.
Also, having an expiration date/time would be cool too.No problem.
Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentIn mdocs-upload Line 154 =
$date = mdocs_format_date($_POST['mdocs-last-modified'], MDOCS_TIME_OFFSET);
Then in mdocs-functions Line 161 you-$time_offset
And then continue to+MDOCS_TIME_OFFSET
If I’m reading that correctly, the MDOCS_TIME_OFFSET is negated then added – which cancels itself out.
If I comment out the
-$time_offset
on Line 161 – it posts correctly.Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentSo… in that function… you are setting date_default_timezone_set(‘UTC’);
And then you tell it to add the MDOCS_TIME_OFFSET to $gmdate which is time()…
It’s adding 4 but not -4…Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentNow the times stamp is 8 hours ahead.
My current timezone puts me UTC -4 (trying to think how that’s playing a part … )Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentRemoved the offset… and there was no change.
Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentThe server has a default timezone of America/Chicago and is running one hour behind me.
My time right now is 18:49 and the server reports 17:49Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentOk, just found out how to list those…
mDocs Post section… after load, it just gives a date – says Scheduled and hovering over the date displays the date (today)/ timestamp of 4:14:52 pmForum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentAll green checks
Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentThey are correct.
Forum: Plugins
In reply to: [Memphis Documents Library] Scheduled DocumentThe problem with that is that I will have to change the setting every time DST is altered.
Either way, that did not correct it. Updated time is 4:14pmForum: Plugins
In reply to: [Memphis Documents Library] Scheduled Documentmdocs