saomay
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Video] Featured Video broken in 3.2.1Hi Rbottomley,
I would like to know how you activate and make this plugin to work; I activated the plugin and followed the instruction to copy/paste the Youtube embed code but the video does not on my post. Did you have to insert the_post_video() function code in your function.php file? If so what is it?
Thank you so much.
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] "Quick Edit Link" Still VisibleHi,
Just to follow up:
I know of other ways to add some code to the functions.php to completely disable/hide the “Quick Edit Link” but I would like to have the capability to hide the functionality for some of the roles instead of for everyone.
Thanks again =).
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemHi Daniel,
Is there a way you can send it to me at rougesmoke (at) yahoo.com so in that way you can continue with the next release? Thanks for considering.
David.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemPerfect. Thanks for keeping cranking on this.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemBasically, that “Update” call-to-action in Bulk Edit somehow still calls up the “Old Date” when the article got switched from WP status say Pending Review —> Pending Publication – my guess.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemDaniel,
Great work! Ok so it is almost perfect; here is one issue left with bulk editing (I think as I have been testing on two separate sites with unchanged core code and consistently seeing the same result); here is the scenario:
1. Two test articles created at the same time one using only WP statuses (Draft —> Pending Review —> Save) and other WP and Edit Flow custom ones (Draft or Pending Review —> Pending Publication or any other Edit Flow custom ones —> Save)
2. Waited for time to pass say 1hr; go to All Posts, select those two respective articles, choose Edit under Bulk Actions drop-down, click Apply to bring up the bulk editing window, change status to Publish, and click Update.
3. Two articles were updated:
a. One using only WP statuses showed “1min ago Published” under Date column under All Postsb. One using both WP and Edit Flow showed “1hour ago Published” under Date column under All Posts
Beside the issue above, publishing individual article via the post page is perfectly fine now displaying the correct timestamp and can be filtered by published date i.e. by month flawlessly.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemGreat! I am testing now; will let you know. Thanks.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemBTW I am running WP Multi-site.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemHi Daniel,
I replaced the exiting code with the whole block you just posted but I got this:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, array must have exactly two members in /home/longtail/public_html/wp-includes/plugin.php on line 405
Warning: Cannot modify header information – headers already sent by (output started at /home/longtail/public_html/wp-includes/plugin.php:405) in /home/longtail/public_html/wp-includes/functions.php on line 861
Warning: Cannot modify header information – headers already sent by (output started at /home/longtail/public_html/wp-includes/plugin.php:405) in /home/longtail/public_html/wp-includes/functions.php on line 862
I am not sure what happened.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemAwesome. Thanks.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemHi Daniel,
Hope you are doing well; any progress? Thanks.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemThanks for keeping up the effort; let me know if you need anything else from me.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemI just tested by deactivating all plugins with original WP core files except for Edit Flow and got the same result in terms of the lapsed time even though two test posts, one using/switching between only WP statuses and the other switch between WP and Edit Flow’s, were published at the same time. The “Published on:…” timestamp are identical and can still be viewed by clicking on Edit for each respective post.
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemHi Daniel,
You can do this test to see the issue right away (I just did and confirmed):
In essence you create two posts at the same time approximately:
1. Create a post named “Test – WP Statuses – Put the current time here”; save as Draft and change to Pending Review and then save again (you can keep switching between the two many times as you wish but don’t change it to any of the Edit Flow’s ones).
2. Create another post named “Test – Edit Flow – Put the current time here”; save as Draft or Pending Review and then change it to any of the Edit Flow’s custom statuses such as Pending Publication in my case and save.
Now wait for 5 min then publish both of them approximately at the same time back to back. Immediately after that, click on All Posts, filter by Published status and look under Date. Based on my own testing, you would probably something like this see under Date:
1. For “Test – WP Statuses – Put the current time here”: 1 min ago Published (because you just published it)
2. For “Test – Edit Flow – Put the current time here”: 6 min ago Published (because I assume the timestamp somehow is still affixed at the time when you change from a WP status to a Edit Flow’s)
The lapse in time indicates that #2 is not showing the right published time/date.
I have captured screenshots of All Posts filtered by Published status and also the edit page versions of each post showing exactly what I describe above here: http://www.flickr.com/photos/rougesmoke/
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Custom statuses create timestamp problemBTW, I also created another test post but only changed the default WP status from Draft to Pending Review in the same 1, 2, 3 steps and the timestamp of the post shown on the blog as well as in All Posts filtered by Published status under Date is 100% correct.