Dominik Schilling
Forum Replies Created
-
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingThe update is live.
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Not working for memaxasher, could you please test the dev version and check if the problem still exists?
http://downloads.wordpress.org/plugin/public-post-preview.zip
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped Workingthat’s nice to hear. I’m waiting for feedback from other users and then I will make an official update.
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingAlright, that’s the same behavior as I got from some users via e-mail.
So, you have all plugins disabled and the issue still persists? The goal is to find out, which plugin/function malforms the preview link.
Btw:
http://wp.mydomain.com/directory/{post_name}/?preview=1&_ppp={nonce}&p={post_id}doesn’t make any sense with the new version. That’s really odd.Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingI still get rewritten links.
Take a look at the preview link button in the publish metabox on the edit screen, how does it look?
The rewritten links are not an issue of the plugin since it uses the same method as WordPress does.
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingI was a bit confused by your earlier post made 2 days ago, but if I am reading it correctly you are saying that the preview links are not expected to be rewritten as permalinks
Right.
Did you tested the dev version? Still a problem?
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingI did a small restructuring of the plugin.
(http://plugins.trac.wordpress.org/changeset/599022/public-post-preview)Could you please test the dev version and check if the problem still exists?
http://downloads.wordpress.org/plugin/public-post-preview.zip
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingAre you all using the “WordPress SEO by Yoast”? Do you have activated the option “Redirect ugly URL’s to clean permalinks. (Not recommended in many cases!)” under SEO-Permalinks?
If so, please add
_pppto the input field under “Other variables not to clean:” and check if it helps.Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingI still can’t reproduce your problems. Tested with your permalink settings and default settings from W3 Total Cache,
With version 2.0 the preview link was reduced to just the needed args, which are
pand_ppp.pcontains the post id and_pppthe nonce.Example:
http://wp34.dev/?p=16&preview=1&_ppp=ef22678f2cSo if you already shared your links with version < 2.0 with a longer nonce time, yes, these links won’t work any longer. That’s intentionally.
Taking a look at mike’s post again, I’m not sure if you mixed the versions. The change between 2.0.1 and 2.0 just was this line.
So if somebody has some more details on how I can reproduce the issue please write me a line, either here or to dominik DOT schilling AT gmail DOT com.
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingThanks for your comment mike.
I will try to figure out what’s going on there.Could you please post your permalinks setting and which cache plugin are you using?
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Stopped WorkingWhich was your previous version?
Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Not working for meAny other plugins active? Does it works on other sites from you?
The search is only for the backend planned.
If you want to show it on the frontend changing
admin_inittoinitshould be enough. This works for me.Forum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Link expirationHey,
yes, the functions looks good. Nice way with
PHP_INT_MAX.An option for a single checkbox is too overloaded. Since this is the main feature of the plugin it shouldn’t be easily to disable. Also from the WordPress Philosophy Decisions not Options.
Your note about a warning – It already exists:
This plugin takes care of that by generating a URL with an expiring nonce that can be given out for public preview.
Thanks for using the plugin,
DominikForum: Plugins
In reply to: [Public Post Preview] [Plugin: Public Post Preview] Link expirationHey Andreas,
yes, it doesn’t affect only plugins, also the core. So I agree, not a nice solution.I just did a new commit to the plugin repo.
It introduces the new filterppp_nonce_life. With it you can adjust the lifetime of a link.To get the version with this filter you can download the development version of the plugin.